HON’s Wiki # Grafana
Home / Monitoring
Contents
For visualizing stuff.
Supports metrics backends like Prometheus, InfluxDB, MySQL etc.
Setup (Docker)
- (Note) See (Grafana) Run Grafana Docker image.
- Mount:
- Config:
./grafana.ini:/etc/grafana/grafana.ini:ro
- Data:
./data:/var/lib/grafana/:rw
(requires UID 472)
- Logs:
./logs:/var/log/grafana/:rw
(requires UID 472)
- Configure
grafana.ini
.
- Open the webpage to configure it.
Miscellanea
- Be careful with public dashboards. “Viewers” can modify any query and thus query the entire data source for the dashboard, unless you have configured some type of access control for the data source (which you probably haven’t).
- If the Grafana metrics endpoint is enabled, make sure your reverse proxy blocks the metrics path
/metrics
to avoid leaking them.
hon.one
| HON95/wiki
| Edit page