Update opentelemetry_integration.md - Fix typos (#6618)

This commit is contained in:
Ronen Schaffer 2024-11-07 03:20:31 +02:00 committed by GitHub
parent 0ca50d56a8
commit 8a2b6fd8d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ OTEL_HEADERS="Authorization=Bearer%20<your-api-key>"
```shell
OTEL_EXPORTER="otlp_http"
OTEL_ENDPOINT="http:/0.0.0.0:4317"
OTEL_ENDPOINT="http://0.0.0.0:4318"
```
</TabItem>
@ -44,7 +44,7 @@ OTEL_ENDPOINT="http:/0.0.0.0:4317"
```shell
OTEL_EXPORTER="otlp_grpc"
OTEL_ENDPOINT="http:/0.0.0.0:4317"
OTEL_ENDPOINT="http://0.0.0.0:4317"
```
</TabItem>