| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 8 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |
Quick reference
-
The official Prometheus docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
Prometheus | openEuler
Current Prometheus docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. To emphasize this, and to clarify the project's governance structure, Prometheus joined the Cloud Native Computing Foundation in 2016 as the second hosted project, after Kubernetes.
Learn more about Prometheus on the Prometheus Website.
Supported tags and respective Dockerfile links
The tag of each prometheus docker image is consist of the version of prometheus and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 3.11.3-oe2403sp3 | prometheus 3.11.3 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 3.7.2-oe2403sp2 | prometheus 3.7.2 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.20.0-oe2203lts | Prometheus server 2.20.0 on openEuler 22.03-LTS | amd64, arm64 |
| 2.50.1-oe2203sp3 | Prometheus server 2.50.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.54.1-oe2003sp4 | Prometheus server 2.54.1 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 2.54.1-oe2203sp1 | Prometheus server 2.54.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.54.1-oe2203sp3 | Prometheus server 2.54.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.54.1-oe2203sp4 | Prometheus server 2.54.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.54.1-oe2403lts | Prometheus server 2.54.1 on openEuler 24.03-LTS | amd64, arm64 |
| 2.55.0-oe2003sp4 | Prometheus server 2.55.0 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 2.55.0-oe2203sp1 | Prometheus server 2.55.0 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.55.0-oe2203sp3 | Prometheus server 2.55.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.55.0-oe2203sp4 | Prometheus server 2.55.0 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.55.0-oe2403lts | Prometheus server 2.55.0 on openEuler 24.03-LTS | amd64, arm64 |
| 2.55.1-oe2203sp1 | Prometheus server 2.55.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.55.1-oe2203sp3 | Prometheus server 2.55.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.55.1-oe2203sp4 | Prometheus server 2.55.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.55.1-oe2403lts | Prometheus server 2.55.1 on openEuler 24.03-LTS | amd64, arm64 |
Usage
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
-
Pull the
openeuler/prometheusimage from dockerdocker pull openeuler/prometheus:{Tag} -
Start a prometheus instance
docker run -d --name my-prometheus -p 9090:9090 openeuler/prometheus:{Tag}After the instance
my-prometheusis started, access the Prometheus service throughhttp://localhost:9090. -
Container startup options
Option Description -p 9090:9090Expose Prometheus server on localhost:9090.-v /path/to/prometheus.yml:/etc/prometheus/prometheus.ymlLocal configuration file prometheus.yml.-v /path/to/alerts.yml:/etc/prometheus/alerts.ymlLocal alerts configuration file alerts.yml. -
View container running logs
docker logs -f my-prometheus -
To get an interactive shell
docker exec -it my-prometheus /bin/bash
Question and answering
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.