From 702cc4514ab24bc123f718ee19e859a41e240a41 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Tue, 6 Feb 2024 10:47:19 +0100 Subject: [PATCH] docs/vmalert: mention `limit` option in group params This param was supported for long time but was missing in the docs. Signed-off-by: hagen1778 --- docs/vmalert.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/vmalert.md b/docs/vmalert.md index 346345ff42..9a82b0adbe 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -251,6 +251,11 @@ expr: # Available starting from https://docs.victoriametrics.com/CHANGELOG.html#v1820 [ debug: | default = false ] +# Limit limits the number of alerts or recording rule results the rule can produce. +# On exceeding the limit, rule will be marked with an error and all its results will be discarded. +# 0 is no limit. +[ limit: | default 0] + # Defines the number of rule's updates entries stored in memory # and available for view on rule's Details page. # Overrides `rule.updateEntriesLimit` value for this specific rule.