From f468597ad83b4a69fb4f38fda578e042c76b4f0b Mon Sep 17 00:00:00 2001 From: Taygun Bulmus Date: Fri, 7 Nov 2025 00:10:25 +0300 Subject: [PATCH] Document rule_version_record_limit setting (#113511) * Document rule_version_record_limit setting Add documentation for rule_version_record_limit configuration. * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Jacob Valdez * Update docs/sources/setup-grafana/configure-grafana/_index.md * run prettier --------- Co-authored-by: Jacob Valdez --- docs/sources/setup-grafana/configure-grafana/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index ea83a3bb553..795b529ca85 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -1969,6 +1969,12 @@ If a rule frequency is lower than this value, then this value is enforced.
+#### `rule_version_record_limit` + +Defines the limits for how many alert rule versions are stored in the database per alert rule. + +The default `0` value means there's no limit. + ### `[unified_alerting.screenshots]` For more information about screenshots, refer to [Images in notifications](../../alerting/configure-notifications/template-notifications/images-in-notifications/).