prometheus go demo

参与网址:https://blog.csdn.net/weixin_62533201/article/details/146667819

代码:https://github.com/leohe666/prometheus_demo

prometheus 中添加配置:
- job_name: 'webook'
  static_configs:
    - targets: ["192.168.5.4:8081"]