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:
yucheng 2026-09-17 09:44:26 +00:00
parent 880897826f
commit 48b25e448d

View file

@ -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"