VictoriaMetrics/app
Roman Khavronenko cfb6436be5
Vmalert extra params (#1587)
* vmalert: allow extra GET params in datasource package

ExtraParams will be added as GET params to every HTTP request made by datasource.
The `roundDigits` param, for example, was substituted by corresponding extra param.

* vmalert: add nocache=1 param for replay process

The `nocache=1` param is VictoriaMetrics specific parameter which prevents it
from caching and boundaries aligning for queries. We set it to avoid cache
pollution in `replay` mode and also to avoid unnecessary time range boundaries
alignment.

* vmalert: mention nocache=1 in replay description

* vmalert: fix bug with unused param
2021-08-31 14:57:47 +03:00
..
victoria-metrics app/victoria-metrics/testdata: fix tests after 4401464c22 2021-08-13 12:21:54 +03:00
vmagent docs/vmagent.md: document the ability to load scrape configs from multiple files 2021-08-26 09:13:14 +03:00
vmalert Vmalert extra params (#1587) 2021-08-31 14:57:47 +03:00
vmauth Remove trailing slash for URLPrefixes with specific path (#1554) 2021-08-25 13:28:50 +03:00
vmbackup lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:29:33 +03:00
vmbackupmanager docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vmctl app/vmselect: follow-up after aa11ef6d3b 2021-07-07 17:43:35 +03:00
vmgateway docs/{vmgateway,vmbackupmanager}: mention that enterprise binaries are free for download and evaluation 2021-08-27 14:54:09 +03:00
vminsert app/{vminsert,vmselect}: export vminsert_request_duration_seconds and vmselect_request_duration_seconds histograms 2021-07-07 13:25:21 +03:00
vmrestore lib/envflag: add a link to docs for -envflag.enable 2021-08-11 10:29:33 +03:00
vmselect app/vmselect/promql: add quantile("phiLabel", phi1, ..., phiN, q) aggregate function to MetricsQL 2021-08-27 18:37:20 +03:00
vmstorage li/storage: re-use the per-day inverted index search code for searching in global index 2021-07-30 10:31:37 +03:00
vmui app/vmui: actualize Dockerfiles 2021-08-11 13:41:41 +03:00