@@ -40,7 +40,7 @@ function(this)
40
40
unit: 'percent' ,
41
41
sources: {
42
42
azuremonitor: {
43
- expr: 'avg by (job, resourceGroup, subscriptionName, resourceName, dimensionClientCountry, dimensionClientRegion, dimension_clientcountry, dimension_clientregion ) (azure_microsoft_cdn_profiles_percentage4xx_average_percent{%(queriesSelector)s}) + avg by (job, resourceGroup, subscriptionName, resourceName, dimensionClientCountry, dimensionClientRegion, dimension_clientcountry, dimension_clientregion ) (azure_microsoft_cdn_profiles_percentage5xx_average_percent{%(queriesSelector)s})' ,
43
+ expr: 'avg by (job, resourceGroup, subscriptionName, resourceName, dimensionClientCountry, dimensionClientRegion, dimension_ClientCountry, dimension_ClientRegion ) (azure_microsoft_cdn_profiles_percentage4xx_average_percent{%(queriesSelector)s}) + avg by (job, resourceGroup, subscriptionName, resourceName, dimensionClientCountry, dimensionClientRegion, dimension_ClientCountry, dimension_ClientRegion ) (azure_microsoft_cdn_profiles_percentage5xx_average_percent{%(queriesSelector)s})' ,
44
44
legendCustomTemplate: '' ,
45
45
exprWrappers: [['topk(5,' , ')' ]],
46
46
},
@@ -77,13 +77,13 @@ function(this)
77
77
sources: {
78
78
azuremonitor: {
79
79
expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimensionClientCountry!="",%(queriesSelector)s}' ,
80
- legendCustomTemplate: '{{dimensionClientCountry}} {{dimension_clientcountry }}' ,
80
+ legendCustomTemplate: '{{dimensionClientCountry}} {{dimension_ClientCountry }}' ,
81
81
aggKeepLabels: ['dimensionClientCountry' ],
82
82
},
83
83
azuremonitor_agentless: {
84
- expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimension_clientcountry !="",%(queriesSelector)s}' ,
85
- legendCustomTemplate: '{{dimensionClientCountry}} {{dimension_clientcountry }}' ,
86
- aggKeepLabels: ['dimension_clientcountry ' ],
84
+ expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimension_ClientCountry !="",%(queriesSelector)s}' ,
85
+ legendCustomTemplate: '{{dimensionClientCountry}} {{dimension_ClientCountry }}' ,
86
+ aggKeepLabels: ['dimension_ClientCountry ' ],
87
87
},
88
88
},
89
89
},
@@ -97,13 +97,13 @@ function(this)
97
97
sources: {
98
98
azuremonitor: {
99
99
expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimensionHttpStatusGroup!="",%(queriesSelector)s}' ,
100
- legendCustomTemplate: '{{dimensionHttpStatusGroup}} {{dimension_httpstatusgroup }}' ,
100
+ legendCustomTemplate: '{{dimensionHttpStatusGroup}} {{dimension_HttpStatusGroup }}' ,
101
101
aggKeepLabels: ['dimensionHttpStatusGroup' ],
102
102
},
103
103
azuremonitor_agentless: {
104
- expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimension_httpstatusgroup !="",%(queriesSelector)s}' ,
105
- legendCustomTemplate: '{{dimensionHttpStatusGroup}} {{dimension_httpstatusgroup }}' ,
106
- aggKeepLabels: ['dimension_httpstatusgroup ' ],
104
+ expr: 'azure_microsoft_cdn_profiles_requestcount_total_count{dimension_HttpStatusGroup !="",%(queriesSelector)s}' ,
105
+ legendCustomTemplate: '{{dimensionHttpStatusGroup}} {{dimension_HttpStatusGroup }}' ,
106
+ aggKeepLabels: ['dimension_HttpStatusGroup ' ],
107
107
},
108
108
},
109
109
},
0 commit comments