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 <soonping@amazon.com> --------- Signed-off-by: Soon-Ping Phang <soonping@amazon.com>
This commit is contained in:
parent
d8bea84adc
commit
6bb49b2f1c
|
@ -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: <duration> | default = 4h ]
|
||||
|
||||
# Times when the route should be muted. These must match the name of a
|
||||
|
|
Loading…
Reference in New Issue