Files
grafana/pkg/expr
Tito Lins a9990116b5 Alerting: Skip retries for deterministic Mimir resource-limit errors (#126473)
Query-limit and write-message-size rejections fail identically on every retry, so retrying them in-cycle wastes query/write cost for no benefit. Classify them as non-retryable so the rule fails fast on the first attempt; recovery is unchanged (still evaluated every cycle). Also fixes a pre-existing miscount of rule_evaluation_failures_total when retries stop early.

Signed-off-by: Tito Lins <tito.linsesilva@grafana.com>
2026-06-16 12:36:25 +02:00
..