file:///home/river/services/grafana.md
Service: grafana.homelab
Primary telemetry and Prometheus monitoring dashboard. Aggregates host node resource usage, Docker container stats, and Traefik router throughput.
docker-compose.yml
services:
grafana:
image: grafana/grafana-oss:latest
container_name: homelab_grafana
ports:
- "3000:3000"
restart: unless-stopped
[#homelab]
[#prometheus]
[#telemetry]
[STATUS: ONLINE]