Skip to content

Commit

Permalink
add go and fix typo (#4195)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbrewer2 authored Mar 22, 2024
1 parent 3851dac commit b9f6fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/kubernetes/operator/automatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cSpell:ignore: autoinstrumentation GRPCNETCLIENT k8sattributesprocessor otelinst
---

The OpenTelemetry Operator supports injecting and configuring
auto-instrumentation libraries for .NET, Java, Node.js and Python services.
auto-instrumentation libraries for .NET, Java, Node.js, Python, and Go services.

## Installation

Expand Down Expand Up @@ -425,7 +425,7 @@ example uses `http://demo-collector:4318`, which connects to the `http/protobuf`
port of the `otlpreceiver` of the Collector created in the previous step.

The Go auto-instrumentation does not support disabling any instrumentation.
[See the Go Auto-Instrumentation repository for me details.](https://github.com/open-telemetry/opentelemetry-go-instrumentation)
[See the Go Auto-Instrumentation repository for more details.](https://github.com/open-telemetry/opentelemetry-go-instrumentation)

---

Expand Down

0 comments on commit b9f6fac

Please sign in to comment.