RabbitMQ too many ready messages
warning

Description RabbitMQ too many ready messages on {{ $labels.instace }}
Query for 1m
>>>
	
				
					
					
						sum
					
				
			
				
					(
				
			
				
					
				
			
				
					) BY (queue) > 1000
				
			
    
Query Explanation

The query computes the total number of ready messages per RabbitMQ queue (sum(rabbitmq_queue_messages_ready) by (queue)) and triggers when the count for any queue exceeds 1000. The alert fires whenever a single queue has more than 1000 ready messages, indicating a potential backlog.

Get Alert
Download
Copy to Clipboard