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: articles/azure-arc/kubernetes/monitor-gitops-flux-2.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,10 @@ Follow the steps below to create an alert. Example queries are provided to detec
79
79
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.
80
80
1. Under **Set a query and alert condition**:
81
81
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:
86
86
87
87
```kusto
88
88
kubernetesconfigurationresources
@@ -108,20 +108,20 @@ Follow the steps below to create an alert. Example queries are provided to detec
108
108
109
109
1. Specify the alert evaluation interval:
110
110
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**.
116
116
117
117
1. Add the storage location, rule group, and any additional metadata that you want to associate with the rule.
118
118
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.
123
123
124
-
1. If desired, add any custom labels, and then select **Save**.
124
+
1. If desired, add any custom labels. Then select **Save**.
125
125
126
126
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.
0 commit comments