Loki request panic
critical

Description The {{ $labels.job }} is experiencing {{ printf "%.2f" $value }}% increase of panics
Query for 5m
>>>
	
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
					
						increase
					
				
			
				
					(
				
			
				
					
				
			
				
					[10m])) by (namespace, job) > 0
				
			
    
Query Explanation

The query sum(increase(loki_panic_total[10m])) by (namespace, job) > 0 counts how many new loki_panic_total events occurred in the last 10 minutes for each namespace/job pair, and the alert triggers when any of those counts is greater than zero—i.e., when a job has recorded at least one panic in the recent 10‑minute window.

Get Alert
Download
Copy to Clipboard