mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(grafana_metrics.md): add redis metrics to prometheus
This commit is contained in:
parent
c08d6a961a
commit
f351e03772
1 changed files with 2 additions and 0 deletions
|
|
@ -51,3 +51,5 @@ http://localhost:4000/metrics
|
|||
| `litellm_requests_metric` | Number of requests made, per `"user", "key", "model"` |
|
||||
| `litellm_spend_metric` | Total Spend, per `"user", "key", "model"` |
|
||||
| `litellm_total_tokens` | input + output tokens per `"user", "key", "model"` |
|
||||
| `litellm_redis_latency` | histogram latency for redis calls |
|
||||
| `litellm_redis_fails` | Number of failed redis calls |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue