CouchDB critical log entries
critical

Description Critical or error log entries detected in the last 5 minutes
Query for 1m
>>>
	
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					{level=~"error|critical"}[5m]) > 0
				
			
    
Query Explanation

The query counts any new log lines with level equal to error or critical that have appeared in the last 5 minutes (increase(...[5m])). The alert fires when this count is greater than zero, i.e., when at least one error or critical log entry was recorded in the previous 5‑minute window.

Get Alert
Download
Copy to Clipboard