VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 2a259ef5e7
vmalert: support rules backfilling (aka replay) (#1358)
* vmalert: support rules backfilling (aka `replay`)

vmalert can `replay` configured rules in the past
and backfill results via remote write protocol.
It supports MetricsQL/PromQL storage as data source,
and can backfill data to remote write compatible
storage.

Supports recording and alerting rules `replay`. See more
details in README.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/836

* vmalert: review fixes

* vmalert: readme fixes
2021-06-09 12:20:38 +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 app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport 2021-05-14 18:12:24 +03:00
type.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
vm.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +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: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
vm_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00