Alerting: Add webhook timeout option for upstream alertmanagers (#101154)

This commit is contained in:
Tom Ratcliffe
2025-02-24 10:00:22 +00:00
committed by GitHub
parent 0bbb6ab947
commit 5d57236a0c
@@ -400,6 +400,14 @@ export const cloudNotifierTypes: Array<NotifierDTO<CloudNotifierType>> = [
},
}
),
option(
'timeout',
'Timeout',
'The maximum time to wait for a webhook 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.',
{
placeholder: 'Use duration format, for example: 1.2s, 100ms',
}
),
httpConfigOption,
],
},