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/platform/alerts-metric-create-templates.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -782,9 +782,19 @@ az group deployment create \
782
782
783
783
## Template for a more advanced Dynamic Thresholds metric alert
784
784
785
-
You can use the following template to create a more advanced Dynamic Thresholds metric alert on dimensional metrics. Multiple criteria are not currently supported.
785
+
You can use the following template to create a more advanced Dynamic Thresholds metric alert rule on dimensional metrics.
786
786
787
-
Dynamic Thresholds alerts rule can create tailored thresholds for hundreds of metric series (even different types) at a time, which results in fewer alert rules to manage.
787
+
A single Dynamic Thresholds alert rule can create tailored thresholds for hundreds of metric time series (even different types) at a time, which results in fewer alert rules to manage.
788
+
789
+
In the example below, the alert rule will monitor the dimensions value combinations of the **ResponseType** and **ApiName** dimensions for the **Transactions** metric:
790
+
1. ResponsType - For each value of the **ResponseType** dimension, including future values, a different time series will be monitored individually.
791
+
2. ApiName - A different time series will be monitored only for the **GetBlob** and **PutBlob** dimension values.
792
+
793
+
For example, a few of the potential time series that will be monitored by this alert rule are:
> While the metric alert could be created in a different resource group to the target resource, we recommend using the same resource group as your target resource.
1004
+
> Multiple criteria are not currently supported for metric alert rules that use Dynamic Thresholds.
995
1005
996
1006
## Template for metric alert that monitors multiple resources
0 commit comments