prometheus监控rocketMQ
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了prometheus监控rocketMQ相关的知识,希望对你有一定的参考价值。
参考文档: https://www.infoq.cn/article/NcSYj_2PQhBlqveuD1Kw
详细理论描述等可参考上述链接文章,这里描述具体的操作过程
官网: https://github.com/apache/rocketmq-exporter
前提:
已安装好prometheus和grafana
安装maven工具
1、安装编译rocketmq-exporter
git clone https://github.com/apache/rocketmq-exporter
cd rocketmq-exporter
mvn clean install
mvn clean install过程报错:
Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-validation).....
解决方法:
修改pom.xml
重新执行 mvn clean install
2、启动exporter
3、修改prometheus配置文件
重启prometheus
4、grafana添加dashboard
从官网导入即可,编号为10477
以上是关于prometheus监控rocketMQ的主要内容,如果未能解决你的问题,请参考以下文章
基于 RocketMQ Prometheus Exporter 打造定制化 DevOps 平台