mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(opentelemetry_integration.md): add otel debug flag to docs
help people debug their traces easily
This commit is contained in:
parent
666f14dc02
commit
11947c1e04
1 changed files with 11 additions and 1 deletions
|
|
@ -104,4 +104,14 @@ for successful + failed requests
|
|||
|
||||
click under `litellm_request` in the trace
|
||||
|
||||
<Image img={require('../../img/otel_debug_trace.png')} />
|
||||
<Image img={require('../../img/otel_debug_trace.png')} />
|
||||
|
||||
### 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.
|
||||
Loading…
Add table
Reference in a new issue