From 9fb553aafea4d4972eff9b23710523afaab0da15 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin <valyala@victoriametrics.com> Date: Sun, 9 Jul 2023 11:28:02 -0700 Subject: [PATCH] docs/vmalert.md: run `make docs-sync` after 7c8a215a7c197459a602a14b5718b79918bdc82f --- docs/vmalert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmalert.md b/docs/vmalert.md index 5c5888ec29..4d9a02a4c5 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -932,7 +932,7 @@ The shortlist of configuration flags is the following: -datasource.disableKeepAlive Whether to disable long-lived connections to the datasource. If true, disables HTTP keep-alives and will only use the connection to the server for a single HTTP request. -datasource.disableStepParam - Whether to disable adding 'step' param to the issued instant queries. This might be useful when using vmalert with datasources that do not support 'step' param for instant queries, like Google Managed Prometheus. It is not recommended to enable this flag if you use vmalert to query VictoriaMetrics. + Whether to disable adding 'step' param to the issued instant queries. This might be useful when using vmalert with datasources that do not support 'step' param for instant queries, like Google Managed Prometheus. It is not recommended to enable this flag if you use vmalert with VictoriaMetrics. -datasource.headers string Optional HTTP extraHeaders to send with each request to the corresponding -datasource.url. For example, -datasource.headers='My-Auth:foobar' would send 'My-Auth: foobar' HTTP header with every request to the corresponding -datasource.url. Multiple headers must be delimited by '^^': -datasource.headers='header1:value1^^header2:value2' -datasource.lookback duration