Prometheus+Grafana+rabbitmq_prometheus 监控 RabbitMQ
Prometheus Grafana DevOps About 708 words关于 rabbitmq_prometheus
rabbitmq_prometheus
是RabbitMQ 3.8.0
默认集成的监控插件。
相关文档
https://www.rabbitmq.com/monitoring.html
https://www.rabbitmq.com/prometheus.html
启用监控插件
默认监听15692
端口。
rabbitmq-plugins enable rabbitmq_prometheus
rabbitmq_prometheus 默认端口
http://localhost:15692/metrics
修改 Prometheus 配置
prometheus.yml
文件中修改。
- job_name: 'rabbitmq'
static_configs:
- targets: ['192.168.0.100:15692']
重启 Prometheus
重启后可查看rabbitmq_prometheus
是否上线。
Grafana Dashboard
RabbitMQ-Overview:https://grafana.com/grafana/dashboards/10991
使用到了RabbitMQ 3.9.0
新功能的Stream
可使用此Dashboard
:
RabbitMQ-Stream:https://grafana.com/grafana/dashboards/14798
开源地址
Views: 2,853 · Posted: 2022-02-25
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...