Etcd HTTP requests slow
warning

Description HTTP requests slowing down, 99th percentile is over 0.15s
Query for 2m
>>>
	
				
					
					
						histogram_quantile
					
				
			
				
					(0.99, 
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[1m])) > 0.15
				
			
    
Query Explanation

The query computes the 99th‑percentile latency of successful etcd HTTP requests over the last minute (histogram_quantile(0.99, rate(etcd_http_successful_duration_seconds_bucket[1m]))) and triggers the alert whenever this latency exceeds 0.15 seconds.

Get Alert
Download
Copy to Clipboard