From bf131a4990e40ca2c951aa4f8f7ad1def4a5bec4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 16 Mar 2022 12:30:02 +0200 Subject: [PATCH] docs: `make docs-sync` --- docs/vmalert.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/vmalert.md b/docs/vmalert.md index ba471dc3d8..16516fab08 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -530,6 +530,8 @@ The shortlist of configuration flags is the following: Optional OAuth2 tokenURL to use for -datasource.url. -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) -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