From 11947c1e044499d40f968f3294a3d80404b5502a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 4 Jul 2025 10:08:09 -0700 Subject: [PATCH] docs(opentelemetry_integration.md): add otel debug flag to docs help people debug their traces easily --- .../docs/observability/opentelemetry_integration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/observability/opentelemetry_integration.md b/docs/my-website/docs/observability/opentelemetry_integration.md index 958c33f18e6..23532ab6e80 100644 --- a/docs/my-website/docs/observability/opentelemetry_integration.md +++ b/docs/my-website/docs/observability/opentelemetry_integration.md @@ -104,4 +104,14 @@ for successful + failed requests click under `litellm_request` in the trace - \ No newline at end of file + + +### Not seeing traces land on Integration + +If you don't see traces landing on your integration, set `OTEL_DEBUG="True"` in your LiteLLM environment and try again. + +```shell +export OTEL_DEBUG="True" +``` + +This will emit any logging issues to the console. \ No newline at end of file