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 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-02-06 10:47:19 +01:00 committed by Aliaksandr Valialkin
parent eaf75a565f
commit 702cc4514a
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -251,6 +251,11 @@ expr: <string>
# Available starting from https://docs.victoriametrics.com/CHANGELOG.html#v1820
[ debug: <bool> | 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: <integer> | 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.