openeuler/prometheusThe official Prometheus docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, 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.
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.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 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/prometheus image from docker
bashdocker pull openeuler/prometheus:{Tag}
Start a prometheus instance
bashdocker run -d --name my-prometheus -p 9090:9090 openeuler/prometheus:{Tag}
After the instance my-prometheus is started, access the Prometheus service through http://localhost:9090.
Container startup options
| Option | Description |
|---|---|
-p 9090:9090 | Expose Prometheus server on localhost:9090. |
-v /path/to/prometheus.yml:/etc/prometheus/prometheus.yml | Local configuration file prometheus.yml. |
-v /path/to/alerts.yml:/etc/prometheus/alerts.yml | Local alerts configuration file alerts.yml. |
View container running logs
bashdocker logs -f my-prometheus
To get an interactive shell
bashdocker exec -it my-prometheus /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.
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务