Overview
- Full name
docker.io/prom/pushgateway- Registry
- docker.io
- Namespace
- prom
- Repository
- pushgateway
- Cached tags
- 41
- Last synced
- 07/13/2026, 12:50 PM
Introduction
Prometheus Pushgateway 镜像,短生命周期任务 Metrics 推送网关,批处理/CronJob 指标上报 Prometheus 采集链。
Details
prom/pushgateway 运行 Prometheus Pushgateway,接收短命 Job 主动 Push 的 Metrics 并由 Prometheus 定期 Pull。定位为 Metrics 推送中转网关,适合 CronJob、批处理等无法被 Pull 的场景;定时任务监控、CI 构建指标上报或补充 Prometheus Pull 模型盲区。
快速启动
docker run -d --name pushgateway \
-p 9091:9091 \
docker.io/prom/pushgateway:latest
推荐实践
docker run -d --name pushgateway \
--restart unless-stopped \
-p 9091:9091 \
--web.enable-admin-api \
docker.io/prom/pushgateway:v1.9.0
核心参数说明
-p 9091:9091— Push/Metrics HTTP 端口--web.enable-admin-api— 启用管理 API 清理 stale 指标- 采集 — Prometheus scrape pushgateway:9091
- 注意 — Push 模式易致指标残留,需定期清理
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: pushgateway
spec:
replicas: 1
selector:
matchLabels:
app: pushgateway
template:
metadata:
labels:
app: pushgateway
spec:
containers:
- name: pushgateway
image: docker.io/prom/pushgateway:v1.9.0
ports:
- containerPort: 9091
args:
- --web.enable-admin-api
---
apiVersion: v1
kind: Service
metadata:
name: pushgateway
spec:
selector:
app: pushgateway
ports:
- port: 9091
targetPort: 9091
Prometheus 添加 scrape job 指向此 Service。
Latest tags (20)
View all 41 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/prom/pushgateway :master-distroless | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2026/07/03 22:56 | 12.0 MB | sha256:447413dabf5d… | |||
docker.io/prom/pushgateway :master | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2026/07/03 22:55 | 12.3 MB | sha256:d104428def6e… | |||
docker.io/prom/pushgateway :v1 | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2026/05/27 23:16 | 12.3 MB | sha256:f64c01c37761… | |||
docker.io/prom/pushgateway :latest | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2026/05/27 23:16 | 12.3 MB | sha256:f64c01c37761… | |||
docker.io/prom/pushgateway :v1.11.3 | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2026/05/27 23:16 | 12.3 MB | sha256:f64c01c37761… | |||
docker.io/prom/pushgateway :v1.11.2 | linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390x | 2025/10/30 20:00 | 12.3 MB | sha256:943dc0b6d261… | |||
docker.io/prom/pushgateway :v1.11.1 | linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390x | 2025/04/09 21:28 | 12.6 MB | sha256:5676c07ae311… | |||
docker.io/prom/pushgateway :v1.11.0 | linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390x | 2025/01/09 22:39 | 12.3 MB | sha256:7c6bbd8e3eb7… | |||
docker.io/prom/pushgateway :v1.10.0 | linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390xlinux/amd64 | 2024/09/20 05:21 | 11.6 MB | sha256:a0512405fc0f… | |||
docker.io/prom/pushgateway :v1.9.0 | linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390x | 2024/06/08 23:06 | 11.4 MB | sha256:d6ae80de9761… | |||
docker.io/prom/pushgateway :v1.8.0 | linux/s390xlinux/amd64linux/arm64/v8linux/arm/v7linux/ppc64le | 2024/04/04 01:14 | 12.2 MB | sha256:0b5c954748d8… | |||
docker.io/prom/pushgateway :v1.7.0 | linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390x | 2024/01/19 21:31 | 11.1 MB | sha256:ea184974db6c… | |||
docker.io/prom/pushgateway :v1.6.2 | linux/arm64/v8linux/s390xlinux/amd64linux/arm/v7linux/ppc64le | 2023/09/14 00:40 | 10.6 MB | sha256:189d0d24eedf… | |||
docker.io/prom/pushgateway :v1.6.1 | linux/amd64linux/arm/v7linux/arm64/v8linux/ppc64lelinux/s390x | 2023/09/06 21:47 | 11.0 MB | sha256:75955233a240… | |||
docker.io/prom/pushgateway :v1.6.0 | linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64lelinux/s390x | 2023/05/25 19:28 | 11.0 MB | sha256:59af38dc1fea… | |||
docker.io/prom/pushgateway :v1.5.1 | linux/amd64linux/arm64linux/armlinux/ppc64le | 2022/11/30 00:39 | 10.9 MB | sha256:d6d4f96e3bf9… | |||
docker.io/prom/pushgateway :v1.5.0 | linux/amd64linux/arm64linux/armlinux/ppc64le | 2022/11/24 21:00 | 10.9 MB | sha256:46290a66f07a… | |||
docker.io/prom/pushgateway :v1.4.3 | linux/amd64linux/arm64linux/armlinux/ppc64le | 2022/05/31 03:10 | 10.5 MB | sha256:9e4e23960097… | |||
docker.io/prom/pushgateway :v1.4.2 | linux/ppc64lelinux/amd64linux/arm64linux/arm | 2021/10/12 02:01 | 11.3 MB | sha256:0604285851ff… | |||
docker.io/prom/pushgateway :v1.4.1 | linux/amd64linux/ppc64lelinux/armlinux/arm64 | 2021/05/28 22:39 | 10.0 MB | sha256:b561435cb17e… |