Allows ephemeral and batch jobs to expose their metrics to Prometheus.
10K+
The official Prometheus-pushgateway docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Prometheus-pushgateway docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The Pushgateway is an intermediary service which allows you to push metrics from jobs which cannot be scraped. For details, see Pushing metrics.
Learn more about Prometheus-pushgateway on the Prometheus-pushgateway Website.
The tag of each prometheus-pushgateway docker image is consist of the version of prometheus-pushgateway and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.11.3-oe2403sp4 | prometheus 1.11.3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.11.1-oe2403sp4 | prometheus 1.11.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.11.1-oe2403sp2 | prometheus 1.11.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 1.7.0-oe2203sp3 | Prometheus-pushgateway 1.7.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 1.10.0-oe2003sp4 | Prometheus-pushgateway 1.10.0 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 1.10.0-oe2203sp1 | Prometheus-pushgateway 1.10.0 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 1.10.0-oe2203sp3 | Prometheus-pushgateway 1.10.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 1.10.0-oe2203sp4 | Prometheus-pushgateway 1.10.0 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 1.10.0-oe2403lts | Prometheus-pushgateway 1.10.0 on openEuler 24.03-LTS | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/prometheus-pushgateway image from docker
docker pull openeuler/prometheus-pushgateway:{Tag}
Start a prometheus-pushgateway instance
docker run -d --name my-prometheus-pushgateway -p 9091:9091 openeuler/prometheus-pushgateway:{Tag}
After the instance my-prometheus-pushgateway is started, access the Prometheus-pushgateway service through http://localhost:9091.
Container startup options
| Option | Description |
|---|---|
-p 9091:9091 | Expose Prometheus-pushgateway server on localhost:9091. |
View container running logs
docker logs -f my-prometheus-pushgateway
To get an interactive shell
docker exec -it my-prometheus-pushgateway /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:949d0b5c6…
Size
140.7 MB
Last updated
1 day ago
docker pull openeuler/prometheus-pushgatewayPulls:
71
Last week