From 3b7aefade22cb9000162940ed05e54eec0725592 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 17 Mar 2022 20:17:15 +0200 Subject: [PATCH] docs/vmalert.md: sync after 11ae1ae92432731989bfe8af1bd7e4e7384719fc --- app/vmalert/README.md | 2 +- docs/vmalert.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 8e0aaf5f9b..61ac2d3626 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -527,7 +527,7 @@ The shortlist of configuration flags is the following: -datasource.queryStep duration queryStep defines how far a value can fallback to when evaluating queries. For example, if datasource.queryStep=15s then param "step" with value "15s" will be added to every query.If queryStep isn't specified, rule's evaluationInterval will be used instead. -datasource.queryTimeAlignment - Whether to align "time" parameter with evaluation interval.Alignment supposed to produce deterministic results despite of number of vmalert replicas or time they were started. See more details here https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1257 (default true) + Whether to align "time" parameter with evaluation interval.Alignment supposed to produce deterministic results despite of number of vmalert replicas or time they were started. See more details here https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1257 (default true) -datasource.roundDigits int Adds "round_digits" GET param to datasource requests. In VM "round_digits" limits the number of digits after the decimal point in response values. -datasource.tlsCAFile string diff --git a/docs/vmalert.md b/docs/vmalert.md index 16516fab08..cb04a7f840 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -531,7 +531,7 @@ The shortlist of configuration flags is the following: -datasource.queryStep duration queryStep defines how far a value can fallback to when evaluating queries. For example, if datasource.queryStep=15s then param "step" with value "15s" will be added to every query.If queryStep isn't specified, rule's evaluationInterval will be used instead. -datasource.queryTimeAlignment - Whether to align "time" parameter with evaluation interval.Alignment supposed to produce deterministic results despite of number of vmalert replicas or time they were started. See more details here https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1257 (default true) + Whether to align "time" parameter with evaluation interval.Alignment supposed to produce deterministic results despite of number of vmalert replicas or time they were started. See more details here https://github.com/VictoriaMetrics/VictoriaMetrics/pull/1257 (default true) -datasource.roundDigits int Adds "round_digits" GET param to datasource requests. In VM "round_digits" limits the number of digits after the decimal point in response values. -datasource.tlsCAFile string @@ -778,6 +778,8 @@ The shortlist of configuration flags is the following: Interval for checking for changes in '-rule' files. By default the checking is disabled. Send SIGHUP signal in order to force config check for changes. DEPRECATED - see '-configCheckInterval' instead -rule.maxResolveDuration duration Limits the maximum duration for automatic alert expiration, which is by default equal to 3 evaluation intervals of the parent group. + -rule.resendDelay duration + Minimum amount of time to wait before resending an alert to notifier -rule.validateExpressions Whether to validate rules expressions via MetricsQL engine (default true) -rule.validateTemplates