Fix typo in OpenTelemetry (#9903)

I've noticed a small typo, which I've fixed.
This commit is contained in:
Ron Nabuurs 2023-05-01 13:24:17 +02:00 committed by GitHub
parent 82d8cded61
commit 97a1a6d616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ We must also set the host to use when uploading traces:
```yaml ```yaml
otlp-collector-host: "otel-coll-collector.otel.svc" otlp-collector-host: "otel-coll-collector.otel.svc"
``` ```
NOTE: While the option is called `otlp-collector-host`, you will need to point this to any backend that recieves otlp-grpc. NOTE: While the option is called `otlp-collector-host`, you will need to point this to any backend that receives otlp-grpc.
Next you will need to deploy a distributed telemetry system which uses OpenTelemetry. Next you will need to deploy a distributed telemetry system which uses OpenTelemetry.
[opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector), [Jaeger](https://www.jaegertracing.io/) [opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector), [Jaeger](https://www.jaegertracing.io/)