diff --git a/docs/my-website/docs/observability/opentelemetry_integration.md b/docs/my-website/docs/observability/opentelemetry_integration.md index 3a27ffc39..ba5ef2ff8 100644 --- a/docs/my-website/docs/observability/opentelemetry_integration.md +++ b/docs/my-website/docs/observability/opentelemetry_integration.md @@ -35,7 +35,7 @@ OTEL_HEADERS="Authorization=Bearer%20" ```shell OTEL_EXPORTER="otlp_http" -OTEL_ENDPOINT="http:/0.0.0.0:4317" +OTEL_ENDPOINT="http://0.0.0.0:4318" ``` @@ -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" ```