diff --git a/product/observability/opentelemetry.mdx b/product/observability/opentelemetry.mdx index 644c4db6..570d4062 100644 --- a/product/observability/opentelemetry.mdx +++ b/product/observability/opentelemetry.mdx @@ -157,7 +157,7 @@ To push logs to an OpenTelemetry compatible endpoint, you can set the following This is an example configuration for langsmith, but all OpenTelemetry compatible endpoints are supported. ```yaml -EXPERIMENTAL_OTEL_PUSH_ENABLED: true -EXPERIMENTAL_OTEL_OTLP_ENDPOINT: https://api.smith.langchain.com/otel -EXPERIMENTAL_OTEL_OTLP_HEADERS: x-api-key=langsmith-api-key -``` \ No newline at end of file +EXPERIMENTAL_GEN_AI_OTEL_PUSH_ENABLED: true +EXPERIMENTAL_GEN_AI_OTEL_OTLP_ENDPOINT: https://api.smith.langchain.com/otel +EXPERIMENTAL_GEN_AI_OTEL_OTLP_HEADERS: x-api-key=langsmith-api-key +```