HAProxy high HTTP 5xx error rate server
critical

Description Too many HTTP requests with status 5xx (> 5%) on server {{ $labels.server }}
Query for 1m
>>>
	
				
					((sum by (server) (
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					{code="5xx"}[1m])) / sum by (server) (
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m]))) * 100) > 5
				
			
    
Get Alert
Download
Copy to Clipboard