从3.8.0开始,RabbitMQ提供内置的Prometheus和Grafana支持。
rabbitmq_prometheus插件中提供了对Prometheus指标收集的支持。
该插件以Prometheus文本格式在专用的TCP端口(默认端口15692)上公开所有RabbitMQ指标。
rabbitmq_prometheus插件是RabbitMQ指标的核心导出器,由RabbitMQ核心团队开发。
这是一个干净的设计,用于替换kbudde/rabbitmq_exporter,kbudde/rabbitmq_exporter由Prometheus开发用于RabbitMQ指标收集。
这些指标提供了对RabbitMQ节点和运行时状态的深入了解。
它们对使用RabbitMQ的应用程序和各种基础设施元素的行为进行了更深入的推理。
rabbitmq-prometheus
https://github.com/rabbitmq/rabbitmq-prometheus
Plugins — RabbitMQ
https://www.rabbitmq.com/plugins.html
使用Prometheus监控RabbitMQ
https://blog.frognew.com/2017/11/use-prometheus-monitoring-rabbitmq.html
Prometheus 监控 RabbitMQ 集群
https://aeric.io/post/rabbitmq-prometheus-monitoring
对生产环境的rabbitMQ实时监控并告警
https://www.cnblogs.com/user-sunli/p/16178925.html
rabbitmq-3.8 整合 Prometheus & Grafana
https://www.codenong.com/jsab2f7c1e5ce0/
Prometheus + Grafana 系统监控之RabbitMQ
https://www.cnblogs.com/caoweixiong/p/12736573.html
内置Prometheus支持rabbit_prometheus插件
https://blog.csdn.net/yaomingyang/article/details/104037083
Monitoring with Prometheus & Grafana
https://www.rabbitmq.com/prometheus.html
网友评论