pez-infra/ansible/services/grafana/provisioning
Rasmus Wejlgaard c1580a06e2 fix grafana alert rules missing relativeTimeRange
Grafana 12 requires explicit relativeTimeRange on all alert rule data
queries. Without it, queries default to {from: 0, to: 0} which is
rejected as invalid, causing Grafana to crash on startup during
alerting provisioning.

Added relativeTimeRange to all data entries:
- Prometheus queries: {from: 600, to: 0} (10 min lookback)
- Expression refs: {from: 0, to: 0}

This was preventing Grafana from starting on london-a, which meant
alerts (including Host Down for copenhagen-a) could never auto-resolve.
2026-04-04 08:54:58 +00:00
..
alerting fix grafana alert rules missing relativeTimeRange 2026-04-04 08:54:58 +00:00
dashboards fix more yaml document-start and comment indentation 2026-03-28 13:15:46 +00:00
datasources initial commit 2026-03-28 12:39:41 +00:00