Alerting: Fix default max_attempts value in the docs (#100497)

This commit is contained in:
Alexander Akhmetov
2025-02-12 19:24:22 +01:00
committed by GitHub
parent 3cc4320aa9
commit c556f20627
@@ -1821,7 +1821,7 @@ The timeout string is a possibly signed sequence of decimal numbers, followed by
#### `max_attempts`
Sets a maximum number of times Grafana attempts to evaluate an alert rule before giving up on that evaluation. The default value is `1`.
Sets a maximum number of times Grafana attempts to evaluate an alert rule before giving up on that evaluation. The default value is `3`.
#### `min_interval`