mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
docs/vmalert: update limit
description
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
54ac16c883
commit
3cab5a16a9
@ -139,9 +139,10 @@ name: <string>
|
|||||||
# See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5155 and https://docs.victoriametrics.com/keyConcepts.html#query-latency.
|
# See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5155 and https://docs.victoriametrics.com/keyConcepts.html#query-latency.
|
||||||
[ eval_delay: <duration> ]
|
[ eval_delay: <duration> ]
|
||||||
|
|
||||||
# Limit the number of alerts an alerting rule and series a recording
|
# Limit limits the number of alerts or recording results the rule within this group can produce.
|
||||||
# rule can produce. 0 is no limit.
|
# On exceeding the limit, rule will be marked with an error and all its results will be discarded.
|
||||||
[ limit: <int> | default = 0 ]
|
# 0 is no limit.
|
||||||
|
[ limit: <integer> | default 0]
|
||||||
|
|
||||||
# How many rules execute at once within a group. Increasing concurrency may speed
|
# How many rules execute at once within a group. Increasing concurrency may speed
|
||||||
# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric).
|
# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric).
|
||||||
@ -251,11 +252,6 @@ expr: <string>
|
|||||||
# Available starting from https://docs.victoriametrics.com/CHANGELOG.html#v1820
|
# Available starting from https://docs.victoriametrics.com/CHANGELOG.html#v1820
|
||||||
[ debug: <bool> | default = false ]
|
[ 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
|
# Defines the number of rule's updates entries stored in memory
|
||||||
# and available for view on rule's Details page.
|
# and available for view on rule's Details page.
|
||||||
# Overrides `rule.updateEntriesLimit` value for this specific rule.
|
# Overrides `rule.updateEntriesLimit` value for this specific rule.
|
||||||
|
Loading…
Reference in New Issue
Block a user