mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
docs: add timeout option to slack configuration doc
Signed-off-by: emreya <e.yazici1990@gmail.com>
This commit is contained in:
@@ -1439,6 +1439,11 @@ fields:
|
||||
|
||||
# The HTTP client's configuration.
|
||||
[ http_config: <http_config> | default = global.http_config ]
|
||||
# The maximum time to wait for a slack request to complete, before failing the
|
||||
# request and allowing it to be retried. The default value of 0s indicates that
|
||||
# no timeout should be applied.
|
||||
# NOTE: This will have no effect if set higher than the group_interval.
|
||||
[ timeout: <duration> | default = 0s ]
|
||||
```
|
||||
|
||||
#### `<action_config>`
|
||||
|
||||
Reference in New Issue
Block a user