Reputation: 2279
We have a number of rabbitmq consumers running. And I want to make sure that every one of those processes is working.
What are the best industry applied approaches for that? We are considering using prometheus for that, is that the right direction?
Upvotes: 0
Views: 660
Reputation: 128
You can go the Prometheus route. Use this link to get started, which would fairly quickly set you up with the ability to monitor RabbitMQ w/ Prometheus. You can use AlertManager to setup alerts on failed processes and top that with automations to make sure you have service continuity. HTH.
Upvotes: 1