[release-12.3.1] alerting docs: initialization_timeout addition (#114453)

Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com>
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-11-26 10:34:29 +01:00
committed by GitHub
co-authored by Johnny Kartheiser Irene Rodríguez
parent 1d8cefb75f
commit 7c5edf8811
@@ -1938,6 +1938,10 @@ The initial delay before retrying a failed alert evaluation. Default is `1s`.
This value is the starting point for exponential backoff.
#### `initialization_timeout`
Allows the context deadline for the `AlertNG` service to be configurable. The default timeout is 30s.
#### `max_retry_delay`
The maximum delay between retries during exponential backoff. Default is `4s`.