Bird
0
0

Which metric is best to alert on when a RabbitMQ queue is growing too large?

easy📝 Conceptual Q2 of 15
RabbitMQ - Monitoring and Management
Which metric is best to alert on when a RabbitMQ queue is growing too large?
AQueue depth (messages_ready)
BNumber of consumers connected
CNumber of exchanges
DRabbitMQ version
Step-by-Step Solution
Solution:
  1. Step 1: Identify queue depth metric

    Queue depth is the count of messages waiting in the queue, often called messages_ready.
  2. Step 2: Relate queue depth to alerting

    Alerting on queue depth helps catch when messages pile up, indicating processing delays.
  3. Final Answer:

    Queue depth (messages_ready) -> Option A
  4. Quick Check:

    Alert on queue depth = messages_ready [OK]
Quick Trick: Alert on messages_ready to catch growing queues [OK]
Common Mistakes:
MISTAKES
  • Alerting on number of consumers instead of queue size
  • Confusing exchanges with queues
  • Using RabbitMQ version as alert metric

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes