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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: harelbr
5
5
services: azure-monitor
6
6
ms.service: azure-monitor
7
7
ms.topic: conceptual
8
-
ms.date: 1/13/2020
8
+
ms.date: 1/14/2020
9
9
ms.author: harelbr
10
10
ms.subservice: alerts
11
11
---
@@ -372,6 +372,13 @@ Save the json below as simpledynamicmetricalert.json for the purpose of this wal
372
372
"description": "The number of unhealthy periods to alert on (must be lower or equal to numberOfEvaluationPeriods)."
373
373
}
374
374
},
375
+
"ignoreDataBefore": {
376
+
"type": "string",
377
+
"defaultValue": "",
378
+
"metadata": {
379
+
"description": "Use this option to set the date from which to start learning the metric historical data and calculate the dynamic thresholds (in ISO8601 format, e.g. '2019-12-31T22:00:00Z')."
380
+
}
381
+
},
375
382
"timeAggregation": {
376
383
"type": "string",
377
384
"defaultValue": "Average",
@@ -449,6 +456,7 @@ Save the json below as simpledynamicmetricalert.json for the purpose of this wal
@@ -505,6 +513,9 @@ Save the json below as simpledynamicmetricalert.parameters.json and modify it as
505
513
"minFailingPeriodsToAlert": {
506
514
"value": "3"
507
515
},
516
+
"ignoreDataBefore": {
517
+
"value": ""
518
+
},
508
519
"timeAggregation": {
509
520
"value": "Average"
510
521
},
@@ -553,7 +564,7 @@ Please note the following constraints when using dimensions in an alert rule tha
553
564
- You can only select one value per dimension within each criterion.
554
565
- You cannot use "\*" as a dimension value.
555
566
- When metrics that are configured in different criterions support the same dimension, then a configured dimension value must be explicitly set in the same way for all of those metrics (in the relevant criterions).
556
-
- In the example below, because both the **Transactions** and **SuccessE2ELatency** metrics have an **API Name** dimension, and *criterion1* specifies the *"GetBlob"* value for the **API Name** dimension, then *criterion2* must also set a *"GetBlob"* value for the **API Name** dimension.
567
+
- In the example below, because both the **Transactions** and **SuccessE2ELatency** metrics have an **ApiName** dimension, and *criterion1* specifies the *"GetBlob"* value for the **ApiName** dimension, then *criterion2* must also set a *"GetBlob"* value for the **ApiName** dimension.
557
568
558
569
559
570
Save the json below as advancedstaticmetricalert.json for the purpose of this walkthrough.
0 commit comments