InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Pushgateway Alternatives
Similar projects and alternatives to pushgateway
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
fourkeys
Discontinued Platform for monitoring the four key software delivery metrics of software delivery
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
material-ui
Discontinued MUI Core (formerly Material UI) is the React UI library you always wanted. Follow your own design system, or start with Material Design. [Moved to: https://github.com/mui/material-ui] (by callemall)
pushgateway discussion
pushgateway reviews and mentions
-
Como Monitorar Processos Linux com Prometheus e Grafana
wget https://github.com/prometheus/pushgateway/releases/download/v0.8.0/pushgateway-0.8.0.linux-amd64.tar.gz
-
How do you guys monitor your cron jobs?
* https://github.com/prometheus/pushgateway
just my 0.02€
-
Tools for frontend monitoring with Prometheus
Pushgateway
-
Monitoring with Custom Metrics
In case the Custom Metric is related to a job or a short-living script, consider using Pushgateway.
-
Bucketed data from jenkins?
So my idea is to have a python script that buckets data and then publishes it again using pushtogateway: https://github.com/prometheus/pushgateway
-
The right tool for pulling data from random via REST API.
Is the cron job with a script for getting metric and pushing via https://github.com/prometheus/pushgateway the right way for this task?
-
On the Prometheus Push Gateway
The push gateway is a relatively simple service. There’s one main entry point file (main.go) and an api file (api.go) both at 279 lines log. There’s probably a dozen or so api endpoints, but the key one is the one where you post metrics, defined here
-
"The Pushgateway is not an event store. [...] tracking something like release events has to happen with some event-logging framework."
We are currently evaluating timeseries databases to build an internal tool for DORA metrics and just looking at prometheus. As tracking releases is more of a push based use case, I looked at pushgateway and the docs stated the following "The Pushgateway is not an event store. [...] tracking something like release events has to happen with some event-logging framework." here
-
Monitoring short lived applications
Checked this out? https://github.com/prometheus/pushgateway
-
Ask HN: Prometheus vs. StatsD / Telegraf
While I somehow understand Prometheus idea that pull is easier to scale than push I've had a bad luck with it.
First of all Prometheus doesn't even consider monitoring of long-running jobs other than pull way (which didn't make sense for me). There is push gateway [0] but clients libraries seem to consider it only for short-lived jobs where you can send the metrics at the end [1]. It seems I couldn't "push" from long living jobs trivially
Second when using it for example with django you have to be careful with how you handle multiprocessing that UWSGI/gunicorn does, see [2] - it has bitten me at leas once.
Comparing to push model where I can just push metrics to [3] statsd_exporter directly and be done with it, but support for statsd is lacking both in terms of frameworks (everyone seems to be migrating to native clients...) and functionality (you've to do labeling basically manually [4])
To sum up: Prometheus is really great when it works, until you try to go off-track (intentionally or not, see django [2]) then you see its all undiscovered and immature landscape
[0] https://github.com/prometheus/pushgateway
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 Jul 2025
Stats
prometheus/pushgateway is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of pushgateway is Go.
Popular Comparisons
- pushgateway VS statsd_exporter
- pushgateway VS django-prometheus
- pushgateway VS client_python
- pushgateway VS fourkeys
- pushgateway VS json_exporter
- pushgateway VS awesome-prometheus
- pushgateway VS prometheus
- pushgateway VS prometheus-browser
- pushgateway VS prom-aggregation-gateway
- pushgateway VS material-ui