Files
monitoring/grafana/provisioning/datasources/prometheus.yml
T
nkozobrod 82f3dae6ab Initial: Prometheus + Grafana monitoring stack
- Prometheus with 9 scrape targets
- Grafana with Home Server Overview dashboard
- Exporters: node_exporter, cadvisor, postgres_exporter (x3), qbittorrent
- Traefik and Gitea metrics enabled
2026-07-31 15:24:11 +03:00

10 lines
159 B
YAML

apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true