ubuntu/prometheus-pushgateway

Verified Publisher

By Canonical

Updated 3 days ago

Allows ephemeral and batch jobs to expose their metrics to Prometheus.

Image
Monitoring & observability
1

9.1K

ubuntu/prometheus-pushgateway repository overview

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]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
1.11-26.04_edge09/20261.1126.04amd64
View deprecated tags
TagsSupport ended onUpgrade Path
1.11-24.04_stable
aliases1-24.04, 1-24.04_beta, 1-24.04_candidate, 1-24.04_edge, 1-24.04_stable, 1.11-24.04, 1.11-24.04_beta, 1.11-24.04_candidate, 1.11-24.04_edge
07/2025 -
1.6-22.04_stable
aliases1.6-22.04, 1.6-22.04_beta, 1.6-22.04_candidate, 1.6-22.04_edge
03/2025 -
1.7-22.04_stable
aliases1.7-22.04, 1.7-22.04_beta, 1.7-22.04_candidate, 1.7-22.04_edge
03/2025 -
1.6.1-22.04_stable
aliases1.6.1-22.04, 1.6.1-22.04_beta, 1.6.1-22.04_candidate, 1.6.1-22.04_edge
05/2025 -
1.6.2-22.04_stable
aliases1.6.2-22.04, 1.6.2-22.04_beta, 1.6.2-22.04_candidate, 1.6.2-22.04_edge
05/2025 -
1.8.0-22.04_stable
aliases1-22.04, 1-22.04_beta, 1-22.04_candidate, 1-22.04_edge, 1-22.04_stable, 1.8-22.04, 1.8-22.04_beta, 1.8-22.04_candidate, 1.8-22.04_edge, 1.8-22.04_stable, 1.8.0-22.04, 1.8.0-22.04_beta, 1.8.0-22.04_candidate, 1.8.0-22.04_edge
05/2025 -
1.6.0-22.04_stable
aliases1.6.0-22.04, 1.6.0-22.04_beta, 1.6.0-22.04_candidate, 1.6.0-22.04_edge
05/2025 -
1.7.0-22.04_stable
aliases1.7.0-22.04, 1.7.0-22.04_beta, 1.7.0-22.04_candidate, 1.7.0-22.04_edge
05/2025 -

Get started

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.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/prometheus-pushgateway:1.11-24.04_stable plan
Run

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.

Get logs

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>
Monitor health checks

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

Configuration

Environment variables
OptionDescriptionDefault
TZTimezone.UTC
Ports
OptionDescriptionDefault
-p <port>:9091Exposes the container's port 9091 on the host's <port>.None

[Report a bug] [Contribute]

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.

Tag summary

Content type

Image

Digest

sha256:821ce49e0

Size

52 MB

Last updated

3 days ago

docker pull ubuntu/prometheus-pushgateway:1.11-26.04_edge

This week's pulls

Pulls:

902

Last week