Skip to content

Commit 2a2c169

Browse files
authored
Merge pull request #77375 from snehithm/patch-1
Add "Count" as an allowed timeAggregation
2 parents e691699 + 49ac503 commit 2a2c169

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

articles/azure-monitor/platform/alerts-metric-create-templates.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Save the json below as simplestaticmetricalert.json for the purpose of this walk
113113
"Average",
114114
"Minimum",
115115
"Maximum",
116-
"Total"
116+
"Total",
117+
"Count"
117118
],
118119
"metadata": {
119120
"description": "How the data that is collected should be combined over time."
@@ -360,7 +361,8 @@ Save the json below as simpledynamicmetricalert.json for the purpose of this wal
360361
"Average",
361362
"Minimum",
362363
"Maximum",
363-
"Total"
364+
"Total",
365+
"Count"
364366
],
365367
"metadata": {
366368
"description": "How the data that is collected should be combined over time."
@@ -1094,7 +1096,8 @@ Save the json below as all-vms-in-resource-group-static.json for the purpose of
10941096
"Average",
10951097
"Minimum",
10961098
"Maximum",
1097-
"Total"
1099+
"Total",
1100+
"Count"
10981101
],
10991102
"metadata": {
11001103
"description": "How the data that is collected should be combined over time."
@@ -1405,7 +1408,8 @@ Save the json below as all-vms-in-resource-group-dynamic.json for the purpose of
14051408
"Average",
14061409
"Minimum",
14071410
"Maximum",
1408-
"Total"
1411+
"Total",
1412+
"Count"
14091413
],
14101414
"metadata": {
14111415
"description": "How the data that is collected should be combined over time."
@@ -1711,7 +1715,8 @@ Save the json below as all-vms-in-subscription-static.json for the purpose of th
17111715
"Average",
17121716
"Minimum",
17131717
"Maximum",
1714-
"Total"
1718+
"Total",
1719+
"Count"
17151720
],
17161721
"metadata": {
17171722
"description": "How the data that is collected should be combined over time."
@@ -2019,7 +2024,8 @@ Save the json below as all-vms-in-subscription-dynamic.json for the purpose of t
20192024
"Average",
20202025
"Minimum",
20212026
"Maximum",
2022-
"Total"
2027+
"Total",
2028+
"Count"
20232029
],
20242030
"metadata": {
20252031
"description": "How the data that is collected should be combined over time."
@@ -2322,7 +2328,8 @@ Save the json below as list-of-vms-static.json for the purpose of this walk-thro
23222328
"Average",
23232329
"Minimum",
23242330
"Maximum",
2325-
"Total"
2331+
"Total",
2332+
"Count"
23262333
],
23272334
"metadata": {
23282335
"description": "How the data that is collected should be combined over time."
@@ -2633,7 +2640,8 @@ Save the json below as list-of-vms-dynamic.json for the purpose of this walk-thr
26332640
"Average",
26342641
"Minimum",
26352642
"Maximum",
2636-
"Total"
2643+
"Total",
2644+
"Count"
26372645
],
26382646
"metadata": {
26392647
"description": "How the data that is collected should be combined over time."

0 commit comments

Comments
 (0)