VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 70a9b4318c
vmalert: fix replay step param (#3428)
The recent change in modifying default value
of `datasource.queryStep` flag resulted in situation
where replay mode was always running queries with
step=`datasource.queryStep`. When it should always
use rule's evaluation interval.

The fix is related not to replay mode only, but
for all Range requests. Now step param is set
individually for each mode.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-12-10 21:25:46 -08:00
..
datasource.go
datasource_test.go
init.go docs/vmalert.md: follow-up for 0c95f928ae 2022-10-06 16:12:54 +03:00
type.go
vm.go lib/promauth: add ability to send additional http headers in requests to scrape targets 2022-06-22 20:39:43 +03:00
vm_graphite_api.go
vm_prom_api.go vmalert: fix replay step param (#3428) 2022-12-10 21:25:46 -08:00
vm_test.go vmalert: fix replay step param (#3428) 2022-12-10 21:25:46 -08:00