快速启动Prometheus pushgateway

文档说明:只记录关键地方;
试验环境: linux debian 11


version: "3"
services:
    prometheus:
        image: prom/pushgateway
        ports:
            - "9091:9091"
        restart: always

参考文档

  1. prometheus pushgateway
  2. 自建拉取registry.k8s.io、k8s.gcr.io、gcr.io、quay.io、ghcr.io 容器镜像的服务
  3. 快速启动grafana
  4. 快速启动prometheus node-exporter
  5. 快速启动Prometheus pushgateway
  6. 快速启动Prometheus alertmanager
  7. node-exporter-full
posted @ 2022-10-25 20:19  jingjingxyk  阅读(43)  评论(0编辑  收藏  举报