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 b75e838680
commit 83c4b828da

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/)