mirror of
				https://github.com/rfmoz/grafana-dashboards.git
				synced 2025-03-05 20:51:45 -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