README.md

Grafana container

Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, InfluxDB and Performance Co-Pilot.

Usage

$ podman run -d \
    --name grafana \
    -p 3000:3000 \
    -v grafana-data:/var/lib/grafana \
    registry.fedoraproject.org/grafana

Environment Variables

GF_INSTALL_PLUGINS

Default: unset.

Comma-separated list of Grafana plugins to install. To install plugins from a different source, use the following format: GF_INSTALL_PLUGINS=<url to plugin zip>;<plugin name>

Volumes

/var/lib/grafana

Grafana data directory. Contains the default SQLite database with the configured dashboards and settings, and installed 3rd party plugins.

Ports

3000/tcp

The integrated web server listens on this port and serves the Grafana web application.

Documentation

https://grafana.com/docs/grafana/