From 7257a6a72671ee0cb2355905a0cf6fab71801e84 Mon Sep 17 00:00:00 2001 From: Rupesh Date: Fri, 25 Jul 2025 14:52:39 +0100 Subject: [PATCH] fix: typo in env var name - ref: https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/#otel_exporter_otlp_endpoint --- openllmetry/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openllmetry/configuration.mdx b/openllmetry/configuration.mdx index df3922c..97c7add 100644 --- a/openllmetry/configuration.mdx +++ b/openllmetry/configuration.mdx @@ -53,7 +53,7 @@ For configuring this to different observability platform, check out our [integra The OpenTelemetry standard defines that the actual endpoint should always end with `/v1/traces`. Thus, if you specify a base URL, we always append - `/v1/traces` to it. This is similar to how `OTLP_EXPORTER_OTLP_ENDPOINT` works + `/v1/traces` to it. This is similar to how `OTEL_EXPORTER_OTLP_ENDPOINT` works in all OpenTelemetry SDKs.