mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Replace deprecated count_scalar with count
This commit is contained in:
parent
a092b5ec7b
commit
449bafa3ad
|
@ -95,7 +95,7 @@
|
|||
"step": 60
|
||||
},
|
||||
{
|
||||
"expr": "count_scalar(haproxy_backend_up{instance=~\"$host:$port\"} == 0)",
|
||||
"expr": "count(haproxy_backend_up{instance=~\"$host:$port\"} == 0)",
|
||||
"interval": "$interval",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "Backends Down",
|
||||
|
|
Loading…
Reference in a new issue