Skip to content

Commit 256a01c

Browse files
committed
change bullet style
1 parent 971bdbd commit 256a01c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-arc/kubernetes/monitor-gitops-flux-2.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Follow the steps below to create an alert. Example queries are provided to detec
7979
1. In **Rule name**, add a descriptive name. This name is displayed in the alert rule list, and it will be the used as the `alertname` label for every alert instance created from this rule.
8080
1. Under **Set a query and alert condition**:
8181

82-
1. Select a data source. The same data source used for the dashboard may be used here.
83-
1. For **Service**, select **Azure Resource Graph**.
84-
1. Select the subscriptions from the dropdown list.
85-
1. Enter the query you want to use. For example, for extension provisioning or upgrade failures, you can enter this query:
82+
- Select a data source. The same data source used for the dashboard may be used here.
83+
- For **Service**, select **Azure Resource Graph**.
84+
- Select the subscriptions from the dropdown list.
85+
- Enter the query you want to use. For example, for extension provisioning or upgrade failures, you can enter this query:
8686

8787
```kusto
8888
kubernetesconfigurationresources
@@ -108,20 +108,20 @@ Follow the steps below to create an alert. Example queries are provided to detec
108108
109109
1. Specify the alert evaluation interval:
110110
111-
1. For **Condition**, select the query or expression to trigger the alert rule.
112-
1. For **Evaluate every**, enter the evaluation frequency. The value must be a multiple of 10 seconds.
113-
1. For **Evaluate for**, enter the duration for which the condition must be true before the alert is created.
114-
1. In **Configure no data and error handling**, choose the desired behavior when the alert rule returns no data or returns an error.
115-
1. To check the results from running the query, select **Preview**.
111+
- For **Condition**, select the query or expression to trigger the alert rule.
112+
- For **Evaluate every**, enter the evaluation frequency as a multiple of 10 seconds.
113+
- For **Evaluate for**, specify how long the condition must be true before the alert is created.
114+
- In **Configure no data and error handling**, indicate what should happen when the alert rule returns no data or returns an error.
115+
- To check the results from running the query, select **Preview**.
116116
117117
1. Add the storage location, rule group, and any additional metadata that you want to associate with the rule.
118118
119-
1. For **Folder**, select the folder where the rule should be stored.
120-
1. For **Group**, specify a pre-defined group.
121-
1. Add a description and summary to customize alert messages.
122-
1. Add Runbook URL, panel, dashboard, and alert IDs.
119+
- For **Folder**, select the folder where the rule should be stored.
120+
- For **Group**, specify a predefined group.
121+
- If desired, add a description and summary to customize alert messages.
122+
- Add Runbook URL, panel, dashboard, and alert IDs as needed.
123123
124-
1. If desired, add any custom labels, and then select **Save**.
124+
1. If desired, add any custom labels. Then select **Save**.
125125
126126
You can also [configure contact points](https://grafana.com/docs/grafana/latest/alerting/alerting-rules/manage-contact-points/) and [configure notification policies](https://grafana.com/docs/grafana/latest/alerting/alerting-rules/create-notification-policy/) for your alerts.
127127

0 commit comments

Comments
 (0)