@@ -113,7 +113,8 @@ Save the json below as simplestaticmetricalert.json for the purpose of this walk
113
113
" Average" ,
114
114
" Minimum" ,
115
115
" Maximum" ,
116
- " Total"
116
+ " Total" ,
117
+ " Count"
117
118
],
118
119
"metadata" : {
119
120
"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
360
361
" Average" ,
361
362
" Minimum" ,
362
363
" Maximum" ,
363
- " Total"
364
+ " Total" ,
365
+ " Count"
364
366
],
365
367
"metadata" : {
366
368
"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
1094
1096
" Average" ,
1095
1097
" Minimum" ,
1096
1098
" Maximum" ,
1097
- " Total"
1099
+ " Total" ,
1100
+ " Count"
1098
1101
],
1099
1102
"metadata" : {
1100
1103
"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
1405
1408
" Average" ,
1406
1409
" Minimum" ,
1407
1410
" Maximum" ,
1408
- " Total"
1411
+ " Total" ,
1412
+ " Count"
1409
1413
],
1410
1414
"metadata" : {
1411
1415
"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
1711
1715
" Average" ,
1712
1716
" Minimum" ,
1713
1717
" Maximum" ,
1714
- " Total"
1718
+ " Total" ,
1719
+ " Count"
1715
1720
],
1716
1721
"metadata" : {
1717
1722
"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
2019
2024
" Average" ,
2020
2025
" Minimum" ,
2021
2026
" Maximum" ,
2022
- " Total"
2027
+ " Total" ,
2028
+ " Count"
2023
2029
],
2024
2030
"metadata" : {
2025
2031
"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
2322
2328
" Average" ,
2323
2329
" Minimum" ,
2324
2330
" Maximum" ,
2325
- " Total"
2331
+ " Total" ,
2332
+ " Count"
2326
2333
],
2327
2334
"metadata" : {
2328
2335
"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
2633
2640
" Average" ,
2634
2641
" Minimum" ,
2635
2642
" Maximum" ,
2636
- " Total"
2643
+ " Total" ,
2644
+ " Count"
2637
2645
],
2638
2646
"metadata" : {
2639
2647
"description" : " How the data that is collected should be combined over time."
0 commit comments