简体   繁体   English

监视该进程正在运行并处于活动状态?

[英]Monitoring that process runs and active?

We have a number of rabbitmq consumers running. 我们有许多Rabbitmq消费者在运行。 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? 我们正在考虑为此使用普罗米修斯,这是正确的方向吗?

You can go the Prometheus route. 您可以走Prometheus路线。 Use this link to get started, which would fairly quickly set you up with the ability to monitor RabbitMQ w/ Prometheus. 使用链接开始,这将很快为您设置监视带有Prometheus的RabbitMQ的能力。 You can use AlertManager to setup alerts on failed processes and top that with automations to make sure you have service continuity. 您可以使用AlertManager来设置有关失败进程的警报,并通过自动化来确保您具有服务连续性。 HTH. HTH。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM