You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/services/alertmanager.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ The notification service is used to push events to [Alertmanager](https://github
11
11
*`basicAuth` - optional, server auth
12
12
*`bearerToken` - optional, server auth
13
13
*`timeout` - optional, the timeout in seconds used when sending alerts, default is "3 seconds"
14
+
*`maxIdleConns` - optional, maximum number of idle (keep-alive) connections across all hosts.
15
+
*`maxIdleConnsPerHost` - optional, maximum number of idle (keep-alive) connections per host.
16
+
*`maxConnsPerHost` - optional, maximum total connections per host.
17
+
*`idleConnTimeout` - optional, maximum amount of time an idle (keep-alive) connection will remain open before closing.
14
18
15
19
`basicAuth` or `bearerToken` is used for authentication, you can choose one. If the two are set at the same time, `basicAuth` takes precedence over `bearerToken`.
Copy file name to clipboardExpand all lines: docs/services/github.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ The GitHub notification service changes commit status using [GitHub Apps](https:
8
8
-`installationID` - the app installation id
9
9
-`privateKey` - the app private key
10
10
-`enterpriseBaseURL` - optional URL, e.g. https://git.example.com/api/v3
11
+
-`maxIdleConns` - optional, maximum number of idle (keep-alive) connections across all hosts.
12
+
-`maxIdleConnsPerHost` - optional, maximum number of idle (keep-alive) connections per host.
13
+
-`maxConnsPerHost` - optional, maximum total connections per host.
14
+
-`idleConnTimeout` - optional, maximum amount of time an idle (keep-alive) connection will remain open before closing.
11
15
12
16
> ⚠️ _NOTE:_ Specifying `/api/v3` in the `enterpriseBaseURL` is required until [argoproj/notifications-engine#205](https://github.com/argoproj/notifications-engine/issues/205) is resolved.
0 commit comments