Allows ephemeral and batch jobs to expose their metrics to Prometheus.
9.1K
ubuntu/prometheus-pushgateway is a rock for prometheus-pushgateway maintained by Canonical.
The Prometheus Pushgateway allows ephemeral and batch jobs to expose their metrics to Prometheus.
[Learn more about prometheus-pushgateway]
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures |
|---|---|---|---|---|
1.11-26.04_edge | 09/2026 | 1.11 | 26.04 | amd64 |
| Tags | Support ended on | Upgrade Path | |
|---|---|---|---|
1.11-24.04_stable | aliases1-24.041-24.04_beta1-24.04_candidate1-24.04_edge1-24.04_stable1.11-24.041.11-24.04_beta1.11-24.04_candidate1.11-24.04_edge | 07/2025 | - |
1.6-22.04_stable | aliases1.6-22.041.6-22.04_beta1.6-22.04_candidate1.6-22.04_edge | 03/2025 | - |
1.7-22.04_stable | aliases1.7-22.041.7-22.04_beta1.7-22.04_candidate1.7-22.04_edge | 03/2025 | - |
1.6.1-22.04_stable | aliases1.6.1-22.041.6.1-22.04_beta1.6.1-22.04_candidate1.6.1-22.04_edge | 05/2025 | - |
1.6.2-22.04_stable | aliases1.6.2-22.041.6.2-22.04_beta1.6.2-22.04_candidate1.6.2-22.04_edge | 05/2025 | - |
1.8.0-22.04_stable | aliases1-22.041-22.04_beta1-22.04_candidate1-22.04_edge1-22.04_stable1.8-22.041.8-22.04_beta1.8-22.04_candidate1.8-22.04_edge1.8-22.04_stable1.8.0-22.041.8.0-22.04_beta1.8.0-22.04_candidate1.8.0-22.04_edge | 05/2025 | - |
1.6.0-22.04_stable | aliases1.6.0-22.041.6.0-22.04_beta1.6.0-22.04_candidate1.6.0-22.04_edge | 05/2025 | - |
1.7.0-22.04_stable | aliases1.7.0-22.041.7.0-22.04_beta1.7.0-22.04_candidate1.7.0-22.04_edge | 05/2025 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/prometheus-pushgateway:1.11-24.04_stable plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name prometheus-pushgateway-container \
-p 9091:9091 \
ubuntu/prometheus-pushgateway:1.11-24.04_stable
Access the Pushgateway instance at http://localhost:9091.
To view the logs of the running container, run:
docker exec prometheus-pushgateway-container pebble logs
Or, for a specific service:
docker exec prometheus-pushgateway-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec prometheus-pushgateway-container pebble checks
The overall health of your container can be inspected via:
docker exec prometheus-pushgateway-container pebble health
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
| Option | Description | Default |
|---|---|---|
-p <port>:9091 | Exposes the container's port 9091 on the host's <port>. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:821ce49e0…
Size
52 MB
Last updated
3 days ago
docker pull ubuntu/prometheus-pushgateway:1.11-26.04_edgePulls:
902
Last week