HAProxy retry high
warning

Description High rate of retry on {{ $labels.proxy }} - {{ $value | printf "%.2f"}}
Query for 2m
>>>
	
				
					sum by (proxy) (
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m])) > 10
				
			
    
Query Explanation

The rule computes the per‑proxy retry‑warning rate using rate(haproxy_backend_retry_warnings_total[1m]), sums it per proxy, and fires when that rate exceeds 10 (i.e., more than ten retries per second on average over the past minute).

Get Alert
Download
Copy to Clipboard