From ff878bef046b21bce3deb3a33aa20bdf8203c882 Mon Sep 17 00:00:00 2001 From: Soon-Ping Date: Tue, 7 Mar 2023 02:27:12 -0800 Subject: [PATCH] Added note on data retention to documentation for repeat_interval (#3147) * Added note on data retention to documentation for repeat_interval Signed-off-by: Soon-Ping Phang --------- Signed-off-by: Soon-Ping Phang --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index fcadfdb11d..b5bc69f532 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -194,6 +194,10 @@ matchers: # How long to wait before sending a notification again if it has already # been sent successfully for an alert. (Usually ~3h or more). +# Note that this parameter is implicitly bound by Alertmanager's +# `--data.retention` configuration flag. Notifications will be resent after either +# repeat_interval or the data retention period have passed, whichever +# occurs first. [ repeat_interval: | default = 4h ] # Times when the route should be muted. These must match the name of a