Skip to content

监控

准备工作

安装prometheus

配置prometheus

scrape_configs节点下新增WuKongIM的监控项目

job_name: 唯一job名字

targets: 为WuKongIM内网ip + 5300端口

labels: id为WuKongIMnodeId

yaml
...
scrape_configs:
  ...
  - job_name: xxxx-trace-metrics
    static_configs:
    - targets: ['xx.xx.xx.xx:5300']
      labels:
        id: "xxxx"
 ...

xx.xx.xx.xx 替换为WuKongIM内网ip地址

xxxx 替换为WuKongIMnodeId

配置WuKongIM

在各节点的wk.yaml文件中配置prometheus的地址

yaml

trace:
  prometheusApiUrl: "http://xx.xx.xx.xx:9090"

xx.xx.xx.xx替换为prometheus内网ip地址

本文档内容版权属于 上海信必达网络科技有限公司,保留所有权利