From 9c7e48997aef53769b206386b4cdbb350e8e502f Mon Sep 17 00:00:00 2001 From: "Johnny K." Date: Mon, 12 Jan 2026 13:29:24 -0600 Subject: [PATCH] prettier --- .../shared/alerts/alerting_provisioning.md | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/sources/shared/alerts/alerting_provisioning.md b/docs/sources/shared/alerts/alerting_provisioning.md index 266ecae64e9..05885168fdf 100644 --- a/docs/sources/shared/alerts/alerting_provisioning.md +++ b/docs/sources/shared/alerts/alerting_provisioning.md @@ -1553,21 +1553,21 @@ Status: Accepted {{% responsive-table %}} -| Name | Type | Go type | Required | Default | Description | Example | -| -------------- | ----------------------------------------- | --------------------- | :------: | ------- | ----------- | ------- | -| `annotations` | map of string | `map[string]string` | | | | | -| `condition` | string | string | | | | | -| `dashboardUid` | string | string | | | | | -| `data` | [][AlertQueryExport](#alert-query-export) | `[]*AlertQueryExport` | | | | | -| `execErrState` | string | string | | | | | -| `for` | [Duration](#duration) | Duration | | | | | -| `keepFiringFor` | [Duration](#duration) | Duration | | | How long the alert continues to fire after the condition is no longer met. Prevents alert flapping. | `2m` | -| `isPaused` | boolean | `bool` | | | | | -| `labels` | map of string | `map[string]string` | | | | | -| `noDataState` | string | string | | | | | -| `panelId` | int64 (formatted integer) | int64 | | | | | -| `title` | string | string | | | | | -| `uid` | string | string | | | | | +| Name | Type | Go type | Required | Default | Description | Example | +| --------------- | ----------------------------------------- | --------------------- | :------: | ------- | --------------------------------------------------------------------------------------------------- | ------- | +| `annotations` | map of string | `map[string]string` | | | | | +| `condition` | string | string | | | | | +| `dashboardUid` | string | string | | | | | +| `data` | [][AlertQueryExport](#alert-query-export) | `[]*AlertQueryExport` | | | | | +| `execErrState` | string | string | | | | | +| `for` | [Duration](#duration) | Duration | | | | | +| `keepFiringFor` | [Duration](#duration) | Duration | | | How long the alert continues to fire after the condition is no longer met. Prevents alert flapping. | `2m` | +| `isPaused` | boolean | `bool` | | | | | +| `labels` | map of string | `map[string]string` | | | | | +| `noDataState` | string | string | | | | | +| `panelId` | int64 (formatted integer) | int64 | | | | | +| `title` | string | string | | | | | +| `uid` | string | string | | | | | {{% /responsive-table %}} @@ -1787,25 +1787,25 @@ When creating a contact point, the `EmbeddedContactPoint.name` property determin {{% responsive-table %}} -| Name | Type | Go type | Required | Default | Description | Example | -| ------------- | ---------------------------- | ------------------------- | :------: | ------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `annotations` | map of string | `map[string]string` | | | Optional key-value pairs. `__dashboardUid__` and `__panelId__` must be set together; one cannot be set without the other. | `{"runbook_url":"https://supercoolrunbook.com/page/13"}` | -| `condition` | string | string | ✓ | | | `A` | -| `data` | [][AlertQuery](#alert-query) | `[]*AlertQuery` | ✓ | | | `[{"datasourceUid":"__expr__","model":{"conditions":[{"evaluator":{"params":[0,0],"type":"gt"},"operator":{"type":"and"},"query":{"params":[]},"reducer":{"params":[],"type":"avg"},"type":"query"}],"datasource":{"type":"__expr__","uid":"__expr__"},"expression":"1 == 1","hide":false,"intervalMs":1000,"maxDataPoints":43200,"refId":"A","type":"math"},"queryType":"","refId":"A","relativeTimeRange":{"from":0,"to":0}}]` | -| execErrState | string | string | ✓ | | | | -| `folderUID` | string | string | ✓ | | | `project_x` | -| `for` | [Duration](#duration) | [Duration](#duration) | ✓ | | | | -| `keepFiringFor` | [Duration](#duration) | [Duration](#duration) | | | How long the alert continues to fire after the condition is no longer met. Prevents alert flapping. | `2m` | -| `id` | int64 (formatted integer) | int64 | | | | | -| `isPaused` | boolean | `bool` | | | | `false` | -| `labels` | map of string | `map[string]string` | | | | `{"team":"sre-team-1"}` | -| `noDataState` | string | string | ✓ | | | | -| `orgID` | int64 (formatted integer) | `int64 | ✓ | | | | -| `provenance` | [Provenance](#provenance) | [Provenance](#provenance) | | | | | -| `ruleGroup` | string | string | ✓ | | | `eval_group_1` | -| `title` | string | string | ✓ | | | `Always firing` | -| `uid` | string | string | | | | | -| `updated` | date-time (formatted string) | `strfmt.DateTime` | | | | | +| Name | Type | Go type | Required | Default | Description | Example | +| --------------- | ---------------------------- | ------------------------- | :------: | ------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `annotations` | map of string | `map[string]string` | | | Optional key-value pairs. `__dashboardUid__` and `__panelId__` must be set together; one cannot be set without the other. | `{"runbook_url":"https://supercoolrunbook.com/page/13"}` | +| `condition` | string | string | ✓ | | | `A` | +| `data` | [][AlertQuery](#alert-query) | `[]*AlertQuery` | ✓ | | | `[{"datasourceUid":"__expr__","model":{"conditions":[{"evaluator":{"params":[0,0],"type":"gt"},"operator":{"type":"and"},"query":{"params":[]},"reducer":{"params":[],"type":"avg"},"type":"query"}],"datasource":{"type":"__expr__","uid":"__expr__"},"expression":"1 == 1","hide":false,"intervalMs":1000,"maxDataPoints":43200,"refId":"A","type":"math"},"queryType":"","refId":"A","relativeTimeRange":{"from":0,"to":0}}]` | +| execErrState | string | string | ✓ | | | | +| `folderUID` | string | string | ✓ | | | `project_x` | +| `for` | [Duration](#duration) | [Duration](#duration) | ✓ | | | | +| `keepFiringFor` | [Duration](#duration) | [Duration](#duration) | | | How long the alert continues to fire after the condition is no longer met. Prevents alert flapping. | `2m` | +| `id` | int64 (formatted integer) | int64 | | | | | +| `isPaused` | boolean | `bool` | | | | `false` | +| `labels` | map of string | `map[string]string` | | | | `{"team":"sre-team-1"}` | +| `noDataState` | string | string | ✓ | | | | +| `orgID` | int64 (formatted integer) | `int64 | ✓ | | | | +| `provenance` | [Provenance](#provenance) | [Provenance](#provenance) | | | | | +| `ruleGroup` | string | string | ✓ | | | `eval_group_1` | +| `title` | string | string | ✓ | | | `Always firing` | +| `uid` | string | string | | | | | +| `updated` | date-time (formatted string) | `strfmt.DateTime` | | | | | {{% /responsive-table %}}