1
0
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:
emreya
2025-04-18 14:44:13 +02:00
parent 9ea1c06db2
commit f5c92db687

View File

@@ -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>`