forked from phoenix/litellm-mirror
docs(telemetry): add telemetry to docs
This commit is contained in:
parent
f2febff0bb
commit
10ad137b2e
2 changed files with 15 additions and 2 deletions
13
docs/my-website/docs/observability/telemetry.md
Normal file
13
docs/my-website/docs/observability/telemetry.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Telemetry
|
||||
|
||||
LiteLLM contains a telemetry feature that tells us what models are used, and what errors are hit.
|
||||
|
||||
## What is logged?
|
||||
|
||||
Only the model name and exception raised is logged.
|
||||
|
||||
## Why?
|
||||
We use this information to help us understand how LiteLLM is used, and improve stability.
|
||||
|
||||
## Opting out
|
||||
If you prefer to opt out of telemetry, you can do this by setting `litellm.telemetry = False`.
|
Loading…
Add table
Add a link
Reference in a new issue