Prometheus rule evaluation failures
critical

Description Prometheus encountered {{ $value }} rule evaluation failures, leading to potentially ignored alerts.
Query
>>>
	
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					[3m]) > 0
				
			
    
Query Explanation

This PromQL query detects if there has been any increase in the total number of Prometheus rule evaluation failures over the last 3 minutes. The alert triggers if Prometheus encounters even a single error while attempting to evaluate any configured alert or recording rule within that timeframe, indicating potential issues with rule processing.

Get Alert
Download
Copy to Clipboard