trails/infrastructure/grafana/provisioning
Ullrich Schäfer 2b0aba205f
Fix error rate alert: avoid NaN when no traffic
The error rate formula (errors/total*100) produces NaN when there's
zero traffic (0/0). Grafana treats NaN as a firing condition.
Use clamp_min on the denominator to return 0% instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 07:54:49 +01:00
..
alerting Fix error rate alert: avoid NaN when no traffic 2026-03-28 07:54:49 +01:00
dashboards Add observability: health endpoints, structured logging, metrics, Grafana stack 2026-03-26 22:59:44 +01:00
datasources Add PostgreSQL datasource to Grafana with read-only user 2026-03-27 20:07:27 +01:00