Prometheus监控nacos只展示主机

Prometheus监控nacos只展示主机

nacos环境部署这里就不讲了,不会的可以参考官方文档

访问测试 192.168.1.243:8848/nacos/actuator/prometheus

image-20230830115323493

修改Prometheusyml文件

格式为下图

1
2
3
4
  - job_name: "nacos"
  metrics_path: '/nacos/actuator/prometheus'
  static_configs:
     - targets: ['ip:8848','ip:8848']

image-20230830115401630 重启Prometheus

1
docker restart prometheus

查看是否监控到 image-20230830115414659

grafana添加监控模版

导入 13211 ** **image-20230830115430145

去除非8848结尾的主机 并去除全部按钮

模版中点击设置 !image-20230830115501922

然后点击

image-20230830115520062 其他地方不用动只需要添加正则

1
.*:8848$

image-20230830115533381 把包括所有选项(Include All option)的对号取消 点击appil保存

刷新查看就只有nacos的主机展示 image-20230830115547277 完事。。。


Prometheus监控nacos只展示主机
http://ziiix.cn/2024/11/08/Prometheus监控nacos只展示主机/
作者
John Doe
发布于
2024年11月8日
许可协议