在这里插入图片描述

Quick reference

Grafana | openEuler

Current Grafana docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Grafana open source software enables you to query, visualize, alert on, and explore your metrics, logs, and traces wherever they are stored. Grafana OSS provides you with tools to turn your time-series database (TSDB) data into insightful graphs and visualizations. The Grafana OSS plugin framework also enables you to connect other data sources like NoSQL/SQL databases, ticketing tools like Jira or ServiceNow, and CI/CD tooling like GitLab.

Learn more on Grafana website.

Supported tags and respective Dockerfile links

The tag of each grafana docker image is consist of the version of grafana and the version of basic image. The details are as follows

Tags Currently Architectures
7.5.11-oe2203lts Grafana 7.5.1 on openEuler 22.03-LTS amd64, arm64
10.4.1-oe2203sp3 Grafana 10.4.1 on openEuler 22.03-LTS-SP3 amd64, arm64

Usage

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

  • Pull the openeuler/grafana image from docker

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

    docker run -d --name my-grafana -p 3000:3000 openeuler/grafana:{Tag}
    

    After the instance my-grafana is started, access the kafka service through http://localhost:3000.

    在这里插入图片描述

  • Container startup options

    Option Description
    -p 3000:3000 Expose Grafana on localhost:3000.
    -v /path/to/grafana/provisioning/files/:/etc/grafana/provisioning/ Directory to provision Grafana (see documentation⁠).
    -v /path/to/persisted/data:/var/lib/grafana Persist data with a volume instead of initializing a new database for each newly launched container.
  • View container running logs

    docker logs -f my-grafana
    
  • To get an interactive shell

    docker exec -it my-grafana /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.

Logo

鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。

更多推荐