mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
eaf75a565f
commit
702cc4514a
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue