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-monitor/essentials/metrics-charts.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,24 +216,36 @@ Customized colors are preserved when you pin the chart to a dashboard. The follo
216
216
217
217
## Saving to dashboards or workbooks
218
218
219
-
After you configure a chart, you might want to add it to a dashboard or workbook. By adding a chart to a dashboard or workbook, you can make it accessible to your team. You can also gain insights by viewing it in the context of other monitoring information.
219
+
After you configure a chart, you can add it to a dashboard or workbook. By adding a chart to a dashboard or workbook, you can make it accessible to your team. You can also gain insights by viewing it in the context of other monitoring information.
220
220
221
221
- To pin a configured chart to a dashboard, in the upper-right corner of the chart, select **Save to dashboard** and then **Pin to dashboard**.
222
222
- To save a configured chart to a workbook, in the upper-right corner of the chart, select **Save to dashboard** and then **Save to workbook**.
223
223
224
-
:::image type="content" source="media/metrics-charts/save-to-dashboard.png" alt-text="Screenshot showing how to pin a chart to a dashboard.":::
224
+
:::image type="content" source="media/metrics-charts/save-to-dashboard.png" alt-text="Screenshot showing how to pin a chart to a dashboard." lightbox="media/metrics-charts/save-to-dashboard.png":::
225
225
226
226
## Alert rules
227
227
228
228
You can use your visualization criteria to create a metric-based alert rule. The new alert rule includes your chart's target resource, metric, splitting, and filter dimensions. You can modify these settings by using the alert rule creation pane.
229
229
230
-
To begin, select **New alert rule**.
230
+
To create an alert rule,
231
+
1. Select **New alert rule** in the upper-right corner of the chart
231
232
232
-

233
+
:::image source="./media/metrics-charts/new-alert.png" alt-text="Screenshot that shows the New alert rule button." lightbox="./media/metrics-charts/new-alert.png":::
233
234
234
-
The alert rule creation pane opens. In the pane, you see the chart's metric dimensions. The fields in the pane are prepopulated to help you customize the rule.
235
+
1. On the **Condition**the **Signal name** is defaulted to the metric from your chart. You can choose a different metric.
235
236
236
-

237
+
1. Enter a **Threshold value**. The threshold value is the value that triggers the alert. The Preview chart shows the threshold value as a horizontal line over the metric values.
238
+
239
+
1. Select the **Details** tab.
240
+
:::image source="./media/metrics-charts/alert-rule-condition.png" alt-text="Screenshot that shows the condition tab on the rule creation page." lightbox="./media/metrics-charts/alert-rule-condition.png":::
241
+
242
+
1. On the **Details** tab, enter a **Name** and **Description** for the alert rule.
243
+
244
+
1. Select a **Severity** level for the alert rule. Severities include Critical, Error Warning, Informational, and Verbose.
245
+
246
+
Select **Review + create** to review the alert rule, then select **Create** to create the alert rule.
247
+
248
+
:::image source="./media/metrics-charts/alert-rule-details.png" alt-text="Screenshot that shows the details tab on the rule creation page." lightbox="./media/metrics-charts/alert-rule-details.png":::
237
249
238
250
For more information, see [Create, view, and manage metric alerts](../alerts/alerts-metric.md).
0 commit comments