diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 2611f4441..617e73a75 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -621,6 +621,8 @@ can read the same rules configuration as normal, evaluate them on the given time results via remote write to the configured storage. vmalert supports any PromQL/MetricsQL compatible data source for backfilling. +See a blogpost about [Rules backfilling via vmalert](https://victoriametrics.com/blog/rules-replay/). + ### How it works In `replay` mode vmalert works as a cli-tool and exits immediately after work is done. diff --git a/docs/vmalert.md b/docs/vmalert.md index 3174642b3..c566abcad 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -625,6 +625,8 @@ can read the same rules configuration as normal, evaluate them on the given time results via remote write to the configured storage. vmalert supports any PromQL/MetricsQL compatible data source for backfilling. +See a blogpost about [Rules backfilling via vmalert](https://victoriametrics.com/blog/rules-replay/). + ### How it works In `replay` mode vmalert works as a cli-tool and exits immediately after work is done.