RabbitMQ too many consumers critical
Queue should have only 1 consumer
>>>
{queue="my-queue"} > 1
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