码迷,mamicode.com
首页 > 其他好文 > 详细

prometheus-pushgateway部署

时间:2020-06-05 13:02:29      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:run   highlight   容器   local   doc   com   one   python   get   

https://www.cnblogs.com/xiaobaozi-95/p/10684524.html

https://www.cnblogs.com/xiao987334176/p/9933963.html

 

容器部署

docker run -d -p 9091:9091  -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v /etc/timezone:/etc/timezone:ro  prom/pushgateway

  

在prometheus.yml中添加pushgateway的job信息,然后重启prometheus容器。

  - job_name: pushgateway
    static_configs:
      - targets: [‘192.168.18.19:9091‘]
        labels:
          instance: pushgateway

  

Python Client

https://github.com/prometheus/client_python

 

prometheus-pushgateway部署

标签:run   highlight   容器   local   doc   com   one   python   get   

原文地址:https://www.cnblogs.com/jabbok/p/13048896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!