VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko bcba5d2a78
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-01 13:57:53 +01:00
..
datasource.go vmalert: print example of curl command for rule's state (#3112) 2022-09-15 12:40:22 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go app/vmalert: substitute -datasource.disablePathAppend with -remoteRead.disablePathAppend in the description for -datasource.url command-line flag 2022-11-29 20:36:41 -08:00
vm.go vmalert: print example of curl command for rule's state (#3112) 2022-09-15 12:40:22 +02:00
vm_graphite_api.go vmalert: introduce additional HTTP URL params per-group configuration (#1892) 2021-12-02 14:45:08 +02:00
vm_prom_api.go vmalert: fix replay step param (#3428) 2022-12-01 13:57:53 +01:00
vm_test.go vmalert: fix replay step param (#3428) 2022-12-01 13:57:53 +01:00