Sign inSign up

openeuler/prometheus

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

10K+

openeuler/prometheus repository overview

Quick reference

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.

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

TagCurrentlyArchitectures
3.11.3-oe2403sp4prometheus 3.11.3 on openEuler 24.03-LTS-SP4amd64, arm64
3.11.3-oe2403sp3prometheus 3.11.3 on openEuler 24.03-LTS-SP3amd64, arm64
3.7.2-oe2403sp2prometheus 3.7.2 on openEuler 24.03-LTS-SP2amd64, arm64
2.20.0-oe2203ltsPrometheus server 2.20.0 on openEuler 22.03-LTSamd64, arm64
2.50.1-oe2203sp3Prometheus server 2.50.1 on openEuler 22.03-LTS-SP3amd64, arm64
2.54.1-oe2003sp4Prometheus server 2.54.1 on openEuler 20.03-LTS-SP4amd64, arm64
2.54.1-oe2203sp1Prometheus server 2.54.1 on openEuler 22.03-LTS-SP1amd64, arm64
2.54.1-oe2203sp3Prometheus server 2.54.1 on openEuler 22.03-LTS-SP3amd64, arm64
2.54.1-oe2203sp4Prometheus server 2.54.1 on openEuler 22.03-LTS-SP4amd64, arm64
2.54.1-oe2403ltsPrometheus server 2.54.1 on openEuler 24.03-LTSamd64, arm64
2.55.0-oe2003sp4Prometheus server 2.55.0 on openEuler 20.03-LTS-SP4amd64, arm64
2.55.0-oe2203sp1Prometheus server 2.55.0 on openEuler 22.03-LTS-SP1amd64, arm64
2.55.0-oe2203sp3Prometheus server 2.55.0 on openEuler 22.03-LTS-SP3amd64, arm64
2.55.0-oe2203sp4Prometheus server 2.55.0 on openEuler 22.03-LTS-SP4amd64, arm64
2.55.0-oe2403ltsPrometheus server 2.55.0 on openEuler 24.03-LTSamd64, arm64
2.55.1-oe2203sp1Prometheus server 2.55.1 on openEuler 22.03-LTS-SP1amd64, arm64
2.55.1-oe2203sp3Prometheus server 2.55.1 on openEuler 22.03-LTS-SP3amd64, arm64
2.55.1-oe2203sp4Prometheus server 2.55.1 on openEuler 22.03-LTS-SP4amd64, arm64
2.55.1-oe2403ltsPrometheus server 2.55.1 on openEuler 24.03-LTSamd64, arm64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/prometheus image from docker

    docker pull openeuler/prometheus:{Tag}
    
  • Start a prometheus instance

    docker 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

    OptionDescription
    -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.

Tag summary

Content type

Image

Digest

sha256:ae2f3a344

Size

359.1 MB

Last updated

2 months ago

docker pull openeuler/prometheus

This week's pulls

Pulls:

46

Last week