prometheus/pushgateway
Push acceptor for ephemeral and batch jobs. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 96
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 157.0
- age_days: 4599
- days_rel: 98
- days_push: 27
- n_releases_24m: 5
Adoption not part of the score
3361 stars · 494 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Prometheus Pushgateway is a metrics acceptor service that lets ephemeral and batch jobs push their metrics so Prometheus can scrape them later. It acts as a metrics cache rather than an aggregator, exposing pushed metrics to Prometheus in the standard pull model.
Use cases
- push metrics from short-lived batch jobs to prometheus
- expose metrics from cron jobs that finish before being scraped
- monitor service-level metrics from ephemeral CI jobs
- collect metrics from scripts that cannot be scraped directly
- bridge push-based metrics into a pull-based monitoring setup
When to choose
- your jobs are ephemeral or batch-oriented and may not live long enough to be scraped
- you need service-level metrics from short-lived processes in a Prometheus setup
- you want a simple, official Prometheus component for metric pushing
When to avoid
- you want push-based monitoring in general - Prometheus remains pull-based
- you need distributed counting or statsd-like aggregation
- you need metrics with TTLs or automatic expiration
- you need machine-level metrics - use the node_exporter textfile collector instead
Facets
service · maturity stable
monitoring http-server monitoring backend windows go self-hosted prometheus metrics push-gateway batch-jobs observability devops linux macos docker
1 source
- readme: https://github.com/prometheus/pushgateway · fetched 2026-08-28 · 9860490af329
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| prometheus/pushgateway | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="prometheus/pushgateway")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem