mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
docs(prometheus.md): add prometheus failed llm api requests to docs
This commit is contained in:
parent
f6ac469573
commit
1b98503be3
2 changed files with 5 additions and 4 deletions
|
@ -48,9 +48,10 @@ http://localhost:4000/metrics
|
||||||
|
|
||||||
| Metric Name | Description |
|
| Metric Name | Description |
|
||||||
|----------------------|--------------------------------------|
|
|----------------------|--------------------------------------|
|
||||||
| `litellm_requests_metric` | Number of requests made, per `"user", "key", "model"` |
|
| `litellm_requests_metric` | Number of requests made, per `"user", "key", "model", "team", "end-user"` |
|
||||||
| `litellm_spend_metric` | Total Spend, per `"user", "key", "model"` |
|
| `litellm_spend_metric` | Total Spend, per `"user", "key", "model", "team", "end-user"` |
|
||||||
| `litellm_total_tokens` | input + output tokens per `"user", "key", "model"` |
|
| `litellm_total_tokens` | input + output tokens per `"user", "key", "model", "team", "end-user"` |
|
||||||
|
| `litellm_llm_api_failed_requests_metric` | Number of failed LLM API requests per `"user", "key", "model", "team", "end-user"` |
|
||||||
|
|
||||||
## Monitor System Health
|
## Monitor System Health
|
||||||
|
|
|
@ -63,7 +63,7 @@ const sidebars = {
|
||||||
label: "Logging, Alerting",
|
label: "Logging, Alerting",
|
||||||
items: ["proxy/logging", "proxy/alerting", "proxy/streaming_logging"],
|
items: ["proxy/logging", "proxy/alerting", "proxy/streaming_logging"],
|
||||||
},
|
},
|
||||||
"proxy/grafana_metrics",
|
"proxy/prometheus",
|
||||||
"proxy/call_hooks",
|
"proxy/call_hooks",
|
||||||
"proxy/rules",
|
"proxy/rules",
|
||||||
"proxy/cli",
|
"proxy/cli",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue