Skip to content

Commit 6acb411

Browse files
committed
Docs
1 parent 1c13650 commit 6acb411

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,6 +1594,12 @@ url_file: <filepath>
15941594
# above this threshold are truncated. When leaving this at its default value of
15951595
# 0, all alerts are included.
15961596
[ max_alerts: <int> | default = 0 ]
1597+
1598+
# The maximum time to wait for a webhook request to complete, before failing the
1599+
# request and allowing it to be retried.
1600+
# NOTE: This will have no effect if set higher than the group_interval.
1601+
[ timeout: <duration> | default = <none> ]
1602+
15971603
```
15981604

15991605
The Alertmanager

0 commit comments

Comments
 (0)