add go and fix typo (#4195)

This commit is contained in:
Tyler Brewer 2024-03-22 18:20:09 -04:00 committed by GitHub
parent 3851dac88f
commit b9f6fac232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ cSpell:ignore: autoinstrumentation GRPCNETCLIENT k8sattributesprocessor otelinst
--- ---
The OpenTelemetry Operator supports injecting and configuring 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 ## Installation
@ -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. port of the `otlpreceiver` of the Collector created in the previous step.
The Go auto-instrumentation does not support disabling any instrumentation. 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)
--- ---