Bird
0
0

What is the first step to enable monitoring of RabbitMQ metrics using Prometheus?

easy📝 Conceptual Q11 of 15
RabbitMQ - Monitoring and Management
What is the first step to enable monitoring of RabbitMQ metrics using Prometheus?
AConfigure Prometheus scrape interval
BEnable the RabbitMQ Prometheus plugin
CInstall Grafana dashboard
DRestart the RabbitMQ server
Step-by-Step Solution
Solution:
  1. Step 1: Enable RabbitMQ Prometheus plugin

    This plugin exposes RabbitMQ metrics in a format Prometheus can scrape.
  2. Step 2: Confirm plugin activation

    Use rabbitmq-plugins enable rabbitmq_prometheus to activate it.
  3. Final Answer:

    Enable the RabbitMQ Prometheus plugin -> Option B
  4. Quick Check:

    Enable plugin = C [OK]
Quick Trick: Start by enabling the Prometheus plugin in RabbitMQ [OK]
Common Mistakes:
MISTAKES
  • Trying to configure Prometheus before enabling the plugin
  • Assuming Grafana setup is the first step
  • Restarting RabbitMQ without enabling the plugin

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes