1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00

docs: add timeout option to pagerduty configuration doc

Signed-off-by: emreya <e.yazici1990@gmail.com>
This commit is contained in:
emreya
2025-04-17 16:30:36 +02:00
parent 31fe427175
commit 97ab57a29b

View File

@@ -1260,6 +1260,12 @@ links:
# The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ]
# The maximum time to wait for a pagerduty 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 ]
```
#### `<image_config>`