其他分享
首页 > 其他分享> > pushgateway 操作使用

pushgateway 操作使用

作者:互联网

下载部署包

https://github.com/prometheus/pushgateway/releases/download/v0.4.0/pushgateway-0.4.0.linux-amd64.tar.gz

docker部署pushgateway

docker pull prom/pushgateway
docker run -d   -p 9091:9091   prom/pushgateway

修改Prometheus配置

  - job_name: pushgateway
    static_configs:
      - targets: ['172.27.65.10:9091']
        labels:
          instance: pushgateway

 

标签:tar,部署,9091,prom,pushgateway,使用,操作,docker
来源: https://www.cnblogs.com/libruce/p/15872098.html