From 8ad8a05535d574baec9304e6f2cbba9d1df39a5a Mon Sep 17 00:00:00 2001 From: TwiN Date: Mon, 17 Feb 2025 15:09:46 -0500 Subject: [PATCH] docs(alerting): Add missing source-url parameter in incident-io provider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fe4964c..2d44723f 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ Here's an example of what the notifications look like: | `alerting.incident-io` | Configuration for alerts of type `incident-io` | `{}` | | `alerting.incident-io.url` | url to trigger an alert event. | Required `""` | | `alerting.incident-io.auth-token` | Token that is used for authentication. | Required `""` | +| `alerting.incident-io.source-url` | Source URL | `""` | | `alerting.incident-io.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert) | N/A | | `alerting.incident-io.overrides` | List of overrides that may be prioritized over the default configuration | `[]` | | `alerting.incident-io.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` |