GitHub
github.com › prometheus › pushgateway
GitHub - prometheus/pushgateway: Push acceptor for ephemeral and batch jobs. · GitHub
The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway.
Author: prometheus
Prometheus
prometheus.io › docs › practices › pushing
When to use the Pushgateway | Prometheus
Join PromCon EU 2026 , the Prometheus users conference, on October 7–8, 2026 in Munich. PromCon EU 2026 — Oct 7–8, Munich. ... The Pushgateway is an intermediary service which allows you to push metrics from jobs which cannot be scraped.
TIL Prometheus Pushgateway
Don't do what I tried to do and use it as a way to get around NAT! it works well though for it's intended use case
More on reddit.comPython, Prometheus and pushgateway - is this possible?
So you have a python program that collects data on a regular basis from an external app? Kinda like the blackbox_exporter . It sounds like you should just use the Python client as usual, and store the results in a Histogram . It doesn't seem like you need the pushgateway here. More on reddit.com
Pushgateway altentives
I have also tried the gateway approach, but it was easier in my case to simply send the results to InfluxDB, since Grafana is able to use multiple data sources in the same dashboard.
More on reddit.comprometheus-pushgateway-cleaner - Delete old metric jobs from Prometheus pushgateway
Would be nice to see more of the config in the Readme, but I'll check this out. May solve some of my issues with a particular push collection we're doing. More on reddit.com
17:37
How to setup Prometheus Push Gateway to collect metrics - YouTube
22:43
Prometheus PushGateway with Examples | Best Practices for using ...
07:11
Prometheus Push Gateway - YouTube
23:24
05 How to install pushgateway | prometheus PushGateway with Examples ...
Push Gateway Setup
client_java
prometheus.github.io › client_java › exporters › pushgateway
Pushgateway | client_java
The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway. The Pushgateway then exposes these metrics to Prometheus.
Docker Hub
hub.docker.com › r › prom › pushgateway
prom/pushgateway - Docker Image
The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway.
Prometheus
prometheus.io › docs › instrumenting › pushing
Pushing metrics | Prometheus
Occasionally you will need to monitor components which cannot be scraped. The Prometheus Pushgateway allows you to push time series from short-lived service-level batch jobs to an intermediary job which Prometheus can scrape.
PagerTree
pagertree.com › learn › prometheus › pushgateway
Pushgateway | PagerTree
Pushgateway is a component in the Prometheus ecosystem that allows short-lived jobs to expose their metrics to Prometheus. It is an intermediary between short-lived job instances (which may not be consistently available for scraping) and Prometheus.
Rancher
apps.rancher.io › applications › prometheus-pushgateway
SUSE Application Collection: Prometheus Pushgateway
The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus. Since these kinds of jobs may not exist long enough to be scraped, they can instead push their metrics to a Pushgateway.
Sam Malekpour
s4m.ca › blog › understanding-the-prometheus-pushgateway-when-to-push-when-to-pull-and-what-to-watch-out-for-3
Understanding the Prometheus Pushgateway: When to Push, When to Pull, and What to Watch Out For - Sam Malekpour
October 9, 2025 - The Pushgateway is an optional component in the Prometheus ecosystem that acts as an intermediary metrics cache. Instead of Prometheus pulling metrics from your targets, your targets push their metrics to the Pushgateway.
Pluralsight
pluralsight.com › labs › aws › installing-prometheus-pushgateway
Installing Prometheus Pushgateway
March 17, 2026 - Prometheus Pushgateway serves as a middleman, providing a push-based method for gathering metrics without compromising the simplicity of Prometheus server. In this lab, you will have the opportunity to install and configure your own Prometheus ...
MetricFire
metricfire.com › blog › prometheus-pushgateways-everything-you-need-to-know
Prometheus Pushgateways - Everything You Need To Know | MetricFire
May 29, 2024 - This is where Prometheus Pushgateways comes in. You can send metrics data to the Pushgateway from your short-lived scripts, then the metrics will be eventually ingested by Prometheus. This article on MetricFire’s blog will tell you everything you need to know to start using Pushgateways quickly.
ECR Public Gallery
gallery.ecr.aws › ubuntu › prometheus-pushgateway
Ubuntu/prometheus-pushgateway - Amazon ECR Public Gallery
Amazon ECR Public Gallery is a website that allows anyone to browse and search for public container images, view developer-provided details, and see pull commands
Google Groups
groups.google.com › g › prometheus-users › c › s4l8-CLDfzA
how to push metrics continuously using pushgateway
July 28, 2017 - Add a new node or client to the file and Prometheus will pick it up. If you are already using Consul for nodes and services to register, you can use it to re-configure Prometheus on the fly as well (same link as above, different section).
Deckhouse
deckhouse.io › modules › prometheus-pushgateway
Description | prometheus-pushgateway | Deckhouse
Installs Prometheus Pushgateway into the Deckhouse Kubernetes Platform cluster to receive metrics from applications.