VictoriaMetrics/app/vmalert/datasource
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
..
datasource.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go Vmalert extra params (#1587) 2021-08-31 14:57:47 +03:00
type.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
vm.go Vmalert extra params (#1587) 2021-08-31 14:57:47 +03:00
vm_graphite_api.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
vm_prom_api.go Vmalert extra params (#1587) 2021-08-31 14:57:47 +03:00
vm_test.go Vmalert extra params (#1587) 2021-08-31 14:57:47 +03:00