OpenTelemetry Collector exporter queue nearly full
warning

Description OpenTelemetry Collector exporter {{ $labels.exporter }} queue is over 80% full
Query
>>>
	
				
					(
				
			
				
					
				
			
				
					 / on(instance, job, exporter) 
				
			
				
					
				
			
				
					) > 0.8 and 
				
			
				
					
				
			
				
					 > 0
				
			
    
Query Explanation

The rule computes the ratio of an exporter’s current queue size to its configured capacity (matching on instance, job, and exporter) and fires when that ratio is greater than 0.8 and the exporter reports a non‑zero capacity. In plain terms, the alert triggers whenever an exporter’s queue is more than 80 % full, provided the capacity metric is available.

Get Alert
Download
Copy to Clipboard