【openeuler/grafana docker image overview】

在这里插入图片描述

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

TagsCurrentlyArchitectures
7.5.11-oe2203ltsGrafana 7.5.1 on openEuler 22.03-LTSamd64, arm64
10.4.1-oe2203sp3Grafana 10.4.1 on openEuler 22.03-LTS-SP3amd64, 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

    OptionDescription
    -p 3000:3000Expose 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/grafanaPersist 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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值