51CTO博客已为您找到关于jmx_prometheus_httpserver的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及jmx_prometheus_httpserver问答内容。更多jmx_prometheus_httpserver相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
[root@mufengrow7 bin]# chown -R www.www jmx_prometheus_httpserver-0.18.0.jar config.yaml 4.3.2 启动jmx exporter 我们使用www用户启动jmx exporter [root@mufengrow7 bin]# su - www -c "/usr/bin/nohup /usr/bin/java -jar /apps/tomcat/bin/jmx_prometheus_httpserver-0.18.0.jar 18080 /apps...
这告诉Prometheus要采集localhost的9010端口的JMX数据。 重启Prometheus:保存配置文件后,重启Prometheus以使配置生效。 验证配置:打开Prometheus的Web界面(默认为localhost:9090),在“Targets”标签页中查看“Tomcat”任务的状态。如果状态为“UP”,则表示Prometheus成功采集到了Tomcat的监控数据。 创建或修改仪表盘:在Prometheus...
A process for exposing JMX Beans via HTTP for Prometheus consumption - jmx_exporter/jmx_prometheus_httpserver/pom.xml at main · prometheus/jmx_exporter
java -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=5555 -jar jmx_prometheus_httpserver/target/jmx_prometheus_httpserver-${version}-jar-with-dependencies.jar 5556 example_configs/httpserver_sample_config.yml ...