mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
fix(grafana): sum redis circuit breaker state across workers instead of taking the max
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
880897826f
commit
48b25e448d
1 changed files with 1 additions and 1 deletions
|
|
@ -5155,7 +5155,7 @@
|
|||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"editorMode": "code",
|
||||
"expr": "max by (state) (litellm_redis_circuit_breaker_state)",
|
||||
"expr": "sum by (state) (litellm_redis_circuit_breaker_state)",
|
||||
"legendFormat": "{{state}}",
|
||||
"range": true,
|
||||
"refId": "A"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue