From 8a2b6fd8d278b76b9402bd16d974b3a79ad3fc3c Mon Sep 17 00:00:00 2001 From: Ronen Schaffer Date: Thu, 7 Nov 2024 03:20:31 +0200 Subject: [PATCH] Update opentelemetry_integration.md - Fix typos (#6618) --- .../docs/observability/opentelemetry_integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ```