Prometheus监控nacos

nacos环境部署及测试

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

访问测试 192.168.1.243:8848/nacos/actuator/prometheus格式为 主机ip: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添加监控模版

导入 13211image-20230830115430145

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

模版中点击设置 !image-20230830115501922

然后点击

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

1
.*:8848$

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

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