RabbitMQ too many consumers
critical

Description Queue should have only 1 consumer
Query
>>>
	
				
					
				
			
				
					{queue="my-queue"} > 1
				
			
    
Query Explanation

The query reads the rabbitmq_queue_consumers metric for the queue my-queue and evaluates whether the consumer count is greater than 1. If the count exceeds one, the > 1 condition is true and the RabbitMQ too many consumers alert fires.

Get Alert
Download
Copy to Clipboard