@cryptotaxi247 / netdata-1 / commits / 4a6cb8ebe

chore(go.d/azure_monitor): format profiles and fix IO family (#22128)

Ilya Mashchenko committed Apr 3, 2026 at 14:15 UTC 4a6cb8ebeccbe780aa7fd9e355954e312730071d
38 files changed +17580 -17580
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/aks.yaml
+446 -446
@@ -3,457 +3,457 @@ id: aks
3 name: Azure Kubernetes Service Cluster
4 resource_type: Microsoft.ContainerService/managedClusters
5 metrics:
6 -- id: apiserver_cpu_usage_percentage
7 - azure_name: apiserver_cpu_usage_percentage
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: apiserver_memory_usage_percentage
15 - azure_name: apiserver_memory_usage_percentage
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 - - aggregation: maximum
21 - kind: gauge
22 -- id: apiserver_current_inflight_requests
23 - azure_name: apiserver_current_inflight_requests
24 - time_grain: PT1M
25 - series:
26 - - aggregation: average
27 - kind: gauge
28 -- id: etcd_cpu_usage_percentage
29 - azure_name: etcd_cpu_usage_percentage
30 - time_grain: PT1M
31 - series:
32 - - aggregation: average
33 - kind: gauge
34 - - aggregation: maximum
35 - kind: gauge
36 -- id: etcd_memory_usage_percentage
37 - azure_name: etcd_memory_usage_percentage
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 - - aggregation: maximum
43 - kind: gauge
44 -- id: etcd_database_usage_percentage
45 - azure_name: etcd_database_usage_percentage
46 - time_grain: PT1M
47 - series:
48 - - aggregation: average
49 - kind: gauge
50 - - aggregation: maximum
51 - kind: gauge
52 -- id: kube_pod_status_phase
53 - azure_name: kube_pod_status_phase
54 - time_grain: PT1M
55 - series:
56 - - aggregation: average
57 - kind: gauge
58 -- id: kube_pod_status_ready
59 - azure_name: kube_pod_status_ready
60 - time_grain: PT1M
61 - series:
62 - - aggregation: average
63 - kind: gauge
64 -- id: kube_node_status_allocatable_cpu_cores
65 - azure_name: kube_node_status_allocatable_cpu_cores
66 - time_grain: PT1M
67 - series:
68 - - aggregation: average
69 - kind: gauge
70 -- id: kube_node_status_allocatable_memory_bytes
71 - azure_name: kube_node_status_allocatable_memory_bytes
72 - time_grain: PT1M
73 - series:
74 - - aggregation: average
75 - kind: gauge
76 -- id: kube_node_status_condition
77 - azure_name: kube_node_status_condition
78 - time_grain: PT1M
79 - series:
80 - - aggregation: average
81 - kind: gauge
82 -- id: cluster_autoscaler_cluster_safe_to_autoscale
83 - azure_name: cluster_autoscaler_cluster_safe_to_autoscale
84 - time_grain: PT5M
85 - series:
86 - - aggregation: average
87 - kind: gauge
88 -- id: cluster_autoscaler_unschedulable_pods_count
89 - azure_name: cluster_autoscaler_unschedulable_pods_count
90 - time_grain: PT5M
91 - series:
92 - - aggregation: average
93 - kind: gauge
94 -- id: cluster_autoscaler_unneeded_nodes_count
95 - azure_name: cluster_autoscaler_unneeded_nodes_count
96 - time_grain: PT5M
97 - series:
98 - - aggregation: average
99 - kind: gauge
100 -- id: cluster_autoscaler_scale_down_in_cooldown
101 - azure_name: cluster_autoscaler_scale_down_in_cooldown
102 - time_grain: PT5M
103 - series:
104 - - aggregation: average
105 - kind: gauge
106 -- id: node_cpu_usage_millicores
107 - azure_name: node_cpu_usage_millicores
108 - time_grain: PT1M
109 - series:
110 - - aggregation: average
111 - kind: gauge
112 - - aggregation: maximum
113 - kind: gauge
114 -- id: node_cpu_usage_percentage
115 - azure_name: node_cpu_usage_percentage
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 - - aggregation: maximum
121 - kind: gauge
122 -- id: node_memory_working_set_bytes
123 - azure_name: node_memory_working_set_bytes
124 - time_grain: PT1M
125 - series:
126 - - aggregation: average
127 - kind: gauge
128 - - aggregation: maximum
129 - kind: gauge
130 -- id: node_memory_working_set_percentage
131 - azure_name: node_memory_working_set_percentage
132 - time_grain: PT1M
133 - series:
134 - - aggregation: average
135 - kind: gauge
136 - - aggregation: maximum
137 - kind: gauge
138 -- id: node_memory_rss_bytes
139 - azure_name: node_memory_rss_bytes
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 - - aggregation: maximum
145 - kind: gauge
146 -- id: node_memory_rss_percentage
147 - azure_name: node_memory_rss_percentage
148 - time_grain: PT1M
149 - series:
150 - - aggregation: average
151 - kind: gauge
152 - - aggregation: maximum
153 - kind: gauge
154 -- id: node_disk_usage_bytes
155 - azure_name: node_disk_usage_bytes
156 - time_grain: PT1M
157 - series:
158 - - aggregation: average
159 - kind: gauge
160 - - aggregation: maximum
161 - kind: gauge
162 -- id: node_disk_usage_percentage
163 - azure_name: node_disk_usage_percentage
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 - - aggregation: maximum
169 - kind: gauge
170 -- id: node_network_in_bytes
171 - azure_name: node_network_in_bytes
172 - time_grain: PT1M
173 - series:
174 - - aggregation: average
175 - kind: gauge
176 - - aggregation: maximum
177 - kind: gauge
178 -- id: node_network_out_bytes
179 - azure_name: node_network_out_bytes
180 - time_grain: PT1M
181 - series:
182 - - aggregation: average
183 - kind: gauge
184 - - aggregation: maximum
185 - kind: gauge
6 + - id: apiserver_cpu_usage_percentage
7 + azure_name: apiserver_cpu_usage_percentage
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: apiserver_memory_usage_percentage
15 + azure_name: apiserver_memory_usage_percentage
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - aggregation: maximum
21 + kind: gauge
22 + - id: apiserver_current_inflight_requests
23 + azure_name: apiserver_current_inflight_requests
24 + time_grain: PT1M
25 + series:
26 + - aggregation: average
27 + kind: gauge
28 + - id: etcd_cpu_usage_percentage
29 + azure_name: etcd_cpu_usage_percentage
30 + time_grain: PT1M
31 + series:
32 + - aggregation: average
33 + kind: gauge
34 + - aggregation: maximum
35 + kind: gauge
36 + - id: etcd_memory_usage_percentage
37 + azure_name: etcd_memory_usage_percentage
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - aggregation: maximum
43 + kind: gauge
44 + - id: etcd_database_usage_percentage
45 + azure_name: etcd_database_usage_percentage
46 + time_grain: PT1M
47 + series:
48 + - aggregation: average
49 + kind: gauge
50 + - aggregation: maximum
51 + kind: gauge
52 + - id: kube_pod_status_phase
53 + azure_name: kube_pod_status_phase
54 + time_grain: PT1M
55 + series:
56 + - aggregation: average
57 + kind: gauge
58 + - id: kube_pod_status_ready
59 + azure_name: kube_pod_status_ready
60 + time_grain: PT1M
61 + series:
62 + - aggregation: average
63 + kind: gauge
64 + - id: kube_node_status_allocatable_cpu_cores
65 + azure_name: kube_node_status_allocatable_cpu_cores
66 + time_grain: PT1M
67 + series:
68 + - aggregation: average
69 + kind: gauge
70 + - id: kube_node_status_allocatable_memory_bytes
71 + azure_name: kube_node_status_allocatable_memory_bytes
72 + time_grain: PT1M
73 + series:
74 + - aggregation: average
75 + kind: gauge
76 + - id: kube_node_status_condition
77 + azure_name: kube_node_status_condition
78 + time_grain: PT1M
79 + series:
80 + - aggregation: average
81 + kind: gauge
82 + - id: cluster_autoscaler_cluster_safe_to_autoscale
83 + azure_name: cluster_autoscaler_cluster_safe_to_autoscale
84 + time_grain: PT5M
85 + series:
86 + - aggregation: average
87 + kind: gauge
88 + - id: cluster_autoscaler_unschedulable_pods_count
89 + azure_name: cluster_autoscaler_unschedulable_pods_count
90 + time_grain: PT5M
91 + series:
92 + - aggregation: average
93 + kind: gauge
94 + - id: cluster_autoscaler_unneeded_nodes_count
95 + azure_name: cluster_autoscaler_unneeded_nodes_count
96 + time_grain: PT5M
97 + series:
98 + - aggregation: average
99 + kind: gauge
100 + - id: cluster_autoscaler_scale_down_in_cooldown
101 + azure_name: cluster_autoscaler_scale_down_in_cooldown
102 + time_grain: PT5M
103 + series:
104 + - aggregation: average
105 + kind: gauge
106 + - id: node_cpu_usage_millicores
107 + azure_name: node_cpu_usage_millicores
108 + time_grain: PT1M
109 + series:
110 + - aggregation: average
111 + kind: gauge
112 + - aggregation: maximum
113 + kind: gauge
114 + - id: node_cpu_usage_percentage
115 + azure_name: node_cpu_usage_percentage
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - aggregation: maximum
121 + kind: gauge
122 + - id: node_memory_working_set_bytes
123 + azure_name: node_memory_working_set_bytes
124 + time_grain: PT1M
125 + series:
126 + - aggregation: average
127 + kind: gauge
128 + - aggregation: maximum
129 + kind: gauge
130 + - id: node_memory_working_set_percentage
131 + azure_name: node_memory_working_set_percentage
132 + time_grain: PT1M
133 + series:
134 + - aggregation: average
135 + kind: gauge
136 + - aggregation: maximum
137 + kind: gauge
138 + - id: node_memory_rss_bytes
139 + azure_name: node_memory_rss_bytes
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - aggregation: maximum
145 + kind: gauge
146 + - id: node_memory_rss_percentage
147 + azure_name: node_memory_rss_percentage
148 + time_grain: PT1M
149 + series:
150 + - aggregation: average
151 + kind: gauge
152 + - aggregation: maximum
153 + kind: gauge
154 + - id: node_disk_usage_bytes
155 + azure_name: node_disk_usage_bytes
156 + time_grain: PT1M
157 + series:
158 + - aggregation: average
159 + kind: gauge
160 + - aggregation: maximum
161 + kind: gauge
162 + - id: node_disk_usage_percentage
163 + azure_name: node_disk_usage_percentage
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - aggregation: maximum
169 + kind: gauge
170 + - id: node_network_in_bytes
171 + azure_name: node_network_in_bytes
172 + time_grain: PT1M
173 + series:
174 + - aggregation: average
175 + kind: gauge
176 + - aggregation: maximum
177 + kind: gauge
178 + - id: node_network_out_bytes
179 + azure_name: node_network_out_bytes
180 + time_grain: PT1M
181 + series:
182 + - aggregation: average
183 + kind: gauge
184 + - aggregation: maximum
185 + kind: gauge
186 template:
187 family: Azure Kubernetes Service Cluster
188 context_namespace: aks
189 chart_defaults:
190 label_promotion:
191 - - resource_name
192 - - resource_group
193 - - region
194 - - resource_type
195 - - profile
191 + - resource_name
192 + - resource_group
193 + - region
194 + - resource_type
195 + - profile
196 instances:
197 by_labels:
198 - - resource_uid
198 + - resource_uid
199 charts:
200 - - id: am_azure_aks__apiserver_cpu
201 - title: AKS API Server CPU Utilization
202 - context: apiserver_cpu
203 - family: API Server
204 - type: line
205 - units: percentage
206 - algorithm: absolute
207 - dimensions:
208 - - selector: aks.apiserver_cpu_usage_percentage_average
209 - name: average
210 - - selector: aks.apiserver_cpu_usage_percentage_maximum
211 - name: maximum
212 - - id: am_azure_aks__apiserver_memory
213 - title: AKS API Server Memory Utilization
214 - context: apiserver_memory
215 - family: API Server
216 - type: line
217 - units: percentage
218 - algorithm: absolute
219 - dimensions:
220 - - selector: aks.apiserver_memory_usage_percentage_average
221 - name: average
222 - - selector: aks.apiserver_memory_usage_percentage_maximum
223 - name: maximum
224 - - id: am_azure_aks__apiserver_inflight_requests
225 - title: AKS API Server Inflight Requests
226 - context: apiserver_inflight_requests
227 - family: API Server
228 - type: line
229 - units: requests
230 - algorithm: absolute
231 - dimensions:
232 - - selector: aks.apiserver_current_inflight_requests_average
233 - name: average
234 - - id: am_azure_aks__etcd_cpu
235 - title: AKS etcd CPU Utilization
236 - context: etcd_cpu
237 - family: Control Plane
238 - type: line
239 - units: percentage
240 - algorithm: absolute
241 - dimensions:
242 - - selector: aks.etcd_cpu_usage_percentage_average
243 - name: average
244 - - selector: aks.etcd_cpu_usage_percentage_maximum
245 - name: maximum
246 - - id: am_azure_aks__etcd_memory
247 - title: AKS etcd Memory Utilization
248 - context: etcd_memory
249 - family: Control Plane
250 - type: line
251 - units: percentage
252 - algorithm: absolute
253 - dimensions:
254 - - selector: aks.etcd_memory_usage_percentage_average
255 - name: average
256 - - selector: aks.etcd_memory_usage_percentage_maximum
257 - name: maximum
258 - - id: am_azure_aks__etcd_database
259 - title: AKS etcd Database Utilization
260 - context: etcd_database
261 - family: Control Plane
262 - type: line
263 - units: percentage
264 - algorithm: absolute
265 - dimensions:
266 - - selector: aks.etcd_database_usage_percentage_average
267 - name: average
268 - - selector: aks.etcd_database_usage_percentage_maximum
269 - name: maximum
270 - - id: am_azure_aks__pod_status_phase
271 - title: AKS Pods by Phase
272 - context: pod_status_phase
273 - family: Pods
274 - type: line
275 - units: pods
276 - algorithm: absolute
277 - dimensions:
278 - - selector: aks.kube_pod_status_phase_average
279 - name: average
280 - - id: am_azure_aks__pod_status_ready
281 - title: AKS Pods in Ready State
282 - context: pod_status_ready
283 - family: Pods
284 - type: line
285 - units: pods
286 - algorithm: absolute
287 - dimensions:
288 - - selector: aks.kube_pod_status_ready_average
289 - name: average
290 - - id: am_azure_aks__allocatable_cpu
291 - title: AKS Allocatable CPU Cores
292 - context: allocatable_cpu
293 - family: Capacity
294 - type: line
295 - units: cores
296 - algorithm: absolute
297 - dimensions:
298 - - selector: aks.kube_node_status_allocatable_cpu_cores_average
299 - name: average
300 - - id: am_azure_aks__allocatable_memory
301 - title: AKS Allocatable Memory
302 - context: allocatable_memory
303 - family: Capacity
304 - type: line
305 - units: bytes
306 - algorithm: absolute
307 - dimensions:
308 - - selector: aks.kube_node_status_allocatable_memory_bytes_average
309 - name: average
310 - - id: am_azure_aks__node_conditions
311 - title: AKS Node Conditions
312 - context: node_conditions
313 - family: Capacity
314 - type: line
315 - units: nodes
316 - algorithm: absolute
317 - dimensions:
318 - - selector: aks.kube_node_status_condition_average
319 - name: average
320 - - id: am_azure_aks__autoscaler_health
321 - title: AKS Cluster Autoscaler Health
322 - context: autoscaler_health
323 - family: Autoscaler
324 - type: line
325 - units: state
326 - algorithm: absolute
327 - dimensions:
328 - - selector: aks.cluster_autoscaler_cluster_safe_to_autoscale_average
329 - name: safe_to_autoscale
330 - - selector: aks.cluster_autoscaler_scale_down_in_cooldown_average
331 - name: cooldown
332 - - id: am_azure_aks__autoscaler_unschedulable_pods
333 - title: AKS Autoscaler Unschedulable Pods
334 - context: autoscaler_unschedulable_pods
335 - family: Autoscaler
336 - type: line
337 - units: pods
338 - algorithm: absolute
339 - dimensions:
340 - - selector: aks.cluster_autoscaler_unschedulable_pods_count_average
341 - name: average
342 - - id: am_azure_aks__autoscaler_unneeded_nodes
343 - title: AKS Autoscaler Unneeded Nodes
344 - context: autoscaler_unneeded_nodes
345 - family: Autoscaler
346 - type: line
347 - units: nodes
348 - algorithm: absolute
349 - dimensions:
350 - - selector: aks.cluster_autoscaler_unneeded_nodes_count_average
351 - name: average
352 - - id: am_azure_aks__node_cpu_millicores
353 - title: AKS Node CPU Usage
354 - context: node_cpu_millicores
355 - family: Nodes
356 - type: line
357 - units: millicores
358 - algorithm: absolute
359 - dimensions:
360 - - selector: aks.node_cpu_usage_millicores_average
361 - name: average
362 - - selector: aks.node_cpu_usage_millicores_maximum
363 - name: maximum
364 - - id: am_azure_aks__node_cpu_percentage
365 - title: AKS Node CPU Percentage
366 - context: node_cpu_percentage
367 - family: Nodes
368 - type: line
369 - units: percentage
370 - algorithm: absolute
371 - dimensions:
372 - - selector: aks.node_cpu_usage_percentage_average
373 - name: average
374 - - selector: aks.node_cpu_usage_percentage_maximum
375 - name: maximum
376 - - id: am_azure_aks__node_memory_working_set
377 - title: AKS Node Memory Working Set
378 - context: node_memory_working_set
379 - family: Nodes
380 - type: line
381 - units: bytes
382 - algorithm: absolute
383 - dimensions:
384 - - selector: aks.node_memory_working_set_bytes_average
385 - name: average
386 - - selector: aks.node_memory_working_set_bytes_maximum
387 - name: maximum
388 - - id: am_azure_aks__node_memory_working_set_percentage
389 - title: AKS Node Memory Working Set Percentage
390 - context: node_memory_working_set_percentage
391 - family: Nodes
392 - type: line
393 - units: percentage
394 - algorithm: absolute
395 - dimensions:
396 - - selector: aks.node_memory_working_set_percentage_average
397 - name: average
398 - - selector: aks.node_memory_working_set_percentage_maximum
399 - name: maximum
400 - - id: am_azure_aks__node_memory_rss
401 - title: AKS Node Memory RSS
402 - context: node_memory_rss
403 - family: Nodes
404 - type: line
405 - units: bytes
406 - algorithm: absolute
407 - dimensions:
408 - - selector: aks.node_memory_rss_bytes_average
409 - name: average
410 - - selector: aks.node_memory_rss_bytes_maximum
411 - name: maximum
412 - - id: am_azure_aks__node_memory_rss_percentage
413 - title: AKS Node Memory RSS Percentage
414 - context: node_memory_rss_percentage
415 - family: Nodes
416 - type: line
417 - units: percentage
418 - algorithm: absolute
419 - dimensions:
420 - - selector: aks.node_memory_rss_percentage_average
421 - name: average
422 - - selector: aks.node_memory_rss_percentage_maximum
423 - name: maximum
424 - - id: am_azure_aks__node_disk_usage
425 - title: AKS Node Disk Usage
426 - context: node_disk_usage
427 - family: Nodes
428 - type: line
429 - units: bytes
430 - algorithm: absolute
431 - dimensions:
432 - - selector: aks.node_disk_usage_bytes_average
433 - name: average
434 - - selector: aks.node_disk_usage_bytes_maximum
435 - name: maximum
436 - - id: am_azure_aks__node_disk_percentage
437 - title: AKS Node Disk Usage Percentage
438 - context: node_disk_percentage
439 - family: Nodes
440 - type: line
441 - units: percentage
442 - algorithm: absolute
443 - dimensions:
444 - - selector: aks.node_disk_usage_percentage_average
445 - name: average
446 - - selector: aks.node_disk_usage_percentage_maximum
447 - name: maximum
448 - - id: am_azure_aks__node_network
449 - title: AKS Node Network Traffic
450 - context: node_network
451 - family: Network
452 - type: line
453 - units: bytes
454 - algorithm: absolute
455 - dimensions:
456 - - selector: aks.node_network_in_bytes_average
457 - name: in
458 - - selector: aks.node_network_out_bytes_average
459 - name: out
200 + - id: am_azure_aks__apiserver_cpu
201 + title: AKS API Server CPU Utilization
202 + context: apiserver_cpu
203 + family: API Server
204 + type: line
205 + units: percentage
206 + algorithm: absolute
207 + dimensions:
208 + - selector: aks.apiserver_cpu_usage_percentage_average
209 + name: average
210 + - selector: aks.apiserver_cpu_usage_percentage_maximum
211 + name: maximum
212 + - id: am_azure_aks__apiserver_memory
213 + title: AKS API Server Memory Utilization
214 + context: apiserver_memory
215 + family: API Server
216 + type: line
217 + units: percentage
218 + algorithm: absolute
219 + dimensions:
220 + - selector: aks.apiserver_memory_usage_percentage_average
221 + name: average
222 + - selector: aks.apiserver_memory_usage_percentage_maximum
223 + name: maximum
224 + - id: am_azure_aks__apiserver_inflight_requests
225 + title: AKS API Server Inflight Requests
226 + context: apiserver_inflight_requests
227 + family: API Server
228 + type: line
229 + units: requests
230 + algorithm: absolute
231 + dimensions:
232 + - selector: aks.apiserver_current_inflight_requests_average
233 + name: average
234 + - id: am_azure_aks__etcd_cpu
235 + title: AKS etcd CPU Utilization
236 + context: etcd_cpu
237 + family: Control Plane
238 + type: line
239 + units: percentage
240 + algorithm: absolute
241 + dimensions:
242 + - selector: aks.etcd_cpu_usage_percentage_average
243 + name: average
244 + - selector: aks.etcd_cpu_usage_percentage_maximum
245 + name: maximum
246 + - id: am_azure_aks__etcd_memory
247 + title: AKS etcd Memory Utilization
248 + context: etcd_memory
249 + family: Control Plane
250 + type: line
251 + units: percentage
252 + algorithm: absolute
253 + dimensions:
254 + - selector: aks.etcd_memory_usage_percentage_average
255 + name: average
256 + - selector: aks.etcd_memory_usage_percentage_maximum
257 + name: maximum
258 + - id: am_azure_aks__etcd_database
259 + title: AKS etcd Database Utilization
260 + context: etcd_database
261 + family: Control Plane
262 + type: line
263 + units: percentage
264 + algorithm: absolute
265 + dimensions:
266 + - selector: aks.etcd_database_usage_percentage_average
267 + name: average
268 + - selector: aks.etcd_database_usage_percentage_maximum
269 + name: maximum
270 + - id: am_azure_aks__pod_status_phase
271 + title: AKS Pods by Phase
272 + context: pod_status_phase
273 + family: Pods
274 + type: line
275 + units: pods
276 + algorithm: absolute
277 + dimensions:
278 + - selector: aks.kube_pod_status_phase_average
279 + name: average
280 + - id: am_azure_aks__pod_status_ready
281 + title: AKS Pods in Ready State
282 + context: pod_status_ready
283 + family: Pods
284 + type: line
285 + units: pods
286 + algorithm: absolute
287 + dimensions:
288 + - selector: aks.kube_pod_status_ready_average
289 + name: average
290 + - id: am_azure_aks__allocatable_cpu
291 + title: AKS Allocatable CPU Cores
292 + context: allocatable_cpu
293 + family: Capacity
294 + type: line
295 + units: cores
296 + algorithm: absolute
297 + dimensions:
298 + - selector: aks.kube_node_status_allocatable_cpu_cores_average
299 + name: average
300 + - id: am_azure_aks__allocatable_memory
301 + title: AKS Allocatable Memory
302 + context: allocatable_memory
303 + family: Capacity
304 + type: line
305 + units: bytes
306 + algorithm: absolute
307 + dimensions:
308 + - selector: aks.kube_node_status_allocatable_memory_bytes_average
309 + name: average
310 + - id: am_azure_aks__node_conditions
311 + title: AKS Node Conditions
312 + context: node_conditions
313 + family: Capacity
314 + type: line
315 + units: nodes
316 + algorithm: absolute
317 + dimensions:
318 + - selector: aks.kube_node_status_condition_average
319 + name: average
320 + - id: am_azure_aks__autoscaler_health
321 + title: AKS Cluster Autoscaler Health
322 + context: autoscaler_health
323 + family: Autoscaler
324 + type: line
325 + units: state
326 + algorithm: absolute
327 + dimensions:
328 + - selector: aks.cluster_autoscaler_cluster_safe_to_autoscale_average
329 + name: safe_to_autoscale
330 + - selector: aks.cluster_autoscaler_scale_down_in_cooldown_average
331 + name: cooldown
332 + - id: am_azure_aks__autoscaler_unschedulable_pods
333 + title: AKS Autoscaler Unschedulable Pods
334 + context: autoscaler_unschedulable_pods
335 + family: Autoscaler
336 + type: line
337 + units: pods
338 + algorithm: absolute
339 + dimensions:
340 + - selector: aks.cluster_autoscaler_unschedulable_pods_count_average
341 + name: average
342 + - id: am_azure_aks__autoscaler_unneeded_nodes
343 + title: AKS Autoscaler Unneeded Nodes
344 + context: autoscaler_unneeded_nodes
345 + family: Autoscaler
346 + type: line
347 + units: nodes
348 + algorithm: absolute
349 + dimensions:
350 + - selector: aks.cluster_autoscaler_unneeded_nodes_count_average
351 + name: average
352 + - id: am_azure_aks__node_cpu_millicores
353 + title: AKS Node CPU Usage
354 + context: node_cpu_millicores
355 + family: Nodes
356 + type: line
357 + units: millicores
358 + algorithm: absolute
359 + dimensions:
360 + - selector: aks.node_cpu_usage_millicores_average
361 + name: average
362 + - selector: aks.node_cpu_usage_millicores_maximum
363 + name: maximum
364 + - id: am_azure_aks__node_cpu_percentage
365 + title: AKS Node CPU Percentage
366 + context: node_cpu_percentage
367 + family: Nodes
368 + type: line
369 + units: percentage
370 + algorithm: absolute
371 + dimensions:
372 + - selector: aks.node_cpu_usage_percentage_average
373 + name: average
374 + - selector: aks.node_cpu_usage_percentage_maximum
375 + name: maximum
376 + - id: am_azure_aks__node_memory_working_set
377 + title: AKS Node Memory Working Set
378 + context: node_memory_working_set
379 + family: Nodes
380 + type: line
381 + units: bytes
382 + algorithm: absolute
383 + dimensions:
384 + - selector: aks.node_memory_working_set_bytes_average
385 + name: average
386 + - selector: aks.node_memory_working_set_bytes_maximum
387 + name: maximum
388 + - id: am_azure_aks__node_memory_working_set_percentage
389 + title: AKS Node Memory Working Set Percentage
390 + context: node_memory_working_set_percentage
391 + family: Nodes
392 + type: line
393 + units: percentage
394 + algorithm: absolute
395 + dimensions:
396 + - selector: aks.node_memory_working_set_percentage_average
397 + name: average
398 + - selector: aks.node_memory_working_set_percentage_maximum
399 + name: maximum
400 + - id: am_azure_aks__node_memory_rss
401 + title: AKS Node Memory RSS
402 + context: node_memory_rss
403 + family: Nodes
404 + type: line
405 + units: bytes
406 + algorithm: absolute
407 + dimensions:
408 + - selector: aks.node_memory_rss_bytes_average
409 + name: average
410 + - selector: aks.node_memory_rss_bytes_maximum
411 + name: maximum
412 + - id: am_azure_aks__node_memory_rss_percentage
413 + title: AKS Node Memory RSS Percentage
414 + context: node_memory_rss_percentage
415 + family: Nodes
416 + type: line
417 + units: percentage
418 + algorithm: absolute
419 + dimensions:
420 + - selector: aks.node_memory_rss_percentage_average
421 + name: average
422 + - selector: aks.node_memory_rss_percentage_maximum
423 + name: maximum
424 + - id: am_azure_aks__node_disk_usage
425 + title: AKS Node Disk Usage
426 + context: node_disk_usage
427 + family: Nodes
428 + type: line
429 + units: bytes
430 + algorithm: absolute
431 + dimensions:
432 + - selector: aks.node_disk_usage_bytes_average
433 + name: average
434 + - selector: aks.node_disk_usage_bytes_maximum
435 + name: maximum
436 + - id: am_azure_aks__node_disk_percentage
437 + title: AKS Node Disk Usage Percentage
438 + context: node_disk_percentage
439 + family: Nodes
440 + type: line
441 + units: percentage
442 + algorithm: absolute
443 + dimensions:
444 + - selector: aks.node_disk_usage_percentage_average
445 + name: average
446 + - selector: aks.node_disk_usage_percentage_maximum
447 + name: maximum
448 + - id: am_azure_aks__node_network
449 + title: AKS Node Network Traffic
450 + context: node_network
451 + family: Network
452 + type: line
453 + units: bytes
454 + algorithm: absolute
455 + dimensions:
456 + - selector: aks.node_network_in_bytes_average
457 + name: in
458 + - selector: aks.node_network_out_bytes_average
459 + name: out
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/api_management.yaml
+222 -222
@@ -3,233 +3,233 @@ id: api_management
3 name: Azure API Management
4 resource_type: Microsoft.ApiManagement/service
5 metrics:
6 -- id: capacity
7 - azure_name: Capacity
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: cpu_percent_gateway
13 - azure_name: CpuPercent_Gateway
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: memory_percent_gateway
19 - azure_name: MemoryPercent_Gateway
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: requests
25 - azure_name: Requests
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: backend_duration
31 - azure_name: BackendDuration
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: duration
37 - azure_name: Duration
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: event_hub_total_events
43 - azure_name: EventHubTotalEvents
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: event_hub_successful_events
49 - azure_name: EventHubSuccessfulEvents
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: event_hub_total_failed_events
55 - azure_name: EventHubTotalFailedEvents
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: event_hub_dropped_events
61 - azure_name: EventHubDroppedEvents
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: event_hub_rejected_events
67 - azure_name: EventHubRejectedEvents
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: event_hub_throttled_events
73 - azure_name: EventHubThrottledEvents
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: event_hub_timedout_events
79 - azure_name: EventHubTimedoutEvents
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: event_hub_total_bytes_sent
85 - azure_name: EventHubTotalBytesSent
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: connection_attempts
91 - azure_name: ConnectionAttempts
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: web_socket_messages
97 - azure_name: WebSocketMessages
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: network_connectivity
103 - azure_name: NetworkConnectivity
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
6 + - id: capacity
7 + azure_name: Capacity
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: cpu_percent_gateway
13 + azure_name: CpuPercent_Gateway
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: memory_percent_gateway
19 + azure_name: MemoryPercent_Gateway
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: requests
25 + azure_name: Requests
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: backend_duration
31 + azure_name: BackendDuration
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: duration
37 + azure_name: Duration
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: event_hub_total_events
43 + azure_name: EventHubTotalEvents
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: event_hub_successful_events
49 + azure_name: EventHubSuccessfulEvents
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: event_hub_total_failed_events
55 + azure_name: EventHubTotalFailedEvents
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: event_hub_dropped_events
61 + azure_name: EventHubDroppedEvents
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: event_hub_rejected_events
67 + azure_name: EventHubRejectedEvents
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: event_hub_throttled_events
73 + azure_name: EventHubThrottledEvents
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: event_hub_timedout_events
79 + azure_name: EventHubTimedoutEvents
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: event_hub_total_bytes_sent
85 + azure_name: EventHubTotalBytesSent
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: connection_attempts
91 + azure_name: ConnectionAttempts
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: web_socket_messages
97 + azure_name: WebSocketMessages
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: network_connectivity
103 + azure_name: NetworkConnectivity
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 template:
109 family: Azure API Management
110 context_namespace: api_management
111 chart_defaults:
112 label_promotion:
113 - - resource_name
114 - - resource_group
115 - - region
116 - - resource_type
117 - - profile
113 + - resource_name
114 + - resource_group
115 + - region
116 + - resource_type
117 + - profile
118 instances:
119 by_labels:
120 - - resource_uid
120 + - resource_uid
121 charts:
122 - - id: am_azure_api_management__capacity
123 - title: Azure API Management Capacity Utilization
124 - context: capacity
125 - family: Capacity
126 - type: line
127 - units: percentage
128 - algorithm: absolute
129 - dimensions:
130 - - selector: api_management.capacity_average
131 - name: capacity
132 - - id: am_azure_api_management__gateway_cpu
133 - title: Azure API Management Gateway CPU
134 - context: gateway_cpu
135 - family: Capacity
136 - type: line
137 - units: percentage
138 - algorithm: absolute
139 - dimensions:
140 - - selector: api_management.cpu_percent_gateway_average
141 - name: cpu
142 - - id: am_azure_api_management__gateway_memory
143 - title: Azure API Management Gateway Memory
144 - context: gateway_memory
145 - family: Capacity
146 - type: line
147 - units: percentage
148 - algorithm: absolute
149 - dimensions:
150 - - selector: api_management.memory_percent_gateway_average
151 - name: memory
152 - - id: am_azure_api_management__requests
153 - title: Azure API Management Gateway Requests
154 - context: requests
155 - family: Requests
156 - type: line
157 - units: requests/s
158 - algorithm: incremental
159 - dimensions:
160 - - selector: api_management.requests_total
161 - name: requests
162 - - id: am_azure_api_management__request_duration
163 - title: Azure API Management Request Duration
164 - context: request_duration
165 - family: Requests
166 - type: line
167 - units: milliseconds
168 - algorithm: absolute
169 - dimensions:
170 - - selector: api_management.duration_average
171 - name: overall
172 - - selector: api_management.backend_duration_average
173 - name: backend
174 - - id: am_azure_api_management__eventhub_events
175 - title: Azure API Management EventHub Events
176 - context: eventhub_events
177 - family: EventHub
178 - type: line
179 - units: events/s
180 - algorithm: incremental
181 - dimensions:
182 - - selector: api_management.event_hub_total_events_total
183 - name: total
184 - - selector: api_management.event_hub_successful_events_total
185 - name: successful
186 - - selector: api_management.event_hub_total_failed_events_total
187 - name: failed
188 - - selector: api_management.event_hub_dropped_events_total
189 - name: dropped
190 - - selector: api_management.event_hub_rejected_events_total
191 - name: rejected
192 - - selector: api_management.event_hub_throttled_events_total
193 - name: throttled
194 - - selector: api_management.event_hub_timedout_events_total
195 - name: timed_out
196 - - id: am_azure_api_management__eventhub_bytes
197 - title: Azure API Management EventHub Bytes Sent
198 - context: eventhub_bytes
199 - family: EventHub
200 - type: line
201 - units: bytes/s
202 - algorithm: incremental
203 - dimensions:
204 - - selector: api_management.event_hub_total_bytes_sent_total
205 - name: sent
206 - - id: am_azure_api_management__websocket_connections
207 - title: Azure API Management WebSocket Connection Attempts
208 - context: websocket_connections
209 - family: WebSocket
210 - type: line
211 - units: attempts/s
212 - algorithm: incremental
213 - dimensions:
214 - - selector: api_management.connection_attempts_total
215 - name: connection_attempts
216 - - id: am_azure_api_management__websocket_messages
217 - title: Azure API Management WebSocket Messages
218 - context: websocket_messages
219 - family: WebSocket
220 - type: line
221 - units: messages/s
222 - algorithm: incremental
223 - dimensions:
224 - - selector: api_management.web_socket_messages_total
225 - name: messages
226 - - id: am_azure_api_management__network_connectivity
227 - title: Azure API Management Network Connectivity Status
228 - context: network_connectivity
229 - family: Network
230 - type: line
231 - units: status
232 - algorithm: absolute
233 - dimensions:
234 - - selector: api_management.network_connectivity_average
235 - name: connectivity
122 + - id: am_azure_api_management__capacity
123 + title: Azure API Management Capacity Utilization
124 + context: capacity
125 + family: Capacity
126 + type: line
127 + units: percentage
128 + algorithm: absolute
129 + dimensions:
130 + - selector: api_management.capacity_average
131 + name: capacity
132 + - id: am_azure_api_management__gateway_cpu
133 + title: Azure API Management Gateway CPU
134 + context: gateway_cpu
135 + family: Capacity
136 + type: line
137 + units: percentage
138 + algorithm: absolute
139 + dimensions:
140 + - selector: api_management.cpu_percent_gateway_average
141 + name: cpu
142 + - id: am_azure_api_management__gateway_memory
143 + title: Azure API Management Gateway Memory
144 + context: gateway_memory
145 + family: Capacity
146 + type: line
147 + units: percentage
148 + algorithm: absolute
149 + dimensions:
150 + - selector: api_management.memory_percent_gateway_average
151 + name: memory
152 + - id: am_azure_api_management__requests
153 + title: Azure API Management Gateway Requests
154 + context: requests
155 + family: Requests
156 + type: line
157 + units: requests/s
158 + algorithm: incremental
159 + dimensions:
160 + - selector: api_management.requests_total
161 + name: requests
162 + - id: am_azure_api_management__request_duration
163 + title: Azure API Management Request Duration
164 + context: request_duration
165 + family: Requests
166 + type: line
167 + units: milliseconds
168 + algorithm: absolute
169 + dimensions:
170 + - selector: api_management.duration_average
171 + name: overall
172 + - selector: api_management.backend_duration_average
173 + name: backend
174 + - id: am_azure_api_management__eventhub_events
175 + title: Azure API Management EventHub Events
176 + context: eventhub_events
177 + family: EventHub
178 + type: line
179 + units: events/s
180 + algorithm: incremental
181 + dimensions:
182 + - selector: api_management.event_hub_total_events_total
183 + name: total
184 + - selector: api_management.event_hub_successful_events_total
185 + name: successful
186 + - selector: api_management.event_hub_total_failed_events_total
187 + name: failed
188 + - selector: api_management.event_hub_dropped_events_total
189 + name: dropped
190 + - selector: api_management.event_hub_rejected_events_total
191 + name: rejected
192 + - selector: api_management.event_hub_throttled_events_total
193 + name: throttled
194 + - selector: api_management.event_hub_timedout_events_total
195 + name: timed_out
196 + - id: am_azure_api_management__eventhub_bytes
197 + title: Azure API Management EventHub Bytes Sent
198 + context: eventhub_bytes
199 + family: EventHub
200 + type: line
201 + units: bytes/s
202 + algorithm: incremental
203 + dimensions:
204 + - selector: api_management.event_hub_total_bytes_sent_total
205 + name: sent
206 + - id: am_azure_api_management__websocket_connections
207 + title: Azure API Management WebSocket Connection Attempts
208 + context: websocket_connections
209 + family: WebSocket
210 + type: line
211 + units: attempts/s
212 + algorithm: incremental
213 + dimensions:
214 + - selector: api_management.connection_attempts_total
215 + name: connection_attempts
216 + - id: am_azure_api_management__websocket_messages
217 + title: Azure API Management WebSocket Messages
218 + context: websocket_messages
219 + family: WebSocket
220 + type: line
221 + units: messages/s
222 + algorithm: incremental
223 + dimensions:
224 + - selector: api_management.web_socket_messages_total
225 + name: messages
226 + - id: am_azure_api_management__network_connectivity
227 + title: Azure API Management Network Connectivity Status
228 + context: network_connectivity
229 + family: Network
230 + type: line
231 + units: status
232 + algorithm: absolute
233 + dimensions:
234 + - selector: api_management.network_connectivity_average
235 + name: connectivity
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/app_service.yaml
+558 -558
@@ -3,569 +3,569 @@ id: app_service
3 name: Azure App Service
4 resource_type: Microsoft.Web/sites
5 metrics:
6 -- id: requests
7 - azure_name: Requests
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: http_response_time
13 - azure_name: HttpResponseTime
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: http2xx
19 - azure_name: Http2xx
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: http3xx
25 - azure_name: Http3xx
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: http4xx
31 - azure_name: Http4xx
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: http5xx
37 - azure_name: Http5xx
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: cpu_percentage
43 - azure_name: CpuPercentage
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: cpu_time
49 - azure_name: CpuTime
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: average_memory_working_set
55 - azure_name: AverageMemoryWorkingSet
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: memory_working_set
61 - azure_name: MemoryWorkingSet
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: private_bytes
67 - azure_name: PrivateBytes
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: bytes_received
73 - azure_name: BytesReceived
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: bytes_sent
79 - azure_name: BytesSent
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: health_check_status
85 - azure_name: HealthCheckStatus
86 - time_grain: PT5M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: app_connections
91 - azure_name: AppConnections
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: io_read_bytes_per_second
97 - azure_name: IoReadBytesPerSecond
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: io_write_bytes_per_second
103 - azure_name: IoWriteBytesPerSecond
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: io_read_operations_per_second
109 - azure_name: IoReadOperationsPerSecond
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: io_write_operations_per_second
115 - azure_name: IoWriteOperationsPerSecond
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: io_other_bytes_per_second
121 - azure_name: IoOtherBytesPerSecond
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: io_other_operations_per_second
127 - azure_name: IoOtherOperationsPerSecond
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: threads
133 - azure_name: Threads
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: handles
139 - azure_name: Handles
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: gen0_collections
145 - azure_name: Gen0Collections
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: counter
150 -- id: gen1_collections
151 - azure_name: Gen1Collections
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: gen2_collections
157 - azure_name: Gen2Collections
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: http101
163 - azure_name: Http101
164 - time_grain: PT1M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: http401
169 - azure_name: Http401
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: http403
175 - azure_name: Http403
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: http404
181 - azure_name: Http404
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
186 -- id: http406
187 - azure_name: Http406
188 - time_grain: PT1M
189 - series:
190 - - aggregation: total
191 - kind: counter
192 -- id: requests_in_application_queue
193 - azure_name: RequestsInApplicationQueue
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: instance_count
199 - azure_name: InstanceCount
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: current_assemblies
205 - azure_name: CurrentAssemblies
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: total_app_domains
211 - azure_name: TotalAppDomains
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: total_app_domains_unloaded
217 - azure_name: TotalAppDomainsUnloaded
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: function_execution_count
223 - azure_name: FunctionExecutionCount
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: function_execution_units
229 - azure_name: FunctionExecutionUnits
230 - time_grain: PT1M
231 - series:
232 - - aggregation: total
233 - kind: counter
234 -- id: always_ready_function_execution_count
235 - azure_name: AlwaysReadyFunctionExecutionCount
236 - time_grain: PT1M
237 - series:
238 - - aggregation: total
239 - kind: counter
240 -- id: always_ready_function_execution_units
241 - azure_name: AlwaysReadyFunctionExecutionUnits
242 - time_grain: PT1M
243 - series:
244 - - aggregation: total
245 - kind: counter
246 -- id: always_ready_units
247 - azure_name: AlwaysReadyUnits
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: gauge
252 -- id: on_demand_function_execution_count
253 - azure_name: OnDemandFunctionExecutionCount
254 - time_grain: PT1M
255 - series:
256 - - aggregation: total
257 - kind: counter
258 -- id: on_demand_function_execution_units
259 - azure_name: OnDemandFunctionExecutionUnits
260 - time_grain: PT1M
261 - series:
262 - - aggregation: total
263 - kind: counter
6 + - id: requests
7 + azure_name: Requests
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: http_response_time
13 + azure_name: HttpResponseTime
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: http2xx
19 + azure_name: Http2xx
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: http3xx
25 + azure_name: Http3xx
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: http4xx
31 + azure_name: Http4xx
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: http5xx
37 + azure_name: Http5xx
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: cpu_percentage
43 + azure_name: CpuPercentage
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: cpu_time
49 + azure_name: CpuTime
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: average_memory_working_set
55 + azure_name: AverageMemoryWorkingSet
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: memory_working_set
61 + azure_name: MemoryWorkingSet
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: private_bytes
67 + azure_name: PrivateBytes
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: bytes_received
73 + azure_name: BytesReceived
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: bytes_sent
79 + azure_name: BytesSent
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: health_check_status
85 + azure_name: HealthCheckStatus
86 + time_grain: PT5M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: app_connections
91 + azure_name: AppConnections
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: io_read_bytes_per_second
97 + azure_name: IoReadBytesPerSecond
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: io_write_bytes_per_second
103 + azure_name: IoWriteBytesPerSecond
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: io_read_operations_per_second
109 + azure_name: IoReadOperationsPerSecond
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: io_write_operations_per_second
115 + azure_name: IoWriteOperationsPerSecond
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: io_other_bytes_per_second
121 + azure_name: IoOtherBytesPerSecond
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: io_other_operations_per_second
127 + azure_name: IoOtherOperationsPerSecond
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: threads
133 + azure_name: Threads
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: handles
139 + azure_name: Handles
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: gen0_collections
145 + azure_name: Gen0Collections
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: counter
150 + - id: gen1_collections
151 + azure_name: Gen1Collections
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: gen2_collections
157 + azure_name: Gen2Collections
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: http101
163 + azure_name: Http101
164 + time_grain: PT1M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: http401
169 + azure_name: Http401
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: http403
175 + azure_name: Http403
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: http404
181 + azure_name: Http404
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 + - id: http406
187 + azure_name: Http406
188 + time_grain: PT1M
189 + series:
190 + - aggregation: total
191 + kind: counter
192 + - id: requests_in_application_queue
193 + azure_name: RequestsInApplicationQueue
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: instance_count
199 + azure_name: InstanceCount
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: current_assemblies
205 + azure_name: CurrentAssemblies
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: total_app_domains
211 + azure_name: TotalAppDomains
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: total_app_domains_unloaded
217 + azure_name: TotalAppDomainsUnloaded
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: function_execution_count
223 + azure_name: FunctionExecutionCount
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: function_execution_units
229 + azure_name: FunctionExecutionUnits
230 + time_grain: PT1M
231 + series:
232 + - aggregation: total
233 + kind: counter
234 + - id: always_ready_function_execution_count
235 + azure_name: AlwaysReadyFunctionExecutionCount
236 + time_grain: PT1M
237 + series:
238 + - aggregation: total
239 + kind: counter
240 + - id: always_ready_function_execution_units
241 + azure_name: AlwaysReadyFunctionExecutionUnits
242 + time_grain: PT1M
243 + series:
244 + - aggregation: total
245 + kind: counter
246 + - id: always_ready_units
247 + azure_name: AlwaysReadyUnits
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: gauge
252 + - id: on_demand_function_execution_count
253 + azure_name: OnDemandFunctionExecutionCount
254 + time_grain: PT1M
255 + series:
256 + - aggregation: total
257 + kind: counter
258 + - id: on_demand_function_execution_units
259 + azure_name: OnDemandFunctionExecutionUnits
260 + time_grain: PT1M
261 + series:
262 + - aggregation: total
263 + kind: counter
264 template:
265 family: Azure App Service
266 context_namespace: app_service
267 chart_defaults:
268 label_promotion:
269 - - resource_name
270 - - resource_group
271 - - region
272 - - resource_type
273 - - profile
269 + - resource_name
270 + - resource_group
271 + - region
272 + - resource_type
273 + - profile
274 instances:
275 by_labels:
276 - - resource_uid
276 + - resource_uid
277 charts:
278 - - id: am_azure_app_service__requests
279 - title: Azure App Service Requests
280 - context: requests
281 - family: HTTP
282 - type: line
283 - units: requests/s
284 - algorithm: incremental
285 - dimensions:
286 - - selector: app_service.requests_total
287 - name: requests
288 - - id: am_azure_app_service__response_time
289 - title: Azure App Service Response Time
290 - context: response_time
291 - family: HTTP
292 - type: line
293 - units: seconds
294 - algorithm: absolute
295 - dimensions:
296 - - selector: app_service.http_response_time_average
297 - name: average
298 - - id: am_azure_app_service__http_status
299 - title: Azure App Service HTTP Status Codes
300 - context: http_status
301 - family: HTTP
302 - type: line
303 - units: responses/s
304 - algorithm: incremental
305 - dimensions:
306 - - selector: app_service.http2xx_total
307 - name: 2xx
308 - - selector: app_service.http3xx_total
309 - name: 3xx
310 - - selector: app_service.http4xx_total
311 - name: 4xx
312 - - selector: app_service.http5xx_total
313 - name: 5xx
314 - - id: am_azure_app_service__http_error_detail
315 - title: Azure App Service HTTP Error Detail
316 - context: http_error_detail
317 - family: HTTP
318 - type: line
319 - units: responses/s
320 - algorithm: incremental
321 - dimensions:
322 - - selector: app_service.http101_total
323 - name: 101_websocket
324 - - selector: app_service.http401_total
325 - name: 401_unauthorized
326 - - selector: app_service.http403_total
327 - name: 403_forbidden
328 - - selector: app_service.http404_total
329 - name: 404_not_found
330 - - selector: app_service.http406_total
331 - name: 406_not_acceptable
332 - - id: am_azure_app_service__cpu
333 - title: Azure App Service CPU Utilization
334 - context: cpu
335 - family: Compute
336 - type: line
337 - units: percentage
338 - algorithm: absolute
339 - dimensions:
340 - - selector: app_service.cpu_percentage_average
341 - name: average
342 - - id: am_azure_app_service__cpu_time
343 - title: Azure App Service CPU Time
344 - context: cpu_time
345 - family: Compute
346 - type: line
347 - units: seconds
348 - algorithm: incremental
349 - dimensions:
350 - - selector: app_service.cpu_time_total
351 - name: total
352 - - id: am_azure_app_service__memory_usage
353 - title: Azure App Service Memory Usage
354 - context: memory_usage
355 - family: Compute
356 - type: line
357 - units: bytes
358 - algorithm: absolute
359 - dimensions:
360 - - selector: app_service.average_memory_working_set_average
361 - name: average_working_set
362 - - selector: app_service.memory_working_set_average
363 - name: working_set
364 - - selector: app_service.private_bytes_average
365 - name: private
366 - - id: am_azure_app_service__health
367 - title: Azure App Service Health Check Status
368 - context: health
369 - family: Health
370 - type: line
371 - units: percentage
372 - algorithm: absolute
373 - dimensions:
374 - - selector: app_service.health_check_status_average
375 - name: average
376 - - id: am_azure_app_service__network_traffic
377 - title: Azure App Service Network Traffic
378 - context: network_traffic
379 - family: Network
380 - type: line
381 - units: bytes/s
382 - algorithm: incremental
383 - dimensions:
384 - - selector: app_service.bytes_received_total
385 - name: received
386 - - selector: app_service.bytes_sent_total
387 - name: sent
388 - - id: am_azure_app_service__connections
389 - title: Azure App Service Connections
390 - context: connections
391 - family: Connections
392 - type: line
393 - units: connections
394 - algorithm: absolute
395 - dimensions:
396 - - selector: app_service.app_connections_average
397 - name: average
398 - - id: am_azure_app_service__io_throughput
399 - title: Azure App Service IO Throughput
400 - context: io_throughput
401 - family: IO
402 - type: line
403 - units: bytes/s
404 - algorithm: incremental
405 - dimensions:
406 - - selector: app_service.io_read_bytes_per_second_total
407 - name: read
408 - - selector: app_service.io_write_bytes_per_second_total
409 - name: write
410 - - selector: app_service.io_other_bytes_per_second_total
411 - name: other
412 - - id: am_azure_app_service__io_operations
413 - title: Azure App Service IO Operations
414 - context: io_operations
415 - family: IO
416 - type: line
417 - units: operations/s
418 - algorithm: incremental
419 - dimensions:
420 - - selector: app_service.io_read_operations_per_second_total
421 - name: read
422 - - selector: app_service.io_write_operations_per_second_total
423 - name: write
424 - - selector: app_service.io_other_operations_per_second_total
425 - name: other
426 - - id: am_azure_app_service__threads
427 - title: Azure App Service Threads
428 - context: threads
429 - family: Runtime
430 - type: line
431 - units: threads
432 - algorithm: absolute
433 - dimensions:
434 - - selector: app_service.threads_average
435 - name: average
436 - - id: am_azure_app_service__handles
437 - title: Azure App Service Handles
438 - context: handles
439 - family: Runtime
440 - type: line
441 - units: handles
442 - algorithm: absolute
443 - dimensions:
444 - - selector: app_service.handles_average
445 - name: average
446 - - id: am_azure_app_service__gc_collections
447 - title: Azure App Service .NET GC Collections
448 - context: gc_collections
449 - family: Runtime
450 - type: line
451 - units: collections/s
452 - algorithm: incremental
453 - dimensions:
454 - - selector: app_service.gen0_collections_total
455 - name: gen0
456 - - selector: app_service.gen1_collections_total
457 - name: gen1
458 - - selector: app_service.gen2_collections_total
459 - name: gen2
460 - - id: am_azure_app_service__function_executions
461 - title: Azure App Service Function Executions
462 - context: function_executions
463 - family: Functions
464 - type: line
465 - units: executions/s
466 - algorithm: incremental
467 - dimensions:
468 - - selector: app_service.function_execution_count_total
469 - name: total
470 - - id: am_azure_app_service__function_execution_units
471 - title: Azure App Service Function Execution Units
472 - context: function_execution_units
473 - family: Functions
474 - type: line
475 - units: MB-milliseconds/s
476 - algorithm: incremental
477 - dimensions:
478 - - selector: app_service.function_execution_units_total
479 - name: total
480 - - id: am_azure_app_service__always_ready_function_executions
481 - title: Azure App Service Always Ready Function Executions
482 - context: always_ready_function_executions
483 - family: Functions
484 - type: line
485 - units: executions/s
486 - algorithm: incremental
487 - dimensions:
488 - - selector: app_service.always_ready_function_execution_count_total
489 - name: total
490 - - id: am_azure_app_service__always_ready_function_execution_units
491 - title: Azure App Service Always Ready Function Execution Units
492 - context: always_ready_function_execution_units
493 - family: Functions
494 - type: line
495 - units: MB-milliseconds/s
496 - algorithm: incremental
497 - dimensions:
498 - - selector: app_service.always_ready_function_execution_units_total
499 - name: total
500 - - id: am_azure_app_service__always_ready_units
501 - title: Azure App Service Always Ready Units
502 - context: always_ready_units
503 - family: Functions
504 - type: line
505 - units: units
506 - algorithm: absolute
507 - dimensions:
508 - - selector: app_service.always_ready_units_total
509 - name: total
510 - - id: am_azure_app_service__on_demand_function_executions
511 - title: Azure App Service On Demand Function Executions
512 - context: on_demand_function_executions
513 - family: Functions
514 - type: line
515 - units: executions/s
516 - algorithm: incremental
517 - dimensions:
518 - - selector: app_service.on_demand_function_execution_count_total
519 - name: total
520 - - id: am_azure_app_service__on_demand_function_execution_units
521 - title: Azure App Service On Demand Function Execution Units
522 - context: on_demand_function_execution_units
523 - family: Functions
524 - type: line
525 - units: MB-milliseconds/s
526 - algorithm: incremental
527 - dimensions:
528 - - selector: app_service.on_demand_function_execution_units_total
529 - name: total
530 - - id: am_azure_app_service__request_queue
531 - title: Azure App Service Request Queue
532 - context: request_queue
533 - family: Health
534 - type: line
535 - units: requests
536 - algorithm: absolute
537 - dimensions:
538 - - selector: app_service.requests_in_application_queue_average
539 - name: queued
540 - - id: am_azure_app_service__instances
541 - title: Azure App Service Instance Count
542 - context: instances
543 - family: Scaling
544 - type: line
545 - units: instances
546 - algorithm: absolute
547 - dimensions:
548 - - selector: app_service.instance_count_average
549 - name: running
550 - - id: am_azure_app_service__assemblies
551 - title: Azure App Service .NET Assemblies
552 - context: assemblies
553 - family: Runtime
554 - type: line
555 - units: assemblies
556 - algorithm: absolute
557 - dimensions:
558 - - selector: app_service.current_assemblies_average
559 - name: loaded
560 - - id: am_azure_app_service__app_domains
561 - title: Azure App Service App Domains
562 - context: app_domains
563 - family: Runtime
564 - type: line
565 - units: domains
566 - algorithm: absolute
567 - dimensions:
568 - - selector: app_service.total_app_domains_average
569 - name: loaded
570 - - selector: app_service.total_app_domains_unloaded_average
571 - name: unloaded
278 + - id: am_azure_app_service__requests
279 + title: Azure App Service Requests
280 + context: requests
281 + family: HTTP
282 + type: line
283 + units: requests/s
284 + algorithm: incremental
285 + dimensions:
286 + - selector: app_service.requests_total
287 + name: requests
288 + - id: am_azure_app_service__response_time
289 + title: Azure App Service Response Time
290 + context: response_time
291 + family: HTTP
292 + type: line
293 + units: seconds
294 + algorithm: absolute
295 + dimensions:
296 + - selector: app_service.http_response_time_average
297 + name: average
298 + - id: am_azure_app_service__http_status
299 + title: Azure App Service HTTP Status Codes
300 + context: http_status
301 + family: HTTP
302 + type: line
303 + units: responses/s
304 + algorithm: incremental
305 + dimensions:
306 + - selector: app_service.http2xx_total
307 + name: 2xx
308 + - selector: app_service.http3xx_total
309 + name: 3xx
310 + - selector: app_service.http4xx_total
311 + name: 4xx
312 + - selector: app_service.http5xx_total
313 + name: 5xx
314 + - id: am_azure_app_service__http_error_detail
315 + title: Azure App Service HTTP Error Detail
316 + context: http_error_detail
317 + family: HTTP
318 + type: line
319 + units: responses/s
320 + algorithm: incremental
321 + dimensions:
322 + - selector: app_service.http101_total
323 + name: 101_websocket
324 + - selector: app_service.http401_total
325 + name: 401_unauthorized
326 + - selector: app_service.http403_total
327 + name: 403_forbidden
328 + - selector: app_service.http404_total
329 + name: 404_not_found
330 + - selector: app_service.http406_total
331 + name: 406_not_acceptable
332 + - id: am_azure_app_service__cpu
333 + title: Azure App Service CPU Utilization
334 + context: cpu
335 + family: Compute
336 + type: line
337 + units: percentage
338 + algorithm: absolute
339 + dimensions:
340 + - selector: app_service.cpu_percentage_average
341 + name: average
342 + - id: am_azure_app_service__cpu_time
343 + title: Azure App Service CPU Time
344 + context: cpu_time
345 + family: Compute
346 + type: line
347 + units: seconds
348 + algorithm: incremental
349 + dimensions:
350 + - selector: app_service.cpu_time_total
351 + name: total
352 + - id: am_azure_app_service__memory_usage
353 + title: Azure App Service Memory Usage
354 + context: memory_usage
355 + family: Compute
356 + type: line
357 + units: bytes
358 + algorithm: absolute
359 + dimensions:
360 + - selector: app_service.average_memory_working_set_average
361 + name: average_working_set
362 + - selector: app_service.memory_working_set_average
363 + name: working_set
364 + - selector: app_service.private_bytes_average
365 + name: private
366 + - id: am_azure_app_service__health
367 + title: Azure App Service Health Check Status
368 + context: health
369 + family: Health
370 + type: line
371 + units: percentage
372 + algorithm: absolute
373 + dimensions:
374 + - selector: app_service.health_check_status_average
375 + name: average
376 + - id: am_azure_app_service__network_traffic
377 + title: Azure App Service Network Traffic
378 + context: network_traffic
379 + family: Network
380 + type: line
381 + units: bytes/s
382 + algorithm: incremental
383 + dimensions:
384 + - selector: app_service.bytes_received_total
385 + name: received
386 + - selector: app_service.bytes_sent_total
387 + name: sent
388 + - id: am_azure_app_service__connections
389 + title: Azure App Service Connections
390 + context: connections
391 + family: Connections
392 + type: line
393 + units: connections
394 + algorithm: absolute
395 + dimensions:
396 + - selector: app_service.app_connections_average
397 + name: average
398 + - id: am_azure_app_service__io_throughput
399 + title: Azure App Service IO Throughput
400 + context: io_throughput
401 + family: IO
402 + type: line
403 + units: bytes/s
404 + algorithm: incremental
405 + dimensions:
406 + - selector: app_service.io_read_bytes_per_second_total
407 + name: read
408 + - selector: app_service.io_write_bytes_per_second_total
409 + name: write
410 + - selector: app_service.io_other_bytes_per_second_total
411 + name: other
412 + - id: am_azure_app_service__io_operations
413 + title: Azure App Service IO Operations
414 + context: io_operations
415 + family: IO
416 + type: line
417 + units: operations/s
418 + algorithm: incremental
419 + dimensions:
420 + - selector: app_service.io_read_operations_per_second_total
421 + name: read
422 + - selector: app_service.io_write_operations_per_second_total
423 + name: write
424 + - selector: app_service.io_other_operations_per_second_total
425 + name: other
426 + - id: am_azure_app_service__threads
427 + title: Azure App Service Threads
428 + context: threads
429 + family: Runtime
430 + type: line
431 + units: threads
432 + algorithm: absolute
433 + dimensions:
434 + - selector: app_service.threads_average
435 + name: average
436 + - id: am_azure_app_service__handles
437 + title: Azure App Service Handles
438 + context: handles
439 + family: Runtime
440 + type: line
441 + units: handles
442 + algorithm: absolute
443 + dimensions:
444 + - selector: app_service.handles_average
445 + name: average
446 + - id: am_azure_app_service__gc_collections
447 + title: Azure App Service .NET GC Collections
448 + context: gc_collections
449 + family: Runtime
450 + type: line
451 + units: collections/s
452 + algorithm: incremental
453 + dimensions:
454 + - selector: app_service.gen0_collections_total
455 + name: gen0
456 + - selector: app_service.gen1_collections_total
457 + name: gen1
458 + - selector: app_service.gen2_collections_total
459 + name: gen2
460 + - id: am_azure_app_service__function_executions
461 + title: Azure App Service Function Executions
462 + context: function_executions
463 + family: Functions
464 + type: line
465 + units: executions/s
466 + algorithm: incremental
467 + dimensions:
468 + - selector: app_service.function_execution_count_total
469 + name: total
470 + - id: am_azure_app_service__function_execution_units
471 + title: Azure App Service Function Execution Units
472 + context: function_execution_units
473 + family: Functions
474 + type: line
475 + units: MB-milliseconds/s
476 + algorithm: incremental
477 + dimensions:
478 + - selector: app_service.function_execution_units_total
479 + name: total
480 + - id: am_azure_app_service__always_ready_function_executions
481 + title: Azure App Service Always Ready Function Executions
482 + context: always_ready_function_executions
483 + family: Functions
484 + type: line
485 + units: executions/s
486 + algorithm: incremental
487 + dimensions:
488 + - selector: app_service.always_ready_function_execution_count_total
489 + name: total
490 + - id: am_azure_app_service__always_ready_function_execution_units
491 + title: Azure App Service Always Ready Function Execution Units
492 + context: always_ready_function_execution_units
493 + family: Functions
494 + type: line
495 + units: MB-milliseconds/s
496 + algorithm: incremental
497 + dimensions:
498 + - selector: app_service.always_ready_function_execution_units_total
499 + name: total
500 + - id: am_azure_app_service__always_ready_units
501 + title: Azure App Service Always Ready Units
502 + context: always_ready_units
503 + family: Functions
504 + type: line
505 + units: units
506 + algorithm: absolute
507 + dimensions:
508 + - selector: app_service.always_ready_units_total
509 + name: total
510 + - id: am_azure_app_service__on_demand_function_executions
511 + title: Azure App Service On Demand Function Executions
512 + context: on_demand_function_executions
513 + family: Functions
514 + type: line
515 + units: executions/s
516 + algorithm: incremental
517 + dimensions:
518 + - selector: app_service.on_demand_function_execution_count_total
519 + name: total
520 + - id: am_azure_app_service__on_demand_function_execution_units
521 + title: Azure App Service On Demand Function Execution Units
522 + context: on_demand_function_execution_units
523 + family: Functions
524 + type: line
525 + units: MB-milliseconds/s
526 + algorithm: incremental
527 + dimensions:
528 + - selector: app_service.on_demand_function_execution_units_total
529 + name: total
530 + - id: am_azure_app_service__request_queue
531 + title: Azure App Service Request Queue
532 + context: request_queue
533 + family: Health
534 + type: line
535 + units: requests
536 + algorithm: absolute
537 + dimensions:
538 + - selector: app_service.requests_in_application_queue_average
539 + name: queued
540 + - id: am_azure_app_service__instances
541 + title: Azure App Service Instance Count
542 + context: instances
543 + family: Scaling
544 + type: line
545 + units: instances
546 + algorithm: absolute
547 + dimensions:
548 + - selector: app_service.instance_count_average
549 + name: running
550 + - id: am_azure_app_service__assemblies
551 + title: Azure App Service .NET Assemblies
552 + context: assemblies
553 + family: Runtime
554 + type: line
555 + units: assemblies
556 + algorithm: absolute
557 + dimensions:
558 + - selector: app_service.current_assemblies_average
559 + name: loaded
560 + - id: am_azure_app_service__app_domains
561 + title: Azure App Service App Domains
562 + context: app_domains
563 + family: Runtime
564 + type: line
565 + units: domains
566 + algorithm: absolute
567 + dimensions:
568 + - selector: app_service.total_app_domains_average
569 + name: loaded
570 + - selector: app_service.total_app_domains_unloaded_average
571 + name: unloaded
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/application_gateway.yaml
+446 -446
@@ -3,457 +3,457 @@ id: application_gateway
3 name: Azure Application Gateway
4 resource_type: Microsoft.Network/applicationGateways
5 metrics:
6 -- id: throughput
7 - azure_name: Throughput
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: bytes_received
13 - azure_name: BytesReceived
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: bytes_sent
19 - azure_name: BytesSent
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: total_requests
25 - azure_name: TotalRequests
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: failed_requests
31 - azure_name: FailedRequests
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: response_status
37 - azure_name: ResponseStatus
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: backend_response_status
43 - azure_name: BackendResponseStatus
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: healthy_host_count
49 - azure_name: HealthyHostCount
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: unhealthy_host_count
55 - azure_name: UnhealthyHostCount
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: avg_request_count_per_healthy_host
61 - azure_name: AvgRequestCountPerHealthyHost
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: application_gateway_total_time
67 - azure_name: ApplicationGatewayTotalTime
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: backend_connect_time
73 - azure_name: BackendConnectTime
74 - time_grain: PT1M
75 - series:
76 - - aggregation: average
77 - kind: gauge
78 -- id: backend_first_byte_response_time
79 - azure_name: BackendFirstByteResponseTime
80 - time_grain: PT1M
81 - series:
82 - - aggregation: average
83 - kind: gauge
84 -- id: backend_last_byte_response_time
85 - azure_name: BackendLastByteResponseTime
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: client_rtt
91 - azure_name: ClientRtt
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: current_connections
97 - azure_name: CurrentConnections
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: gauge
102 -- id: new_connections_per_second
103 - azure_name: NewConnectionsPerSecond
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: capacity_units
109 - azure_name: CapacityUnits
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: compute_units
115 - azure_name: ComputeUnits
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: estimated_billed_capacity_units
121 - azure_name: EstimatedBilledCapacityUnits
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: fixed_billable_capacity_units
127 - azure_name: FixedBillableCapacityUnits
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: cpu_utilization
133 - azure_name: CpuUtilization
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: tls_protocol
139 - azure_name: TlsProtocol
140 - time_grain: PT1M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: web_socket_active_connections
145 - azure_name: WebSocketActiveConnections
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: gauge
150 -- id: websocket_specific_close_status_code
151 - azure_name: WebsocketSpecificCloseStatusCode
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: azwaf_total_requests
157 - azure_name: AzwafTotalRequests
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: blocked_count
163 - azure_name: BlockedCount
164 - time_grain: PT1M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: matched_count
169 - azure_name: MatchedCount
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: azwaf_bot_protection
175 - azure_name: AzwafBotProtection
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: azwaf_custom_rule
181 - azure_name: AzwafCustomRule
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
186 -- id: azwaf_sec_rule
187 - azure_name: AzwafSecRule
188 - time_grain: PT1M
189 - series:
190 - - aggregation: total
191 - kind: counter
192 -- id: az_waf_captcha_challenge_request_count
193 - azure_name: AzWAFCaptchaChallengeRequestCount
194 - time_grain: PT1M
195 - series:
196 - - aggregation: total
197 - kind: counter
198 -- id: az_wafjs_challenge_request_count
199 - azure_name: AzWAFJSChallengeRequestCount
200 - time_grain: PT1M
201 - series:
202 - - aggregation: total
203 - kind: counter
204 -- id: azwaf_penalty_box_hits
205 - azure_name: AzwafPenaltyBoxHits
206 - time_grain: PT1M
207 - series:
208 - - aggregation: total
209 - kind: counter
210 -- id: azwaf_penalty_box_size
211 - azure_name: AzwafPenaltyBoxSize
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
6 + - id: throughput
7 + azure_name: Throughput
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: bytes_received
13 + azure_name: BytesReceived
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: bytes_sent
19 + azure_name: BytesSent
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: total_requests
25 + azure_name: TotalRequests
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: failed_requests
31 + azure_name: FailedRequests
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: response_status
37 + azure_name: ResponseStatus
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: backend_response_status
43 + azure_name: BackendResponseStatus
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: healthy_host_count
49 + azure_name: HealthyHostCount
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: unhealthy_host_count
55 + azure_name: UnhealthyHostCount
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: avg_request_count_per_healthy_host
61 + azure_name: AvgRequestCountPerHealthyHost
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: application_gateway_total_time
67 + azure_name: ApplicationGatewayTotalTime
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: backend_connect_time
73 + azure_name: BackendConnectTime
74 + time_grain: PT1M
75 + series:
76 + - aggregation: average
77 + kind: gauge
78 + - id: backend_first_byte_response_time
79 + azure_name: BackendFirstByteResponseTime
80 + time_grain: PT1M
81 + series:
82 + - aggregation: average
83 + kind: gauge
84 + - id: backend_last_byte_response_time
85 + azure_name: BackendLastByteResponseTime
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: client_rtt
91 + azure_name: ClientRtt
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: current_connections
97 + azure_name: CurrentConnections
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: gauge
102 + - id: new_connections_per_second
103 + azure_name: NewConnectionsPerSecond
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: capacity_units
109 + azure_name: CapacityUnits
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: compute_units
115 + azure_name: ComputeUnits
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: estimated_billed_capacity_units
121 + azure_name: EstimatedBilledCapacityUnits
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: fixed_billable_capacity_units
127 + azure_name: FixedBillableCapacityUnits
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: cpu_utilization
133 + azure_name: CpuUtilization
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: tls_protocol
139 + azure_name: TlsProtocol
140 + time_grain: PT1M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: web_socket_active_connections
145 + azure_name: WebSocketActiveConnections
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: gauge
150 + - id: websocket_specific_close_status_code
151 + azure_name: WebsocketSpecificCloseStatusCode
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: azwaf_total_requests
157 + azure_name: AzwafTotalRequests
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: blocked_count
163 + azure_name: BlockedCount
164 + time_grain: PT1M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: matched_count
169 + azure_name: MatchedCount
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: azwaf_bot_protection
175 + azure_name: AzwafBotProtection
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: azwaf_custom_rule
181 + azure_name: AzwafCustomRule
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 + - id: azwaf_sec_rule
187 + azure_name: AzwafSecRule
188 + time_grain: PT1M
189 + series:
190 + - aggregation: total
191 + kind: counter
192 + - id: az_waf_captcha_challenge_request_count
193 + azure_name: AzWAFCaptchaChallengeRequestCount
194 + time_grain: PT1M
195 + series:
196 + - aggregation: total
197 + kind: counter
198 + - id: az_wafjs_challenge_request_count
199 + azure_name: AzWAFJSChallengeRequestCount
200 + time_grain: PT1M
201 + series:
202 + - aggregation: total
203 + kind: counter
204 + - id: azwaf_penalty_box_hits
205 + azure_name: AzwafPenaltyBoxHits
206 + time_grain: PT1M
207 + series:
208 + - aggregation: total
209 + kind: counter
210 + - id: azwaf_penalty_box_size
211 + azure_name: AzwafPenaltyBoxSize
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 template:
217 family: Azure Application Gateway
218 context_namespace: application_gateway
219 chart_defaults:
220 label_promotion:
221 - - resource_name
222 - - resource_group
223 - - region
224 - - resource_type
225 - - profile
221 + - resource_name
222 + - resource_group
223 + - region
224 + - resource_type
225 + - profile
226 instances:
227 by_labels:
228 - - resource_uid
228 + - resource_uid
229 charts:
230 - - id: am_azure_application_gateway__throughput
231 - title: Azure Application Gateway Throughput
232 - context: throughput
233 - family: Traffic
234 - type: line
235 - units: bytes/s
236 - algorithm: absolute
237 - dimensions:
238 - - selector: application_gateway.throughput_average
239 - name: average
240 - - id: am_azure_application_gateway__traffic_volume
241 - title: Azure Application Gateway Traffic Volume
242 - context: traffic_volume
243 - family: Traffic
244 - type: line
245 - units: bytes/s
246 - algorithm: incremental
247 - dimensions:
248 - - selector: application_gateway.bytes_received_total
249 - name: received
250 - - selector: application_gateway.bytes_sent_total
251 - name: sent
252 - - id: am_azure_application_gateway__requests
253 - title: Azure Application Gateway Requests
254 - context: requests
255 - family: Traffic
256 - type: line
257 - units: requests/s
258 - algorithm: incremental
259 - dimensions:
260 - - selector: application_gateway.total_requests_total
261 - name: total
262 - - selector: application_gateway.failed_requests_total
263 - name: failed
264 - - id: am_azure_application_gateway__response_status
265 - title: Azure Application Gateway Response Status
266 - context: response_status
267 - family: Traffic
268 - type: line
269 - units: responses/s
270 - algorithm: incremental
271 - dimensions:
272 - - selector: application_gateway.response_status_total
273 - name: gateway
274 - - selector: application_gateway.backend_response_status_total
275 - name: backend
276 - - id: am_azure_application_gateway__backend_health
277 - title: Azure Application Gateway Backend Health
278 - context: backend_health
279 - family: Backend
280 - type: line
281 - units: hosts
282 - algorithm: absolute
283 - dimensions:
284 - - selector: application_gateway.healthy_host_count_average
285 - name: healthy
286 - - selector: application_gateway.unhealthy_host_count_average
287 - name: unhealthy
288 - - id: am_azure_application_gateway__backend_request_load
289 - title: Azure Application Gateway Backend Request Load
290 - context: backend_request_load
291 - family: Backend
292 - type: line
293 - units: requests
294 - algorithm: absolute
295 - dimensions:
296 - - selector: application_gateway.avg_request_count_per_healthy_host_average
297 - name: per_healthy_host
298 - - id: am_azure_application_gateway__backend_latency
299 - title: Azure Application Gateway Backend Latency
300 - context: backend_latency
301 - family: Backend
302 - type: line
303 - units: milliseconds
304 - algorithm: absolute
305 - dimensions:
306 - - selector: application_gateway.backend_connect_time_average
307 - name: connect
308 - - selector: application_gateway.backend_first_byte_response_time_average
309 - name: first_byte
310 - - selector: application_gateway.backend_last_byte_response_time_average
311 - name: last_byte
312 - - id: am_azure_application_gateway__client_latency
313 - title: Azure Application Gateway Client Latency
314 - context: client_latency
315 - family: Latency
316 - type: line
317 - units: milliseconds
318 - algorithm: absolute
319 - dimensions:
320 - - selector: application_gateway.application_gateway_total_time_average
321 - name: total_time
322 - - selector: application_gateway.client_rtt_average
323 - name: client_rtt
324 - - id: am_azure_application_gateway__current_connections
325 - title: Azure Application Gateway Current Connections
326 - context: current_connections
327 - family: Connections
328 - type: line
329 - units: connections
330 - algorithm: absolute
331 - dimensions:
332 - - selector: application_gateway.current_connections_total
333 - name: current
334 - - id: am_azure_application_gateway__new_connections
335 - title: Azure Application Gateway New Connections
336 - context: new_connections
337 - family: Connections
338 - type: line
339 - units: connections/s
340 - algorithm: absolute
341 - dimensions:
342 - - selector: application_gateway.new_connections_per_second_average
343 - name: average
344 - - id: am_azure_application_gateway__websocket_connections
345 - title: Azure Application Gateway WebSocket Connections
346 - context: websocket_connections
347 - family: Connections
348 - type: line
349 - units: connections
350 - algorithm: absolute
351 - dimensions:
352 - - selector: application_gateway.web_socket_active_connections_total
353 - name: active
354 - - id: am_azure_application_gateway__websocket_close_codes
355 - title: Azure Application Gateway WebSocket Close Codes
356 - context: websocket_close_codes
357 - family: Connections
358 - type: line
359 - units: connections/s
360 - algorithm: incremental
361 - dimensions:
362 - - selector: application_gateway.websocket_specific_close_status_code_total
363 - name: total
364 - - id: am_azure_application_gateway__capacity
365 - title: Azure Application Gateway Capacity
366 - context: capacity
367 - family: Capacity
368 - type: line
369 - units: units
370 - algorithm: absolute
371 - dimensions:
372 - - selector: application_gateway.capacity_units_average
373 - name: capacity
374 - - selector: application_gateway.compute_units_average
375 - name: compute
376 - - selector: application_gateway.estimated_billed_capacity_units_average
377 - name: billed
378 - - selector: application_gateway.fixed_billable_capacity_units_average
379 - name: fixed_billed
380 - - id: am_azure_application_gateway__cpu
381 - title: Azure Application Gateway CPU Utilization
382 - context: cpu
383 - family: Capacity
384 - type: line
385 - units: percentage
386 - algorithm: absolute
387 - dimensions:
388 - - selector: application_gateway.cpu_utilization_average
389 - name: average
390 - - id: am_azure_application_gateway__tls_connections
391 - title: Azure Application Gateway TLS Connections
392 - context: tls_connections
393 - family: Security
394 - type: line
395 - units: connections/s
396 - algorithm: incremental
397 - dimensions:
398 - - selector: application_gateway.tls_protocol_total
399 - name: total
400 - - id: am_azure_application_gateway__waf_requests
401 - title: Azure Application Gateway WAF Requests
402 - context: waf_requests
403 - family: WAF
404 - type: line
405 - units: requests/s
406 - algorithm: incremental
407 - dimensions:
408 - - selector: application_gateway.azwaf_total_requests_total
409 - name: total
410 - - selector: application_gateway.blocked_count_total
411 - name: blocked
412 - - selector: application_gateway.matched_count_total
413 - name: matched
414 - - id: am_azure_application_gateway__waf_rule_matches
415 - title: Azure Application Gateway WAF Rule Matches
416 - context: waf_rule_matches
417 - family: WAF
418 - type: line
419 - units: matches/s
420 - algorithm: incremental
421 - dimensions:
422 - - selector: application_gateway.azwaf_sec_rule_total
423 - name: managed
424 - - selector: application_gateway.azwaf_custom_rule_total
425 - name: custom
426 - - selector: application_gateway.azwaf_bot_protection_total
427 - name: bot
428 - - id: am_azure_application_gateway__waf_challenges
429 - title: Azure Application Gateway WAF Challenges
430 - context: waf_challenges
431 - family: WAF
432 - type: line
433 - units: requests/s
434 - algorithm: incremental
435 - dimensions:
436 - - selector: application_gateway.az_waf_captcha_challenge_request_count_total
437 - name: captcha
438 - - selector: application_gateway.az_wafjs_challenge_request_count_total
439 - name: js_challenge
440 - - id: am_azure_application_gateway__waf_penalty_box
441 - title: Azure Application Gateway WAF Penalty Box
442 - context: waf_penalty_box
443 - family: WAF
444 - type: line
445 - units: IPs
446 - algorithm: absolute
447 - dimensions:
448 - - selector: application_gateway.azwaf_penalty_box_size_average
449 - name: size
450 - - id: am_azure_application_gateway__waf_penalty_box_hits
451 - title: Azure Application Gateway WAF Penalty Box Hits
452 - context: waf_penalty_box_hits
453 - family: WAF
454 - type: line
455 - units: hits/s
456 - algorithm: incremental
457 - dimensions:
458 - - selector: application_gateway.azwaf_penalty_box_hits_total
459 - name: total
230 + - id: am_azure_application_gateway__throughput
231 + title: Azure Application Gateway Throughput
232 + context: throughput
233 + family: Traffic
234 + type: line
235 + units: bytes/s
236 + algorithm: absolute
237 + dimensions:
238 + - selector: application_gateway.throughput_average
239 + name: average
240 + - id: am_azure_application_gateway__traffic_volume
241 + title: Azure Application Gateway Traffic Volume
242 + context: traffic_volume
243 + family: Traffic
244 + type: line
245 + units: bytes/s
246 + algorithm: incremental
247 + dimensions:
248 + - selector: application_gateway.bytes_received_total
249 + name: received
250 + - selector: application_gateway.bytes_sent_total
251 + name: sent
252 + - id: am_azure_application_gateway__requests
253 + title: Azure Application Gateway Requests
254 + context: requests
255 + family: Traffic
256 + type: line
257 + units: requests/s
258 + algorithm: incremental
259 + dimensions:
260 + - selector: application_gateway.total_requests_total
261 + name: total
262 + - selector: application_gateway.failed_requests_total
263 + name: failed
264 + - id: am_azure_application_gateway__response_status
265 + title: Azure Application Gateway Response Status
266 + context: response_status
267 + family: Traffic
268 + type: line
269 + units: responses/s
270 + algorithm: incremental
271 + dimensions:
272 + - selector: application_gateway.response_status_total
273 + name: gateway
274 + - selector: application_gateway.backend_response_status_total
275 + name: backend
276 + - id: am_azure_application_gateway__backend_health
277 + title: Azure Application Gateway Backend Health
278 + context: backend_health
279 + family: Backend
280 + type: line
281 + units: hosts
282 + algorithm: absolute
283 + dimensions:
284 + - selector: application_gateway.healthy_host_count_average
285 + name: healthy
286 + - selector: application_gateway.unhealthy_host_count_average
287 + name: unhealthy
288 + - id: am_azure_application_gateway__backend_request_load
289 + title: Azure Application Gateway Backend Request Load
290 + context: backend_request_load
291 + family: Backend
292 + type: line
293 + units: requests
294 + algorithm: absolute
295 + dimensions:
296 + - selector: application_gateway.avg_request_count_per_healthy_host_average
297 + name: per_healthy_host
298 + - id: am_azure_application_gateway__backend_latency
299 + title: Azure Application Gateway Backend Latency
300 + context: backend_latency
301 + family: Backend
302 + type: line
303 + units: milliseconds
304 + algorithm: absolute
305 + dimensions:
306 + - selector: application_gateway.backend_connect_time_average
307 + name: connect
308 + - selector: application_gateway.backend_first_byte_response_time_average
309 + name: first_byte
310 + - selector: application_gateway.backend_last_byte_response_time_average
311 + name: last_byte
312 + - id: am_azure_application_gateway__client_latency
313 + title: Azure Application Gateway Client Latency
314 + context: client_latency
315 + family: Latency
316 + type: line
317 + units: milliseconds
318 + algorithm: absolute
319 + dimensions:
320 + - selector: application_gateway.application_gateway_total_time_average
321 + name: total_time
322 + - selector: application_gateway.client_rtt_average
323 + name: client_rtt
324 + - id: am_azure_application_gateway__current_connections
325 + title: Azure Application Gateway Current Connections
326 + context: current_connections
327 + family: Connections
328 + type: line
329 + units: connections
330 + algorithm: absolute
331 + dimensions:
332 + - selector: application_gateway.current_connections_total
333 + name: current
334 + - id: am_azure_application_gateway__new_connections
335 + title: Azure Application Gateway New Connections
336 + context: new_connections
337 + family: Connections
338 + type: line
339 + units: connections/s
340 + algorithm: absolute
341 + dimensions:
342 + - selector: application_gateway.new_connections_per_second_average
343 + name: average
344 + - id: am_azure_application_gateway__websocket_connections
345 + title: Azure Application Gateway WebSocket Connections
346 + context: websocket_connections
347 + family: Connections
348 + type: line
349 + units: connections
350 + algorithm: absolute
351 + dimensions:
352 + - selector: application_gateway.web_socket_active_connections_total
353 + name: active
354 + - id: am_azure_application_gateway__websocket_close_codes
355 + title: Azure Application Gateway WebSocket Close Codes
356 + context: websocket_close_codes
357 + family: Connections
358 + type: line
359 + units: connections/s
360 + algorithm: incremental
361 + dimensions:
362 + - selector: application_gateway.websocket_specific_close_status_code_total
363 + name: total
364 + - id: am_azure_application_gateway__capacity
365 + title: Azure Application Gateway Capacity
366 + context: capacity
367 + family: Capacity
368 + type: line
369 + units: units
370 + algorithm: absolute
371 + dimensions:
372 + - selector: application_gateway.capacity_units_average
373 + name: capacity
374 + - selector: application_gateway.compute_units_average
375 + name: compute
376 + - selector: application_gateway.estimated_billed_capacity_units_average
377 + name: billed
378 + - selector: application_gateway.fixed_billable_capacity_units_average
379 + name: fixed_billed
380 + - id: am_azure_application_gateway__cpu
381 + title: Azure Application Gateway CPU Utilization
382 + context: cpu
383 + family: Capacity
384 + type: line
385 + units: percentage
386 + algorithm: absolute
387 + dimensions:
388 + - selector: application_gateway.cpu_utilization_average
389 + name: average
390 + - id: am_azure_application_gateway__tls_connections
391 + title: Azure Application Gateway TLS Connections
392 + context: tls_connections
393 + family: Security
394 + type: line
395 + units: connections/s
396 + algorithm: incremental
397 + dimensions:
398 + - selector: application_gateway.tls_protocol_total
399 + name: total
400 + - id: am_azure_application_gateway__waf_requests
401 + title: Azure Application Gateway WAF Requests
402 + context: waf_requests
403 + family: WAF
404 + type: line
405 + units: requests/s
406 + algorithm: incremental
407 + dimensions:
408 + - selector: application_gateway.azwaf_total_requests_total
409 + name: total
410 + - selector: application_gateway.blocked_count_total
411 + name: blocked
412 + - selector: application_gateway.matched_count_total
413 + name: matched
414 + - id: am_azure_application_gateway__waf_rule_matches
415 + title: Azure Application Gateway WAF Rule Matches
416 + context: waf_rule_matches
417 + family: WAF
418 + type: line
419 + units: matches/s
420 + algorithm: incremental
421 + dimensions:
422 + - selector: application_gateway.azwaf_sec_rule_total
423 + name: managed
424 + - selector: application_gateway.azwaf_custom_rule_total
425 + name: custom
426 + - selector: application_gateway.azwaf_bot_protection_total
427 + name: bot
428 + - id: am_azure_application_gateway__waf_challenges
429 + title: Azure Application Gateway WAF Challenges
430 + context: waf_challenges
431 + family: WAF
432 + type: line
433 + units: requests/s
434 + algorithm: incremental
435 + dimensions:
436 + - selector: application_gateway.az_waf_captcha_challenge_request_count_total
437 + name: captcha
438 + - selector: application_gateway.az_wafjs_challenge_request_count_total
439 + name: js_challenge
440 + - id: am_azure_application_gateway__waf_penalty_box
441 + title: Azure Application Gateway WAF Penalty Box
442 + context: waf_penalty_box
443 + family: WAF
444 + type: line
445 + units: IPs
446 + algorithm: absolute
447 + dimensions:
448 + - selector: application_gateway.azwaf_penalty_box_size_average
449 + name: size
450 + - id: am_azure_application_gateway__waf_penalty_box_hits
451 + title: Azure Application Gateway WAF Penalty Box Hits
452 + context: waf_penalty_box_hits
453 + family: WAF
454 + type: line
455 + units: hits/s
456 + algorithm: incremental
457 + dimensions:
458 + - selector: application_gateway.azwaf_penalty_box_hits_total
459 + name: total
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/application_insights.yaml
+414 -414
@@ -3,425 +3,425 @@ id: application_insights
3 name: Azure Application Insights
4 resource_type: Microsoft.Insights/components
5 metrics:
6 -- id: availability_results_availability_percentage
7 - azure_name: availabilityResults/availabilityPercentage
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: availability_results_count
13 - azure_name: availabilityResults/count
14 - time_grain: PT1M
15 - series:
16 - - aggregation: count
17 - kind: counter
18 -- id: availability_results_duration
19 - azure_name: availabilityResults/duration
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: browser_timings_network_duration
25 - azure_name: browserTimings/networkDuration
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: browser_timings_processing_duration
31 - azure_name: browserTimings/processingDuration
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: browser_timings_receive_duration
37 - azure_name: browserTimings/receiveDuration
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: browser_timings_send_duration
43 - azure_name: browserTimings/sendDuration
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: browser_timings_total_duration
49 - azure_name: browserTimings/totalDuration
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: requests_count
55 - azure_name: requests/count
56 - time_grain: PT1M
57 - series:
58 - - aggregation: count
59 - kind: counter
60 -- id: requests_duration
61 - azure_name: requests/duration
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: requests_failed
67 - azure_name: requests/failed
68 - time_grain: PT1M
69 - series:
70 - - aggregation: count
71 - kind: counter
72 -- id: requests_rate
73 - azure_name: requests/rate
74 - time_grain: PT1M
75 - series:
76 - - aggregation: average
77 - kind: gauge
78 -- id: dependencies_count
79 - azure_name: dependencies/count
80 - time_grain: PT1M
81 - series:
82 - - aggregation: count
83 - kind: counter
84 -- id: dependencies_duration
85 - azure_name: dependencies/duration
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: dependencies_failed
91 - azure_name: dependencies/failed
92 - time_grain: PT1M
93 - series:
94 - - aggregation: count
95 - kind: counter
96 -- id: exceptions_count
97 - azure_name: exceptions/count
98 - time_grain: PT1M
99 - series:
100 - - aggregation: count
101 - kind: counter
102 -- id: exceptions_browser
103 - azure_name: exceptions/browser
104 - time_grain: PT1M
105 - series:
106 - - aggregation: count
107 - kind: counter
108 -- id: exceptions_server
109 - azure_name: exceptions/server
110 - time_grain: PT1M
111 - series:
112 - - aggregation: count
113 - kind: counter
114 -- id: performance_counters_process_cpu_percentage
115 - azure_name: performanceCounters/processCpuPercentage
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: performance_counters_processor_cpu_percentage
121 - azure_name: performanceCounters/processorCpuPercentage
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: performance_counters_memory_available_bytes
127 - azure_name: performanceCounters/memoryAvailableBytes
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: performance_counters_process_private_bytes
133 - azure_name: performanceCounters/processPrivateBytes
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: performance_counters_process_io_bytes_per_second
139 - azure_name: performanceCounters/processIOBytesPerSecond
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: performance_counters_exceptions_per_second
145 - azure_name: performanceCounters/exceptionsPerSecond
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: performance_counters_request_execution_time
151 - azure_name: performanceCounters/requestExecutionTime
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: performance_counters_requests_in_queue
157 - azure_name: performanceCounters/requestsInQueue
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: performance_counters_requests_per_second
163 - azure_name: performanceCounters/requestsPerSecond
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: page_views_count
169 - azure_name: pageViews/count
170 - time_grain: PT1M
171 - series:
172 - - aggregation: count
173 - kind: counter
174 -- id: page_views_duration
175 - azure_name: pageViews/duration
176 - time_grain: PT1M
177 - series:
178 - - aggregation: average
179 - kind: gauge
180 -- id: traces_count
181 - azure_name: traces/count
182 - time_grain: PT1M
183 - series:
184 - - aggregation: count
185 - kind: counter
6 + - id: availability_results_availability_percentage
7 + azure_name: availabilityResults/availabilityPercentage
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: availability_results_count
13 + azure_name: availabilityResults/count
14 + time_grain: PT1M
15 + series:
16 + - aggregation: count
17 + kind: counter
18 + - id: availability_results_duration
19 + azure_name: availabilityResults/duration
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: browser_timings_network_duration
25 + azure_name: browserTimings/networkDuration
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: browser_timings_processing_duration
31 + azure_name: browserTimings/processingDuration
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: browser_timings_receive_duration
37 + azure_name: browserTimings/receiveDuration
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: browser_timings_send_duration
43 + azure_name: browserTimings/sendDuration
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: browser_timings_total_duration
49 + azure_name: browserTimings/totalDuration
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: requests_count
55 + azure_name: requests/count
56 + time_grain: PT1M
57 + series:
58 + - aggregation: count
59 + kind: counter
60 + - id: requests_duration
61 + azure_name: requests/duration
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: requests_failed
67 + azure_name: requests/failed
68 + time_grain: PT1M
69 + series:
70 + - aggregation: count
71 + kind: counter
72 + - id: requests_rate
73 + azure_name: requests/rate
74 + time_grain: PT1M
75 + series:
76 + - aggregation: average
77 + kind: gauge
78 + - id: dependencies_count
79 + azure_name: dependencies/count
80 + time_grain: PT1M
81 + series:
82 + - aggregation: count
83 + kind: counter
84 + - id: dependencies_duration
85 + azure_name: dependencies/duration
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: dependencies_failed
91 + azure_name: dependencies/failed
92 + time_grain: PT1M
93 + series:
94 + - aggregation: count
95 + kind: counter
96 + - id: exceptions_count
97 + azure_name: exceptions/count
98 + time_grain: PT1M
99 + series:
100 + - aggregation: count
101 + kind: counter
102 + - id: exceptions_browser
103 + azure_name: exceptions/browser
104 + time_grain: PT1M
105 + series:
106 + - aggregation: count
107 + kind: counter
108 + - id: exceptions_server
109 + azure_name: exceptions/server
110 + time_grain: PT1M
111 + series:
112 + - aggregation: count
113 + kind: counter
114 + - id: performance_counters_process_cpu_percentage
115 + azure_name: performanceCounters/processCpuPercentage
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: performance_counters_processor_cpu_percentage
121 + azure_name: performanceCounters/processorCpuPercentage
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: performance_counters_memory_available_bytes
127 + azure_name: performanceCounters/memoryAvailableBytes
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: performance_counters_process_private_bytes
133 + azure_name: performanceCounters/processPrivateBytes
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: performance_counters_process_io_bytes_per_second
139 + azure_name: performanceCounters/processIOBytesPerSecond
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: performance_counters_exceptions_per_second
145 + azure_name: performanceCounters/exceptionsPerSecond
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: performance_counters_request_execution_time
151 + azure_name: performanceCounters/requestExecutionTime
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: performance_counters_requests_in_queue
157 + azure_name: performanceCounters/requestsInQueue
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: performance_counters_requests_per_second
163 + azure_name: performanceCounters/requestsPerSecond
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: page_views_count
169 + azure_name: pageViews/count
170 + time_grain: PT1M
171 + series:
172 + - aggregation: count
173 + kind: counter
174 + - id: page_views_duration
175 + azure_name: pageViews/duration
176 + time_grain: PT1M
177 + series:
178 + - aggregation: average
179 + kind: gauge
180 + - id: traces_count
181 + azure_name: traces/count
182 + time_grain: PT1M
183 + series:
184 + - aggregation: count
185 + kind: counter
186 template:
187 family: Azure Application Insights
188 context_namespace: application_insights
189 chart_defaults:
190 label_promotion:
191 - - resource_name
192 - - resource_group
193 - - region
194 - - resource_type
195 - - profile
191 + - resource_name
192 + - resource_group
193 + - region
194 + - resource_type
195 + - profile
196 instances:
197 by_labels:
198 - - resource_uid
198 + - resource_uid
199 charts:
200 - - id: am_azure_application_insights__availability_percentage
201 - title: Azure Application Insights Availability
202 - context: availability_percentage
203 - family: Availability
204 - type: line
205 - units: percentage
206 - algorithm: absolute
207 - dimensions:
208 - - selector: application_insights.availability_results_availability_percentage_average
209 - name: average
210 - - id: am_azure_application_insights__availability_tests
211 - title: Azure Application Insights Availability Tests
212 - context: availability_tests
213 - family: Availability
214 - type: line
215 - units: tests/s
216 - algorithm: incremental
217 - dimensions:
218 - - selector: application_insights.availability_results_count_count
219 - name: tests
220 - - id: am_azure_application_insights__availability_duration
221 - title: Azure Application Insights Availability Test Duration
222 - context: availability_duration
223 - family: Availability
224 - type: line
225 - units: milliseconds
226 - algorithm: absolute
227 - dimensions:
228 - - selector: application_insights.availability_results_duration_average
229 - name: average
230 - - id: am_azure_application_insights__server_requests
231 - title: Azure Application Insights Server Requests
232 - context: server_requests
233 - family: Requests
234 - type: line
235 - units: requests/s
236 - algorithm: incremental
237 - dimensions:
238 - - selector: application_insights.requests_count_count
239 - name: total
240 - - selector: application_insights.requests_failed_count
241 - name: failed
242 - - id: am_azure_application_insights__server_request_rate
243 - title: Azure Application Insights Server Request Rate
244 - context: server_request_rate
245 - family: Requests
246 - type: line
247 - units: requests/s
248 - algorithm: absolute
249 - dimensions:
250 - - selector: application_insights.requests_rate_average
251 - name: average
252 - - id: am_azure_application_insights__server_response_time
253 - title: Azure Application Insights Server Response Time
254 - context: server_response_time
255 - family: Requests
256 - type: line
257 - units: milliseconds
258 - algorithm: absolute
259 - dimensions:
260 - - selector: application_insights.requests_duration_average
261 - name: average
262 - - id: am_azure_application_insights__dependency_calls
263 - title: Azure Application Insights Dependency Calls
264 - context: dependency_calls
265 - family: Dependencies
266 - type: line
267 - units: calls/s
268 - algorithm: incremental
269 - dimensions:
270 - - selector: application_insights.dependencies_count_count
271 - name: total
272 - - selector: application_insights.dependencies_failed_count
273 - name: failed
274 - - id: am_azure_application_insights__dependency_duration
275 - title: Azure Application Insights Dependency Duration
276 - context: dependency_duration
277 - family: Dependencies
278 - type: line
279 - units: milliseconds
280 - algorithm: absolute
281 - dimensions:
282 - - selector: application_insights.dependencies_duration_average
283 - name: average
284 - - id: am_azure_application_insights__exceptions
285 - title: Azure Application Insights Exceptions
286 - context: exceptions
287 - family: Exceptions
288 - type: line
289 - units: exceptions/s
290 - algorithm: incremental
291 - dimensions:
292 - - selector: application_insights.exceptions_count_count
293 - name: total
294 - - selector: application_insights.exceptions_browser_count
295 - name: browser
296 - - selector: application_insights.exceptions_server_count
297 - name: server
298 - - id: am_azure_application_insights__browser_page_load_time
299 - title: Azure Application Insights Browser Page Load Time
300 - context: browser_page_load_time
301 - family: Browser
302 - type: line
303 - units: milliseconds
304 - algorithm: absolute
305 - dimensions:
306 - - selector: application_insights.browser_timings_total_duration_average
307 - name: total
308 - - id: am_azure_application_insights__browser_timing_breakdown
309 - title: Azure Application Insights Browser Timing Breakdown
310 - context: browser_timing_breakdown
311 - family: Browser
312 - type: line
313 - units: milliseconds
314 - algorithm: absolute
315 - dimensions:
316 - - selector: application_insights.browser_timings_network_duration_average
317 - name: network
318 - - selector: application_insights.browser_timings_send_duration_average
319 - name: send
320 - - selector: application_insights.browser_timings_receive_duration_average
321 - name: receive
322 - - selector: application_insights.browser_timings_processing_duration_average
323 - name: processing
324 - - id: am_azure_application_insights__cpu_utilization
325 - title: Azure Application Insights CPU Utilization
326 - context: cpu_utilization
327 - family: Performance
328 - type: line
329 - units: percentage
330 - algorithm: absolute
331 - dimensions:
332 - - selector: application_insights.performance_counters_process_cpu_percentage_average
333 - name: process
334 - - selector: application_insights.performance_counters_processor_cpu_percentage_average
335 - name: processor
336 - - id: am_azure_application_insights__memory
337 - title: Azure Application Insights Memory
338 - context: memory
339 - family: Performance
340 - type: line
341 - units: bytes
342 - algorithm: absolute
343 - dimensions:
344 - - selector: application_insights.performance_counters_memory_available_bytes_average
345 - name: available
346 - - selector: application_insights.performance_counters_process_private_bytes_average
347 - name: private
348 - - id: am_azure_application_insights__process_io_rate
349 - title: Azure Application Insights Process IO Rate
350 - context: process_io_rate
351 - family: Performance
352 - type: line
353 - units: bytes/s
354 - algorithm: absolute
355 - dimensions:
356 - - selector: application_insights.performance_counters_process_io_bytes_per_second_average
357 - name: average
358 - - id: am_azure_application_insights__exception_rate
359 - title: Azure Application Insights Exception Rate
360 - context: exception_rate
361 - family: Performance
362 - type: line
363 - units: exceptions/s
364 - algorithm: absolute
365 - dimensions:
366 - - selector: application_insights.performance_counters_exceptions_per_second_average
367 - name: average
368 - - id: am_azure_application_insights__http_request_execution_time
369 - title: Azure Application Insights HTTP Request Execution Time
370 - context: http_request_execution_time
371 - family: Performance
372 - type: line
373 - units: milliseconds
374 - algorithm: absolute
375 - dimensions:
376 - - selector: application_insights.performance_counters_request_execution_time_average
377 - name: average
378 - - id: am_azure_application_insights__http_request_queue
379 - title: Azure Application Insights HTTP Requests in Queue
380 - context: http_request_queue
381 - family: Performance
382 - type: line
383 - units: requests
384 - algorithm: absolute
385 - dimensions:
386 - - selector: application_insights.performance_counters_requests_in_queue_average
387 - name: queued
388 - - id: am_azure_application_insights__http_request_rate
389 - title: Azure Application Insights HTTP Request Rate
390 - context: http_request_rate
391 - family: Performance
392 - type: line
393 - units: requests/s
394 - algorithm: absolute
395 - dimensions:
396 - - selector: application_insights.performance_counters_requests_per_second_average
397 - name: average
398 - - id: am_azure_application_insights__page_views
399 - title: Azure Application Insights Page Views
400 - context: page_views
401 - family: Usage
402 - type: line
403 - units: views/s
404 - algorithm: incremental
405 - dimensions:
406 - - selector: application_insights.page_views_count_count
407 - name: views
408 - - id: am_azure_application_insights__page_view_load_time
409 - title: Azure Application Insights Page View Load Time
410 - context: page_view_load_time
411 - family: Usage
412 - type: line
413 - units: milliseconds
414 - algorithm: absolute
415 - dimensions:
416 - - selector: application_insights.page_views_duration_average
417 - name: average
418 - - id: am_azure_application_insights__traces
419 - title: Azure Application Insights Traces
420 - context: traces
421 - family: Usage
422 - type: line
423 - units: traces/s
424 - algorithm: incremental
425 - dimensions:
426 - - selector: application_insights.traces_count_count
427 - name: traces
200 + - id: am_azure_application_insights__availability_percentage
201 + title: Azure Application Insights Availability
202 + context: availability_percentage
203 + family: Availability
204 + type: line
205 + units: percentage
206 + algorithm: absolute
207 + dimensions:
208 + - selector: application_insights.availability_results_availability_percentage_average
209 + name: average
210 + - id: am_azure_application_insights__availability_tests
211 + title: Azure Application Insights Availability Tests
212 + context: availability_tests
213 + family: Availability
214 + type: line
215 + units: tests/s
216 + algorithm: incremental
217 + dimensions:
218 + - selector: application_insights.availability_results_count_count
219 + name: tests
220 + - id: am_azure_application_insights__availability_duration
221 + title: Azure Application Insights Availability Test Duration
222 + context: availability_duration
223 + family: Availability
224 + type: line
225 + units: milliseconds
226 + algorithm: absolute
227 + dimensions:
228 + - selector: application_insights.availability_results_duration_average
229 + name: average
230 + - id: am_azure_application_insights__server_requests
231 + title: Azure Application Insights Server Requests
232 + context: server_requests
233 + family: Requests
234 + type: line
235 + units: requests/s
236 + algorithm: incremental
237 + dimensions:
238 + - selector: application_insights.requests_count_count
239 + name: total
240 + - selector: application_insights.requests_failed_count
241 + name: failed
242 + - id: am_azure_application_insights__server_request_rate
243 + title: Azure Application Insights Server Request Rate
244 + context: server_request_rate
245 + family: Requests
246 + type: line
247 + units: requests/s
248 + algorithm: absolute
249 + dimensions:
250 + - selector: application_insights.requests_rate_average
251 + name: average
252 + - id: am_azure_application_insights__server_response_time
253 + title: Azure Application Insights Server Response Time
254 + context: server_response_time
255 + family: Requests
256 + type: line
257 + units: milliseconds
258 + algorithm: absolute
259 + dimensions:
260 + - selector: application_insights.requests_duration_average
261 + name: average
262 + - id: am_azure_application_insights__dependency_calls
263 + title: Azure Application Insights Dependency Calls
264 + context: dependency_calls
265 + family: Dependencies
266 + type: line
267 + units: calls/s
268 + algorithm: incremental
269 + dimensions:
270 + - selector: application_insights.dependencies_count_count
271 + name: total
272 + - selector: application_insights.dependencies_failed_count
273 + name: failed
274 + - id: am_azure_application_insights__dependency_duration
275 + title: Azure Application Insights Dependency Duration
276 + context: dependency_duration
277 + family: Dependencies
278 + type: line
279 + units: milliseconds
280 + algorithm: absolute
281 + dimensions:
282 + - selector: application_insights.dependencies_duration_average
283 + name: average
284 + - id: am_azure_application_insights__exceptions
285 + title: Azure Application Insights Exceptions
286 + context: exceptions
287 + family: Exceptions
288 + type: line
289 + units: exceptions/s
290 + algorithm: incremental
291 + dimensions:
292 + - selector: application_insights.exceptions_count_count
293 + name: total
294 + - selector: application_insights.exceptions_browser_count
295 + name: browser
296 + - selector: application_insights.exceptions_server_count
297 + name: server
298 + - id: am_azure_application_insights__browser_page_load_time
299 + title: Azure Application Insights Browser Page Load Time
300 + context: browser_page_load_time
301 + family: Browser
302 + type: line
303 + units: milliseconds
304 + algorithm: absolute
305 + dimensions:
306 + - selector: application_insights.browser_timings_total_duration_average
307 + name: total
308 + - id: am_azure_application_insights__browser_timing_breakdown
309 + title: Azure Application Insights Browser Timing Breakdown
310 + context: browser_timing_breakdown
311 + family: Browser
312 + type: line
313 + units: milliseconds
314 + algorithm: absolute
315 + dimensions:
316 + - selector: application_insights.browser_timings_network_duration_average
317 + name: network
318 + - selector: application_insights.browser_timings_send_duration_average
319 + name: send
320 + - selector: application_insights.browser_timings_receive_duration_average
321 + name: receive
322 + - selector: application_insights.browser_timings_processing_duration_average
323 + name: processing
324 + - id: am_azure_application_insights__cpu_utilization
325 + title: Azure Application Insights CPU Utilization
326 + context: cpu_utilization
327 + family: Performance
328 + type: line
329 + units: percentage
330 + algorithm: absolute
331 + dimensions:
332 + - selector: application_insights.performance_counters_process_cpu_percentage_average
333 + name: process
334 + - selector: application_insights.performance_counters_processor_cpu_percentage_average
335 + name: processor
336 + - id: am_azure_application_insights__memory
337 + title: Azure Application Insights Memory
338 + context: memory
339 + family: Performance
340 + type: line
341 + units: bytes
342 + algorithm: absolute
343 + dimensions:
344 + - selector: application_insights.performance_counters_memory_available_bytes_average
345 + name: available
346 + - selector: application_insights.performance_counters_process_private_bytes_average
347 + name: private
348 + - id: am_azure_application_insights__process_io_rate
349 + title: Azure Application Insights Process IO Rate
350 + context: process_io_rate
351 + family: Performance
352 + type: line
353 + units: bytes/s
354 + algorithm: absolute
355 + dimensions:
356 + - selector: application_insights.performance_counters_process_io_bytes_per_second_average
357 + name: average
358 + - id: am_azure_application_insights__exception_rate
359 + title: Azure Application Insights Exception Rate
360 + context: exception_rate
361 + family: Performance
362 + type: line
363 + units: exceptions/s
364 + algorithm: absolute
365 + dimensions:
366 + - selector: application_insights.performance_counters_exceptions_per_second_average
367 + name: average
368 + - id: am_azure_application_insights__http_request_execution_time
369 + title: Azure Application Insights HTTP Request Execution Time
370 + context: http_request_execution_time
371 + family: Performance
372 + type: line
373 + units: milliseconds
374 + algorithm: absolute
375 + dimensions:
376 + - selector: application_insights.performance_counters_request_execution_time_average
377 + name: average
378 + - id: am_azure_application_insights__http_request_queue
379 + title: Azure Application Insights HTTP Requests in Queue
380 + context: http_request_queue
381 + family: Performance
382 + type: line
383 + units: requests
384 + algorithm: absolute
385 + dimensions:
386 + - selector: application_insights.performance_counters_requests_in_queue_average
387 + name: queued
388 + - id: am_azure_application_insights__http_request_rate
389 + title: Azure Application Insights HTTP Request Rate
390 + context: http_request_rate
391 + family: Performance
392 + type: line
393 + units: requests/s
394 + algorithm: absolute
395 + dimensions:
396 + - selector: application_insights.performance_counters_requests_per_second_average
397 + name: average
398 + - id: am_azure_application_insights__page_views
399 + title: Azure Application Insights Page Views
400 + context: page_views
401 + family: Usage
402 + type: line
403 + units: views/s
404 + algorithm: incremental
405 + dimensions:
406 + - selector: application_insights.page_views_count_count
407 + name: views
408 + - id: am_azure_application_insights__page_view_load_time
409 + title: Azure Application Insights Page View Load Time
410 + context: page_view_load_time
411 + family: Usage
412 + type: line
413 + units: milliseconds
414 + algorithm: absolute
415 + dimensions:
416 + - selector: application_insights.page_views_duration_average
417 + name: average
418 + - id: am_azure_application_insights__traces
419 + title: Azure Application Insights Traces
420 + context: traces
421 + family: Usage
422 + type: line
423 + units: traces/s
424 + algorithm: incremental
425 + dimensions:
426 + - selector: application_insights.traces_count_count
427 + name: traces
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/cognitive_services.yaml
+1678 -1678
@@ -3,1689 +3,1689 @@ id: cognitive_services
3 name: Azure Cognitive Services
4 resource_type: Microsoft.CognitiveServices/accounts
5 metrics:
6 -- id: success_rate
7 - azure_name: SuccessRate
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: total_calls
13 - azure_name: TotalCalls
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: successful_calls
19 - azure_name: SuccessfulCalls
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: blocked_calls
25 - azure_name: BlockedCalls
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: total_errors
31 - azure_name: TotalErrors
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: client_errors
37 - azure_name: ClientErrors
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: server_errors
43 - azure_name: ServerErrors
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: total_token_calls
49 - azure_name: TotalTokenCalls
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: latency
55 - azure_name: Latency
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: data_in
61 - azure_name: DataIn
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: data_out
67 - azure_name: DataOut
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: ratelimit
73 - azure_name: Ratelimit
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: azure_open_ai_availability_rate
79 - azure_name: AzureOpenAIAvailabilityRate
80 - time_grain: PT1M
81 - series:
82 - - aggregation: average
83 - kind: gauge
84 -- id: azure_open_ai_requests
85 - azure_name: AzureOpenAIRequests
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: azure_open_ai_normalized_tbt_in_ms
91 - azure_name: AzureOpenAINormalizedTBTInMS
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: azure_open_ai_normalized_ttft_in_ms
97 - azure_name: AzureOpenAINormalizedTTFTInMS
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: azure_open_ai_time_to_response
103 - azure_name: AzureOpenAITimeToResponse
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: azure_open_ai_token_per_second
109 - azure_name: AzureOpenAITokenPerSecond
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: azure_open_aittlt_in_ms
115 - azure_name: AzureOpenAITTLTInMS
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: active_tokens
121 - azure_name: ActiveTokens
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: audio_completion_tokens
127 - azure_name: AudioCompletionTokens
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: audio_prompt_tokens
133 - azure_name: AudioPromptTokens
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: azure_open_ai_context_tokens_cache_match_rate
139 - azure_name: AzureOpenAIContextTokensCacheMatchRate
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: azure_open_ai_provisioned_managed_utilization_v2
145 - azure_name: AzureOpenAIProvisionedManagedUtilizationV2
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: fine_tuned_training_hours
151 - azure_name: FineTunedTrainingHours
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: generated_tokens
157 - azure_name: GeneratedTokens
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: processed_prompt_tokens
163 - azure_name: ProcessedPromptTokens
164 - time_grain: PT1M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: realtime_usage_time
169 - azure_name: RealtimeUsageTime
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: token_transaction
175 - azure_name: TokenTransaction
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: model_availability_rate
181 - azure_name: ModelAvailabilityRate
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: model_requests
187 - azure_name: ModelRequests
188 - time_grain: PT1M
189 - series:
190 - - aggregation: total
191 - kind: counter
192 -- id: normalized_time_between_tokens
193 - azure_name: NormalizedTimeBetweenTokens
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: normalized_time_to_first_token
199 - azure_name: NormalizedTimeToFirstToken
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: time_to_last_byte
205 - azure_name: TimeToLastByte
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: time_to_response
211 - azure_name: TimeToResponse
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: tokens_per_second
217 - azure_name: TokensPerSecond
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: annotated_pages
223 - azure_name: AnnotatedPages
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: audio_input_tokens
229 - azure_name: AudioInputTokens
230 - time_grain: PT1M
231 - series:
232 - - aggregation: total
233 - kind: counter
234 -- id: audio_output_tokens
235 - azure_name: AudioOutputTokens
236 - time_grain: PT1M
237 - series:
238 - - aggregation: total
239 - kind: counter
240 -- id: cache_read_input_tokens
241 - azure_name: cacheReadInputTokens
242 - time_grain: PT1M
243 - series:
244 - - aggregation: total
245 - kind: counter
246 -- id: ephemeral1h_input_tokens
247 - azure_name: ephemeral1hInputTokens
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: counter
252 -- id: ephemeral5m_input_tokens
253 - azure_name: ephemeral5mInputTokens
254 - time_grain: PT1M
255 - series:
256 - - aggregation: total
257 - kind: counter
258 -- id: generated_images
259 - azure_name: GeneratedImages
260 - time_grain: PT1M
261 - series:
262 - - aggregation: total
263 - kind: counter
264 -- id: input_tokens
265 - azure_name: InputTokens
266 - time_grain: PT1M
267 - series:
268 - - aggregation: total
269 - kind: counter
270 -- id: output_tokens
271 - azure_name: OutputTokens
272 - time_grain: PT1M
273 - series:
274 - - aggregation: total
275 - kind: counter
276 -- id: provisioned_utilization
277 - azure_name: ProvisionedUtilization
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
282 -- id: total_pages
283 - azure_name: TotalPages
284 - time_grain: PT1M
285 - series:
286 - - aggregation: total
287 - kind: counter
288 -- id: total_tokens
289 - azure_name: TotalTokens
290 - time_grain: PT1M
291 - series:
292 - - aggregation: total
293 - kind: counter
294 -- id: rai_abusive_users_count
295 - azure_name: RAIAbusiveUsersCount
296 - time_grain: PT1M
297 - series:
298 - - aggregation: total
299 - kind: counter
300 -- id: rai_harmful_requests
301 - azure_name: RAIHarmfulRequests
302 - time_grain: PT1M
303 - series:
304 - - aggregation: total
305 - kind: counter
306 -- id: rai_rejected_requests
307 - azure_name: RAIRejectedRequests
308 - time_grain: PT1M
309 - series:
310 - - aggregation: total
311 - kind: counter
312 -- id: rai_system_event
313 - azure_name: RAISystemEvent
314 - time_grain: PT1M
315 - series:
316 - - aggregation: average
317 - kind: gauge
318 -- id: rai_total_requests
319 - azure_name: RAITotalRequests
320 - time_grain: PT1M
321 - series:
322 - - aggregation: total
323 - kind: counter
324 -- id: content_safety_image_analyze_request_count
325 - azure_name: ContentSafetyImageAnalyzeRequestCount
326 - time_grain: PT1M
327 - series:
328 - - aggregation: total
329 - kind: counter
330 -- id: content_safety_text_analyze_request_count
331 - azure_name: ContentSafetyTextAnalyzeRequestCount
332 - time_grain: PT1M
333 - series:
334 - - aggregation: total
335 - kind: counter
336 -- id: job_duration
337 - azure_name: JobDuration
338 - time_grain: PT1M
339 - series:
340 - - aggregation: average
341 - kind: gauge
342 -- id: action_id_occurrences
343 - azure_name: ActionIdOccurrences
344 - time_grain: PT1M
345 - series:
346 - - aggregation: total
347 - kind: counter
348 -- id: actions_per_event
349 - azure_name: ActionsPerEvent
350 - time_grain: PT1M
351 - series:
352 - - aggregation: average
353 - kind: gauge
354 -- id: action_feature_id_occurrences
355 - azure_name: ActionFeatureIdOccurrences
356 - time_grain: PT1M
357 - series:
358 - - aggregation: total
359 - kind: counter
360 -- id: context_feature_id_occurrences
361 - azure_name: ContextFeatureIdOccurrences
362 - time_grain: PT1M
363 - series:
364 - - aggregation: total
365 - kind: counter
366 -- id: slot_feature_id_occurrences
367 - azure_name: SlotFeatureIdOccurrences
368 - time_grain: PT1M
369 - series:
370 - - aggregation: total
371 - kind: counter
372 -- id: feature_cardinality_action
373 - azure_name: FeatureCardinality_Action
374 - time_grain: PT1M
375 - series:
376 - - aggregation: average
377 - kind: gauge
378 -- id: feature_cardinality_context
379 - azure_name: FeatureCardinality_Context
380 - time_grain: PT1M
381 - series:
382 - - aggregation: average
383 - kind: gauge
384 -- id: feature_cardinality_slot
385 - azure_name: FeatureCardinality_Slot
386 - time_grain: PT1M
387 - series:
388 - - aggregation: average
389 - kind: gauge
390 -- id: action_features_per_event
391 - azure_name: ActionFeaturesPerEvent
392 - time_grain: PT1M
393 - series:
394 - - aggregation: average
395 - kind: gauge
396 -- id: context_features_per_event
397 - azure_name: ContextFeaturesPerEvent
398 - time_grain: PT1M
399 - series:
400 - - aggregation: average
401 - kind: gauge
402 -- id: slot_features_per_event
403 - azure_name: SlotFeaturesPerEvent
404 - time_grain: PT1M
405 - series:
406 - - aggregation: average
407 - kind: gauge
408 -- id: action_namespaces_per_event
409 - azure_name: ActionNamespacesPerEvent
410 - time_grain: PT1M
411 - series:
412 - - aggregation: average
413 - kind: gauge
414 -- id: context_namespaces_per_event
415 - azure_name: ContextNamespacesPerEvent
416 - time_grain: PT1M
417 - series:
418 - - aggregation: average
419 - kind: gauge
420 -- id: slot_namespaces_per_event
421 - azure_name: SlotNamespacesPerEvent
422 - time_grain: PT1M
423 - series:
424 - - aggregation: average
425 - kind: gauge
426 -- id: reward
427 - azure_name: Reward
428 - time_grain: PT1M
429 - series:
430 - - aggregation: average
431 - kind: gauge
432 -- id: slot_reward
433 - azure_name: SlotReward
434 - time_grain: PT1M
435 - series:
436 - - aggregation: average
437 - kind: gauge
438 -- id: baseline_estimator_overall_reward
439 - azure_name: BaselineEstimatorOverallReward
440 - time_grain: PT1M
441 - series:
442 - - aggregation: average
443 - kind: gauge
444 -- id: baseline_estimator_slot_reward
445 - azure_name: BaselineEstimatorSlotReward
446 - time_grain: PT1M
447 - series:
448 - - aggregation: average
449 - kind: gauge
450 -- id: baseline_random_estimator_overall_reward
451 - azure_name: BaselineRandomEstimatorOverallReward
452 - time_grain: PT1M
453 - series:
454 - - aggregation: average
455 - kind: gauge
456 -- id: baseline_random_estimator_slot_reward
457 - azure_name: BaselineRandomEstimatorSlotReward
458 - time_grain: PT1M
459 - series:
460 - - aggregation: average
461 - kind: gauge
462 -- id: number_of_slots
463 - azure_name: NumberOfSlots
464 - time_grain: PT1M
465 - series:
466 - - aggregation: average
467 - kind: gauge
468 -- id: online_estimator_overall_reward
469 - azure_name: OnlineEstimatorOverallReward
470 - time_grain: PT1M
471 - series:
472 - - aggregation: average
473 - kind: gauge
474 -- id: online_estimator_slot_reward
475 - azure_name: OnlineEstimatorSlotReward
476 - time_grain: PT1M
477 - series:
478 - - aggregation: average
479 - kind: gauge
480 -- id: slot_id_occurrences
481 - azure_name: SlotIdOccurrences
482 - time_grain: PT1M
483 - series:
484 - - aggregation: total
485 - kind: counter
486 -- id: baseline_random_event_count
487 - azure_name: BaselineRandomEventCount
488 - time_grain: PT1M
489 - series:
490 - - aggregation: total
491 - kind: counter
492 -- id: baseline_random_reward
493 - azure_name: BaselineRandomReward
494 - time_grain: PT1M
495 - series:
496 - - aggregation: total
497 - kind: counter
498 -- id: online_event_count
499 - azure_name: OnlineEventCount
500 - time_grain: PT1M
501 - series:
502 - - aggregation: total
503 - kind: counter
504 -- id: online_reward
505 - azure_name: OnlineReward
506 - time_grain: PT1M
507 - series:
508 - - aggregation: total
509 - kind: counter
510 -- id: user_baseline_event_count
511 - azure_name: UserBaselineEventCount
512 - time_grain: PT1M
513 - series:
514 - - aggregation: total
515 - kind: counter
516 -- id: user_baseline_reward
517 - azure_name: UserBaselineReward
518 - time_grain: PT1M
519 - series:
520 - - aggregation: total
521 - kind: counter
522 -- id: audio_seconds_transcribed
523 - azure_name: AudioSecondsTranscribed
524 - time_grain: PT1M
525 - series:
526 - - aggregation: total
527 - kind: counter
528 -- id: audio_seconds_batch_transcribed
529 - azure_name: AudioSecondsBatchTranscribed
530 - time_grain: PT1M
531 - series:
532 - - aggregation: total
533 - kind: counter
534 -- id: audio_seconds_batch_whisper_transcribed
535 - azure_name: AudioSecondsBatchWhisperTranscribed
536 - time_grain: PT1M
537 - series:
538 - - aggregation: total
539 - kind: counter
540 -- id: audio_seconds_fast_transcribed
541 - azure_name: AudioSecondsFastTranscribed
542 - time_grain: PT1M
543 - series:
544 - - aggregation: total
545 - kind: counter
546 -- id: audio_seconds_fast_whisper_transcribed
547 - azure_name: AudioSecondsFastWhisperTranscribed
548 - time_grain: PT1M
549 - series:
550 - - aggregation: total
551 - kind: counter
552 -- id: audio_seconds_translated
553 - azure_name: AudioSecondsTranslated
554 - time_grain: PT1M
555 - series:
556 - - aggregation: total
557 - kind: counter
558 -- id: avatar_model_hosting_seconds
559 - azure_name: AvatarModelHostingSeconds
560 - time_grain: PT1M
561 - series:
562 - - aggregation: total
563 - kind: counter
564 -- id: avatar_model_training_seconds
565 - azure_name: AvatarModelTrainingSeconds
566 - time_grain: PT1M
567 - series:
568 - - aggregation: total
569 - kind: counter
570 -- id: numberof_speaker_profiles
571 - azure_name: NumberofSpeakerProfiles
572 - time_grain: PT1M
573 - series:
574 - - aggregation: total
575 - kind: counter
576 -- id: speaker_recognition_transactions
577 - azure_name: SpeakerRecognitionTransactions
578 - time_grain: PT1M
579 - series:
580 - - aggregation: total
581 - kind: counter
582 -- id: speech_model_hosting_hours
583 - azure_name: SpeechModelHostingHours
584 - time_grain: PT1M
585 - series:
586 - - aggregation: total
587 - kind: counter
588 -- id: synthesized_characters
589 - azure_name: SynthesizedCharacters
590 - time_grain: PT1M
591 - series:
592 - - aggregation: total
593 - kind: counter
594 -- id: video_seconds_synthesized
595 - azure_name: VideoSecondsSynthesized
596 - time_grain: PT1M
597 - series:
598 - - aggregation: total
599 - kind: counter
600 -- id: voice_live_audio_input_tokens
601 - azure_name: VoiceLiveAudioInputTokens
602 - time_grain: PT1M
603 - series:
604 - - aggregation: total
605 - kind: counter
606 -- id: voice_live_audio_output_tokens
607 - azure_name: VoiceLiveAudioOutputTokens
608 - time_grain: PT1M
609 - series:
610 - - aggregation: total
611 - kind: counter
612 -- id: voice_live_cached_audio_input_tokens
613 - azure_name: VoiceLiveCachedAudioInputTokens
614 - time_grain: PT1M
615 - series:
616 - - aggregation: total
617 - kind: counter
618 -- id: voice_live_cached_text_input_tokens
619 - azure_name: VoiceLiveCachedTextInputTokens
620 - time_grain: PT1M
621 - series:
622 - - aggregation: total
623 - kind: counter
624 -- id: voice_live_text_input_tokens
625 - azure_name: VoiceLiveTextInputTokens
626 - time_grain: PT1M
627 - series:
628 - - aggregation: total
629 - kind: counter
630 -- id: voice_live_text_output_tokens
631 - azure_name: VoiceLiveTextOutputTokens
632 - time_grain: PT1M
633 - series:
634 - - aggregation: total
635 - kind: counter
636 -- id: voice_model_hosting_hours
637 - azure_name: VoiceModelHostingHours
638 - time_grain: PT1M
639 - series:
640 - - aggregation: total
641 - kind: counter
642 -- id: voice_model_training_minutes
643 - azure_name: VoiceModelTrainingMinutes
644 - time_grain: PT1M
645 - series:
646 - - aggregation: total
647 - kind: counter
648 -- id: document_characters_translated
649 - azure_name: DocumentCharactersTranslated
650 - time_grain: PT1M
651 - series:
652 - - aggregation: total
653 - kind: counter
654 -- id: document_custom_characters_translated
655 - azure_name: DocumentCustomCharactersTranslated
656 - time_grain: PT1M
657 - series:
658 - - aggregation: total
659 - kind: counter
660 -- id: one_document_characters_translated
661 - azure_name: OneDocumentCharactersTranslated
662 - time_grain: PT1M
663 - series:
664 - - aggregation: total
665 - kind: counter
666 -- id: one_document_custom_characters_translated
667 - azure_name: OneDocumentCustomCharactersTranslated
668 - time_grain: PT1M
669 - series:
670 - - aggregation: total
671 - kind: counter
672 -- id: text_characters_translated
673 - azure_name: TextCharactersTranslated
674 - time_grain: PT1M
675 - series:
676 - - aggregation: total
677 - kind: counter
678 -- id: text_custom_characters_translated
679 - azure_name: TextCustomCharactersTranslated
680 - time_grain: PT1M
681 - series:
682 - - aggregation: total
683 - kind: counter
684 -- id: text_trained_characters
685 - azure_name: TextTrainedCharacters
686 - time_grain: PT1M
687 - series:
688 - - aggregation: total
689 - kind: counter
690 -- id: translator_pro_app_seconds
691 - azure_name: TranslatorProAppSeconds
692 - time_grain: PT1M
693 - series:
694 - - aggregation: total
695 - kind: counter
696 -- id: carnegie_inference_count
697 - azure_name: CarnegieInferenceCount
698 - time_grain: PT1M
699 - series:
700 - - aggregation: total
701 - kind: counter
702 -- id: computer_vision_transactions
703 - azure_name: ComputerVisionTransactions
704 - time_grain: PT1M
705 - series:
706 - - aggregation: total
707 - kind: counter
708 -- id: custom_vision_training_time
709 - azure_name: CustomVisionTrainingTime
710 - time_grain: PT1M
711 - series:
712 - - aggregation: total
713 - kind: counter
714 -- id: custom_vision_transactions
715 - azure_name: CustomVisionTransactions
716 - time_grain: PT1M
717 - series:
718 - - aggregation: total
719 - kind: counter
720 -- id: face_images_trained
721 - azure_name: FaceImagesTrained
722 - time_grain: PT1M
723 - series:
724 - - aggregation: total
725 - kind: counter
726 -- id: faces_stored
727 - azure_name: FacesStored
728 - time_grain: PT1M
729 - series:
730 - - aggregation: total
731 - kind: counter
732 -- id: face_transactions
733 - azure_name: FaceTransactions
734 - time_grain: PT1M
735 - series:
736 - - aggregation: total
737 - kind: counter
738 -- id: images_stored
739 - azure_name: ImagesStored
740 - time_grain: PT1M
741 - series:
742 - - aggregation: total
743 - kind: counter
744 -- id: learned_events
745 - azure_name: LearnedEvents
746 - time_grain: PT1M
747 - series:
748 - - aggregation: total
749 - kind: counter
750 -- id: luis_speech_requests
751 - azure_name: LUISSpeechRequests
752 - time_grain: PT1M
753 - series:
754 - - aggregation: total
755 - kind: counter
756 -- id: luis_text_requests
757 - azure_name: LUISTextRequests
758 - time_grain: PT1M
759 - series:
760 - - aggregation: total
761 - kind: counter
762 -- id: matched_rewards
763 - azure_name: MatchedRewards
764 - time_grain: PT1M
765 - series:
766 - - aggregation: total
767 - kind: counter
768 -- id: non_activated_events
769 - azure_name: NonActivatedEvents
770 - time_grain: PT1M
771 - series:
772 - - aggregation: total
773 - kind: counter
774 -- id: observed_rewards
775 - azure_name: ObservedRewards
776 - time_grain: PT1M
777 - series:
778 - - aggregation: total
779 - kind: counter
780 -- id: processed_characters
781 - azure_name: ProcessedCharacters
782 - time_grain: PT1M
783 - series:
784 - - aggregation: total
785 - kind: counter
786 -- id: processed_health_text_records
787 - azure_name: ProcessedHealthTextRecords
788 - time_grain: PT1M
789 - series:
790 - - aggregation: total
791 - kind: counter
792 -- id: processed_images
793 - azure_name: ProcessedImages
794 - time_grain: PT1M
795 - series:
796 - - aggregation: total
797 - kind: counter
798 -- id: processed_pages
799 - azure_name: ProcessedPages
800 - time_grain: PT1M
801 - series:
802 - - aggregation: total
803 - kind: counter
804 -- id: processed_text_records
805 - azure_name: ProcessedTextRecords
806 - time_grain: PT1M
807 - series:
808 - - aggregation: total
809 - kind: counter
810 -- id: question_answering_text_records
811 - azure_name: QuestionAnsweringTextRecords
812 - time_grain: PT1M
813 - series:
814 - - aggregation: total
815 - kind: counter
816 -- id: total_events
817 - azure_name: TotalEvents
818 - time_grain: PT1M
819 - series:
820 - - aggregation: total
821 - kind: counter
6 + - id: success_rate
7 + azure_name: SuccessRate
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: total_calls
13 + azure_name: TotalCalls
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: successful_calls
19 + azure_name: SuccessfulCalls
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: blocked_calls
25 + azure_name: BlockedCalls
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: total_errors
31 + azure_name: TotalErrors
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: client_errors
37 + azure_name: ClientErrors
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: server_errors
43 + azure_name: ServerErrors
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: total_token_calls
49 + azure_name: TotalTokenCalls
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: latency
55 + azure_name: Latency
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: data_in
61 + azure_name: DataIn
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: data_out
67 + azure_name: DataOut
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: ratelimit
73 + azure_name: Ratelimit
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: azure_open_ai_availability_rate
79 + azure_name: AzureOpenAIAvailabilityRate
80 + time_grain: PT1M
81 + series:
82 + - aggregation: average
83 + kind: gauge
84 + - id: azure_open_ai_requests
85 + azure_name: AzureOpenAIRequests
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: azure_open_ai_normalized_tbt_in_ms
91 + azure_name: AzureOpenAINormalizedTBTInMS
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: azure_open_ai_normalized_ttft_in_ms
97 + azure_name: AzureOpenAINormalizedTTFTInMS
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: azure_open_ai_time_to_response
103 + azure_name: AzureOpenAITimeToResponse
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: azure_open_ai_token_per_second
109 + azure_name: AzureOpenAITokenPerSecond
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: azure_open_aittlt_in_ms
115 + azure_name: AzureOpenAITTLTInMS
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: active_tokens
121 + azure_name: ActiveTokens
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: audio_completion_tokens
127 + azure_name: AudioCompletionTokens
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: audio_prompt_tokens
133 + azure_name: AudioPromptTokens
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: azure_open_ai_context_tokens_cache_match_rate
139 + azure_name: AzureOpenAIContextTokensCacheMatchRate
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: azure_open_ai_provisioned_managed_utilization_v2
145 + azure_name: AzureOpenAIProvisionedManagedUtilizationV2
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: fine_tuned_training_hours
151 + azure_name: FineTunedTrainingHours
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: generated_tokens
157 + azure_name: GeneratedTokens
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: processed_prompt_tokens
163 + azure_name: ProcessedPromptTokens
164 + time_grain: PT1M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: realtime_usage_time
169 + azure_name: RealtimeUsageTime
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: token_transaction
175 + azure_name: TokenTransaction
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: model_availability_rate
181 + azure_name: ModelAvailabilityRate
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: model_requests
187 + azure_name: ModelRequests
188 + time_grain: PT1M
189 + series:
190 + - aggregation: total
191 + kind: counter
192 + - id: normalized_time_between_tokens
193 + azure_name: NormalizedTimeBetweenTokens
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: normalized_time_to_first_token
199 + azure_name: NormalizedTimeToFirstToken
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: time_to_last_byte
205 + azure_name: TimeToLastByte
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: time_to_response
211 + azure_name: TimeToResponse
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: tokens_per_second
217 + azure_name: TokensPerSecond
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: annotated_pages
223 + azure_name: AnnotatedPages
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: audio_input_tokens
229 + azure_name: AudioInputTokens
230 + time_grain: PT1M
231 + series:
232 + - aggregation: total
233 + kind: counter
234 + - id: audio_output_tokens
235 + azure_name: AudioOutputTokens
236 + time_grain: PT1M
237 + series:
238 + - aggregation: total
239 + kind: counter
240 + - id: cache_read_input_tokens
241 + azure_name: cacheReadInputTokens
242 + time_grain: PT1M
243 + series:
244 + - aggregation: total
245 + kind: counter
246 + - id: ephemeral1h_input_tokens
247 + azure_name: ephemeral1hInputTokens
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: counter
252 + - id: ephemeral5m_input_tokens
253 + azure_name: ephemeral5mInputTokens
254 + time_grain: PT1M
255 + series:
256 + - aggregation: total
257 + kind: counter
258 + - id: generated_images
259 + azure_name: GeneratedImages
260 + time_grain: PT1M
261 + series:
262 + - aggregation: total
263 + kind: counter
264 + - id: input_tokens
265 + azure_name: InputTokens
266 + time_grain: PT1M
267 + series:
268 + - aggregation: total
269 + kind: counter
270 + - id: output_tokens
271 + azure_name: OutputTokens
272 + time_grain: PT1M
273 + series:
274 + - aggregation: total
275 + kind: counter
276 + - id: provisioned_utilization
277 + azure_name: ProvisionedUtilization
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 + - id: total_pages
283 + azure_name: TotalPages
284 + time_grain: PT1M
285 + series:
286 + - aggregation: total
287 + kind: counter
288 + - id: total_tokens
289 + azure_name: TotalTokens
290 + time_grain: PT1M
291 + series:
292 + - aggregation: total
293 + kind: counter
294 + - id: rai_abusive_users_count
295 + azure_name: RAIAbusiveUsersCount
296 + time_grain: PT1M
297 + series:
298 + - aggregation: total
299 + kind: counter
300 + - id: rai_harmful_requests
301 + azure_name: RAIHarmfulRequests
302 + time_grain: PT1M
303 + series:
304 + - aggregation: total
305 + kind: counter
306 + - id: rai_rejected_requests
307 + azure_name: RAIRejectedRequests
308 + time_grain: PT1M
309 + series:
310 + - aggregation: total
311 + kind: counter
312 + - id: rai_system_event
313 + azure_name: RAISystemEvent
314 + time_grain: PT1M
315 + series:
316 + - aggregation: average
317 + kind: gauge
318 + - id: rai_total_requests
319 + azure_name: RAITotalRequests
320 + time_grain: PT1M
321 + series:
322 + - aggregation: total
323 + kind: counter
324 + - id: content_safety_image_analyze_request_count
325 + azure_name: ContentSafetyImageAnalyzeRequestCount
326 + time_grain: PT1M
327 + series:
328 + - aggregation: total
329 + kind: counter
330 + - id: content_safety_text_analyze_request_count
331 + azure_name: ContentSafetyTextAnalyzeRequestCount
332 + time_grain: PT1M
333 + series:
334 + - aggregation: total
335 + kind: counter
336 + - id: job_duration
337 + azure_name: JobDuration
338 + time_grain: PT1M
339 + series:
340 + - aggregation: average
341 + kind: gauge
342 + - id: action_id_occurrences
343 + azure_name: ActionIdOccurrences
344 + time_grain: PT1M
345 + series:
346 + - aggregation: total
347 + kind: counter
348 + - id: actions_per_event
349 + azure_name: ActionsPerEvent
350 + time_grain: PT1M
351 + series:
352 + - aggregation: average
353 + kind: gauge
354 + - id: action_feature_id_occurrences
355 + azure_name: ActionFeatureIdOccurrences
356 + time_grain: PT1M
357 + series:
358 + - aggregation: total
359 + kind: counter
360 + - id: context_feature_id_occurrences
361 + azure_name: ContextFeatureIdOccurrences
362 + time_grain: PT1M
363 + series:
364 + - aggregation: total
365 + kind: counter
366 + - id: slot_feature_id_occurrences
367 + azure_name: SlotFeatureIdOccurrences
368 + time_grain: PT1M
369 + series:
370 + - aggregation: total
371 + kind: counter
372 + - id: feature_cardinality_action
373 + azure_name: FeatureCardinality_Action
374 + time_grain: PT1M
375 + series:
376 + - aggregation: average
377 + kind: gauge
378 + - id: feature_cardinality_context
379 + azure_name: FeatureCardinality_Context
380 + time_grain: PT1M
381 + series:
382 + - aggregation: average
383 + kind: gauge
384 + - id: feature_cardinality_slot
385 + azure_name: FeatureCardinality_Slot
386 + time_grain: PT1M
387 + series:
388 + - aggregation: average
389 + kind: gauge
390 + - id: action_features_per_event
391 + azure_name: ActionFeaturesPerEvent
392 + time_grain: PT1M
393 + series:
394 + - aggregation: average
395 + kind: gauge
396 + - id: context_features_per_event
397 + azure_name: ContextFeaturesPerEvent
398 + time_grain: PT1M
399 + series:
400 + - aggregation: average
401 + kind: gauge
402 + - id: slot_features_per_event
403 + azure_name: SlotFeaturesPerEvent
404 + time_grain: PT1M
405 + series:
406 + - aggregation: average
407 + kind: gauge
408 + - id: action_namespaces_per_event
409 + azure_name: ActionNamespacesPerEvent
410 + time_grain: PT1M
411 + series:
412 + - aggregation: average
413 + kind: gauge
414 + - id: context_namespaces_per_event
415 + azure_name: ContextNamespacesPerEvent
416 + time_grain: PT1M
417 + series:
418 + - aggregation: average
419 + kind: gauge
420 + - id: slot_namespaces_per_event
421 + azure_name: SlotNamespacesPerEvent
422 + time_grain: PT1M
423 + series:
424 + - aggregation: average
425 + kind: gauge
426 + - id: reward
427 + azure_name: Reward
428 + time_grain: PT1M
429 + series:
430 + - aggregation: average
431 + kind: gauge
432 + - id: slot_reward
433 + azure_name: SlotReward
434 + time_grain: PT1M
435 + series:
436 + - aggregation: average
437 + kind: gauge
438 + - id: baseline_estimator_overall_reward
439 + azure_name: BaselineEstimatorOverallReward
440 + time_grain: PT1M
441 + series:
442 + - aggregation: average
443 + kind: gauge
444 + - id: baseline_estimator_slot_reward
445 + azure_name: BaselineEstimatorSlotReward
446 + time_grain: PT1M
447 + series:
448 + - aggregation: average
449 + kind: gauge
450 + - id: baseline_random_estimator_overall_reward
451 + azure_name: BaselineRandomEstimatorOverallReward
452 + time_grain: PT1M
453 + series:
454 + - aggregation: average
455 + kind: gauge
456 + - id: baseline_random_estimator_slot_reward
457 + azure_name: BaselineRandomEstimatorSlotReward
458 + time_grain: PT1M
459 + series:
460 + - aggregation: average
461 + kind: gauge
462 + - id: number_of_slots
463 + azure_name: NumberOfSlots
464 + time_grain: PT1M
465 + series:
466 + - aggregation: average
467 + kind: gauge
468 + - id: online_estimator_overall_reward
469 + azure_name: OnlineEstimatorOverallReward
470 + time_grain: PT1M
471 + series:
472 + - aggregation: average
473 + kind: gauge
474 + - id: online_estimator_slot_reward
475 + azure_name: OnlineEstimatorSlotReward
476 + time_grain: PT1M
477 + series:
478 + - aggregation: average
479 + kind: gauge
480 + - id: slot_id_occurrences
481 + azure_name: SlotIdOccurrences
482 + time_grain: PT1M
483 + series:
484 + - aggregation: total
485 + kind: counter
486 + - id: baseline_random_event_count
487 + azure_name: BaselineRandomEventCount
488 + time_grain: PT1M
489 + series:
490 + - aggregation: total
491 + kind: counter
492 + - id: baseline_random_reward
493 + azure_name: BaselineRandomReward
494 + time_grain: PT1M
495 + series:
496 + - aggregation: total
497 + kind: counter
498 + - id: online_event_count
499 + azure_name: OnlineEventCount
500 + time_grain: PT1M
501 + series:
502 + - aggregation: total
503 + kind: counter
504 + - id: online_reward
505 + azure_name: OnlineReward
506 + time_grain: PT1M
507 + series:
508 + - aggregation: total
509 + kind: counter
510 + - id: user_baseline_event_count
511 + azure_name: UserBaselineEventCount
512 + time_grain: PT1M
513 + series:
514 + - aggregation: total
515 + kind: counter
516 + - id: user_baseline_reward
517 + azure_name: UserBaselineReward
518 + time_grain: PT1M
519 + series:
520 + - aggregation: total
521 + kind: counter
522 + - id: audio_seconds_transcribed
523 + azure_name: AudioSecondsTranscribed
524 + time_grain: PT1M
525 + series:
526 + - aggregation: total
527 + kind: counter
528 + - id: audio_seconds_batch_transcribed
529 + azure_name: AudioSecondsBatchTranscribed
530 + time_grain: PT1M
531 + series:
532 + - aggregation: total
533 + kind: counter
534 + - id: audio_seconds_batch_whisper_transcribed
535 + azure_name: AudioSecondsBatchWhisperTranscribed
536 + time_grain: PT1M
537 + series:
538 + - aggregation: total
539 + kind: counter
540 + - id: audio_seconds_fast_transcribed
541 + azure_name: AudioSecondsFastTranscribed
542 + time_grain: PT1M
543 + series:
544 + - aggregation: total
545 + kind: counter
546 + - id: audio_seconds_fast_whisper_transcribed
547 + azure_name: AudioSecondsFastWhisperTranscribed
548 + time_grain: PT1M
549 + series:
550 + - aggregation: total
551 + kind: counter
552 + - id: audio_seconds_translated
553 + azure_name: AudioSecondsTranslated
554 + time_grain: PT1M
555 + series:
556 + - aggregation: total
557 + kind: counter
558 + - id: avatar_model_hosting_seconds
559 + azure_name: AvatarModelHostingSeconds
560 + time_grain: PT1M
561 + series:
562 + - aggregation: total
563 + kind: counter
564 + - id: avatar_model_training_seconds
565 + azure_name: AvatarModelTrainingSeconds
566 + time_grain: PT1M
567 + series:
568 + - aggregation: total
569 + kind: counter
570 + - id: numberof_speaker_profiles
571 + azure_name: NumberofSpeakerProfiles
572 + time_grain: PT1M
573 + series:
574 + - aggregation: total
575 + kind: counter
576 + - id: speaker_recognition_transactions
577 + azure_name: SpeakerRecognitionTransactions
578 + time_grain: PT1M
579 + series:
580 + - aggregation: total
581 + kind: counter
582 + - id: speech_model_hosting_hours
583 + azure_name: SpeechModelHostingHours
584 + time_grain: PT1M
585 + series:
586 + - aggregation: total
587 + kind: counter
588 + - id: synthesized_characters
589 + azure_name: SynthesizedCharacters
590 + time_grain: PT1M
591 + series:
592 + - aggregation: total
593 + kind: counter
594 + - id: video_seconds_synthesized
595 + azure_name: VideoSecondsSynthesized
596 + time_grain: PT1M
597 + series:
598 + - aggregation: total
599 + kind: counter
600 + - id: voice_live_audio_input_tokens
601 + azure_name: VoiceLiveAudioInputTokens
602 + time_grain: PT1M
603 + series:
604 + - aggregation: total
605 + kind: counter
606 + - id: voice_live_audio_output_tokens
607 + azure_name: VoiceLiveAudioOutputTokens
608 + time_grain: PT1M
609 + series:
610 + - aggregation: total
611 + kind: counter
612 + - id: voice_live_cached_audio_input_tokens
613 + azure_name: VoiceLiveCachedAudioInputTokens
614 + time_grain: PT1M
615 + series:
616 + - aggregation: total
617 + kind: counter
618 + - id: voice_live_cached_text_input_tokens
619 + azure_name: VoiceLiveCachedTextInputTokens
620 + time_grain: PT1M
621 + series:
622 + - aggregation: total
623 + kind: counter
624 + - id: voice_live_text_input_tokens
625 + azure_name: VoiceLiveTextInputTokens
626 + time_grain: PT1M
627 + series:
628 + - aggregation: total
629 + kind: counter
630 + - id: voice_live_text_output_tokens
631 + azure_name: VoiceLiveTextOutputTokens
632 + time_grain: PT1M
633 + series:
634 + - aggregation: total
635 + kind: counter
636 + - id: voice_model_hosting_hours
637 + azure_name: VoiceModelHostingHours
638 + time_grain: PT1M
639 + series:
640 + - aggregation: total
641 + kind: counter
642 + - id: voice_model_training_minutes
643 + azure_name: VoiceModelTrainingMinutes
644 + time_grain: PT1M
645 + series:
646 + - aggregation: total
647 + kind: counter
648 + - id: document_characters_translated
649 + azure_name: DocumentCharactersTranslated
650 + time_grain: PT1M
651 + series:
652 + - aggregation: total
653 + kind: counter
654 + - id: document_custom_characters_translated
655 + azure_name: DocumentCustomCharactersTranslated
656 + time_grain: PT1M
657 + series:
658 + - aggregation: total
659 + kind: counter
660 + - id: one_document_characters_translated
661 + azure_name: OneDocumentCharactersTranslated
662 + time_grain: PT1M
663 + series:
664 + - aggregation: total
665 + kind: counter
666 + - id: one_document_custom_characters_translated
667 + azure_name: OneDocumentCustomCharactersTranslated
668 + time_grain: PT1M
669 + series:
670 + - aggregation: total
671 + kind: counter
672 + - id: text_characters_translated
673 + azure_name: TextCharactersTranslated
674 + time_grain: PT1M
675 + series:
676 + - aggregation: total
677 + kind: counter
678 + - id: text_custom_characters_translated
679 + azure_name: TextCustomCharactersTranslated
680 + time_grain: PT1M
681 + series:
682 + - aggregation: total
683 + kind: counter
684 + - id: text_trained_characters
685 + azure_name: TextTrainedCharacters
686 + time_grain: PT1M
687 + series:
688 + - aggregation: total
689 + kind: counter
690 + - id: translator_pro_app_seconds
691 + azure_name: TranslatorProAppSeconds
692 + time_grain: PT1M
693 + series:
694 + - aggregation: total
695 + kind: counter
696 + - id: carnegie_inference_count
697 + azure_name: CarnegieInferenceCount
698 + time_grain: PT1M
699 + series:
700 + - aggregation: total
701 + kind: counter
702 + - id: computer_vision_transactions
703 + azure_name: ComputerVisionTransactions
704 + time_grain: PT1M
705 + series:
706 + - aggregation: total
707 + kind: counter
708 + - id: custom_vision_training_time
709 + azure_name: CustomVisionTrainingTime
710 + time_grain: PT1M
711 + series:
712 + - aggregation: total
713 + kind: counter
714 + - id: custom_vision_transactions
715 + azure_name: CustomVisionTransactions
716 + time_grain: PT1M
717 + series:
718 + - aggregation: total
719 + kind: counter
720 + - id: face_images_trained
721 + azure_name: FaceImagesTrained
722 + time_grain: PT1M
723 + series:
724 + - aggregation: total
725 + kind: counter
726 + - id: faces_stored
727 + azure_name: FacesStored
728 + time_grain: PT1M
729 + series:
730 + - aggregation: total
731 + kind: counter
732 + - id: face_transactions
733 + azure_name: FaceTransactions
734 + time_grain: PT1M
735 + series:
736 + - aggregation: total
737 + kind: counter
738 + - id: images_stored
739 + azure_name: ImagesStored
740 + time_grain: PT1M
741 + series:
742 + - aggregation: total
743 + kind: counter
744 + - id: learned_events
745 + azure_name: LearnedEvents
746 + time_grain: PT1M
747 + series:
748 + - aggregation: total
749 + kind: counter
750 + - id: luis_speech_requests
751 + azure_name: LUISSpeechRequests
752 + time_grain: PT1M
753 + series:
754 + - aggregation: total
755 + kind: counter
756 + - id: luis_text_requests
757 + azure_name: LUISTextRequests
758 + time_grain: PT1M
759 + series:
760 + - aggregation: total
761 + kind: counter
762 + - id: matched_rewards
763 + azure_name: MatchedRewards
764 + time_grain: PT1M
765 + series:
766 + - aggregation: total
767 + kind: counter
768 + - id: non_activated_events
769 + azure_name: NonActivatedEvents
770 + time_grain: PT1M
771 + series:
772 + - aggregation: total
773 + kind: counter
774 + - id: observed_rewards
775 + azure_name: ObservedRewards
776 + time_grain: PT1M
777 + series:
778 + - aggregation: total
779 + kind: counter
780 + - id: processed_characters
781 + azure_name: ProcessedCharacters
782 + time_grain: PT1M
783 + series:
784 + - aggregation: total
785 + kind: counter
786 + - id: processed_health_text_records
787 + azure_name: ProcessedHealthTextRecords
788 + time_grain: PT1M
789 + series:
790 + - aggregation: total
791 + kind: counter
792 + - id: processed_images
793 + azure_name: ProcessedImages
794 + time_grain: PT1M
795 + series:
796 + - aggregation: total
797 + kind: counter
798 + - id: processed_pages
799 + azure_name: ProcessedPages
800 + time_grain: PT1M
801 + series:
802 + - aggregation: total
803 + kind: counter
804 + - id: processed_text_records
805 + azure_name: ProcessedTextRecords
806 + time_grain: PT1M
807 + series:
808 + - aggregation: total
809 + kind: counter
810 + - id: question_answering_text_records
811 + azure_name: QuestionAnsweringTextRecords
812 + time_grain: PT1M
813 + series:
814 + - aggregation: total
815 + kind: counter
816 + - id: total_events
817 + azure_name: TotalEvents
818 + time_grain: PT1M
819 + series:
820 + - aggregation: total
821 + kind: counter
822 template:
823 family: Azure Cognitive Services
824 context_namespace: cognitive_services
825 chart_defaults:
826 label_promotion:
827 - - resource_name
828 - - resource_group
829 - - region
830 - - resource_type
831 - - profile
827 + - resource_name
828 + - resource_group
829 + - region
830 + - resource_type
831 + - profile
832 instances:
833 by_labels:
834 - - resource_uid
834 + - resource_uid
835 charts:
836 - - id: am_azure_cognitive_services__availability
837 - title: Azure Cognitive Services Availability
838 - context: availability
839 - family: Availability
840 - type: line
841 - units: percentage
842 - algorithm: absolute
843 - dimensions:
844 - - selector: cognitive_services.success_rate_average
845 - name: availability
846 - - id: am_azure_cognitive_services__calls
847 - title: Azure Cognitive Services Calls
848 - context: calls
849 - family: HTTP Requests
850 - type: line
851 - units: calls/s
852 - algorithm: incremental
853 - dimensions:
854 - - selector: cognitive_services.total_calls_total
855 - name: total
856 - - selector: cognitive_services.successful_calls_total
857 - name: successful
858 - - selector: cognitive_services.blocked_calls_total
859 - name: blocked
860 - - selector: cognitive_services.total_token_calls_total
861 - name: token
862 - - id: am_azure_cognitive_services__errors
863 - title: Azure Cognitive Services Errors
864 - context: errors
865 - family: HTTP Requests
866 - type: line
867 - units: errors/s
868 - algorithm: incremental
869 - dimensions:
870 - - selector: cognitive_services.total_errors_total
871 - name: total
872 - - selector: cognitive_services.client_errors_total
873 - name: client
874 - - selector: cognitive_services.server_errors_total
875 - name: server
876 - - id: am_azure_cognitive_services__latency
877 - title: Azure Cognitive Services Latency
878 - context: latency
879 - family: Performance
880 - type: line
881 - units: milliseconds
882 - algorithm: absolute
883 - dimensions:
884 - - selector: cognitive_services.latency_average
885 - name: average
886 - - id: am_azure_cognitive_services__data_transfer
887 - title: Azure Cognitive Services Data Transfer
888 - context: data_transfer
889 - family: HTTP Requests
890 - type: line
891 - units: bytes/s
892 - algorithm: incremental
893 - dimensions:
894 - - selector: cognitive_services.data_in_total
895 - name: in
896 - - selector: cognitive_services.data_out_total
897 - name: out
898 - - id: am_azure_cognitive_services__rate_limit
899 - title: Azure Cognitive Services Rate Limit
900 - context: rate_limit
901 - family: HTTP Requests
902 - type: line
903 - units: requests/s
904 - algorithm: incremental
905 - dimensions:
906 - - selector: cognitive_services.ratelimit_total
907 - name: rate_limit
908 - - id: am_azure_cognitive_services__openai_availability
909 - title: Azure OpenAI Availability
910 - context: openai_availability
911 - family: Azure OpenAI
912 - type: line
913 - units: percentage
914 - algorithm: absolute
915 - dimensions:
916 - - selector: cognitive_services.azure_open_ai_availability_rate_average
917 - name: availability
918 - - id: am_azure_cognitive_services__openai_requests
919 - title: Azure OpenAI Requests
920 - context: openai_requests
921 - family: Azure OpenAI
922 - type: line
923 - units: requests/s
924 - algorithm: incremental
925 - dimensions:
926 - - selector: cognitive_services.azure_open_ai_requests_total
927 - name: requests
928 - - id: am_azure_cognitive_services__openai_latency
929 - title: Azure OpenAI Latency
930 - context: openai_latency
931 - family: Azure OpenAI
932 - type: line
933 - units: milliseconds
934 - algorithm: absolute
935 - dimensions:
936 - - selector: cognitive_services.azure_open_ai_time_to_response_average
937 - name: time_to_response
938 - - selector: cognitive_services.azure_open_ai_normalized_ttft_in_ms_average
939 - name: time_to_first_token
940 - - selector: cognitive_services.azure_open_ai_normalized_tbt_in_ms_average
941 - name: time_between_tokens
942 - - selector: cognitive_services.azure_open_aittlt_in_ms_average
943 - name: time_to_last_byte
944 - - id: am_azure_cognitive_services__openai_generation_speed
945 - title: Azure OpenAI Token Generation Speed
946 - context: openai_generation_speed
947 - family: Azure OpenAI
948 - type: line
949 - units: tokens/s
950 - algorithm: absolute
951 - dimensions:
952 - - selector: cognitive_services.azure_open_ai_token_per_second_average
953 - name: tokens_per_second
954 - - id: am_azure_cognitive_services__openai_token_usage
955 - title: Azure OpenAI Token Usage
956 - context: openai_token_usage
957 - family: Azure OpenAI
958 - type: line
959 - units: tokens/s
960 - algorithm: incremental
961 - dimensions:
962 - - selector: cognitive_services.token_transaction_total
963 - name: total
964 - - selector: cognitive_services.processed_prompt_tokens_total
965 - name: prompt
966 - - selector: cognitive_services.generated_tokens_total
967 - name: generated
968 - - selector: cognitive_services.active_tokens_total
969 - name: active
970 - - id: am_azure_cognitive_services__openai_audio_tokens
971 - title: Azure OpenAI Audio Tokens
972 - context: openai_audio_tokens
973 - family: Azure OpenAI
974 - type: line
975 - units: tokens/s
976 - algorithm: incremental
977 - dimensions:
978 - - selector: cognitive_services.audio_prompt_tokens_total
979 - name: prompt
980 - - selector: cognitive_services.audio_completion_tokens_total
981 - name: completion
982 - - id: am_azure_cognitive_services__openai_cache_match_rate
983 - title: Azure OpenAI Prompt Token Cache Match Rate
984 - context: openai_cache_match_rate
985 - family: Azure OpenAI
986 - type: line
987 - units: percentage
988 - algorithm: absolute
989 - dimensions:
990 - - selector: cognitive_services.azure_open_ai_context_tokens_cache_match_rate_average
991 - name: cache_match_rate
992 - - id: am_azure_cognitive_services__openai_provisioned_utilization
993 - title: Azure OpenAI Provisioned-managed Utilization
994 - context: openai_provisioned_utilization
995 - family: Azure OpenAI
996 - type: line
997 - units: percentage
998 - algorithm: absolute
999 - dimensions:
1000 - - selector: cognitive_services.azure_open_ai_provisioned_managed_utilization_v2_average
1001 - name: utilization
1002 - - id: am_azure_cognitive_services__openai_finetuning
1003 - title: Azure OpenAI Fine-Tuning Training Hours
1004 - context: openai_finetuning
1005 - family: Azure OpenAI
1006 - type: line
1007 - units: hours/s
1008 - algorithm: incremental
1009 - dimensions:
1010 - - selector: cognitive_services.fine_tuned_training_hours_total
1011 - name: training_hours
1012 - - id: am_azure_cognitive_services__openai_realtime_usage
1013 - title: Azure OpenAI Realtime API Usage
1014 - context: openai_realtime_usage
1015 - family: Azure OpenAI
1016 - type: line
1017 - units: seconds/s
1018 - algorithm: incremental
1019 - dimensions:
1020 - - selector: cognitive_services.realtime_usage_time_total
1021 - name: seconds_used
1022 - - id: am_azure_cognitive_services__model_availability
1023 - title: Azure Cognitive Services Model Availability
1024 - context: model_availability
1025 - family: Models
1026 - type: line
1027 - units: percentage
1028 - algorithm: absolute
1029 - dimensions:
1030 - - selector: cognitive_services.model_availability_rate_average
1031 - name: availability
1032 - - id: am_azure_cognitive_services__model_requests
1033 - title: Azure Cognitive Services Model Requests
1034 - context: model_requests
1035 - family: Models
1036 - type: line
1037 - units: requests/s
1038 - algorithm: incremental
1039 - dimensions:
1040 - - selector: cognitive_services.model_requests_total
1041 - name: requests
1042 - - id: am_azure_cognitive_services__model_latency
1043 - title: Azure Cognitive Services Model Latency
1044 - context: model_latency
1045 - family: Models
1046 - type: line
1047 - units: milliseconds
1048 - algorithm: absolute
1049 - dimensions:
1050 - - selector: cognitive_services.time_to_response_average
1051 - name: time_to_response
1052 - - selector: cognitive_services.normalized_time_to_first_token_average
1053 - name: time_to_first_token
1054 - - selector: cognitive_services.normalized_time_between_tokens_average
1055 - name: time_between_tokens
1056 - - selector: cognitive_services.time_to_last_byte_average
1057 - name: time_to_last_byte
1058 - - id: am_azure_cognitive_services__model_generation_speed
1059 - title: Azure Cognitive Services Model Token Generation Speed
1060 - context: model_generation_speed
1061 - family: Models
1062 - type: line
1063 - units: tokens/s
1064 - algorithm: absolute
1065 - dimensions:
1066 - - selector: cognitive_services.tokens_per_second_average
1067 - name: tokens_per_second
1068 - - id: am_azure_cognitive_services__model_token_usage
1069 - title: Azure Cognitive Services Model Token Usage
1070 - context: model_token_usage
1071 - family: Models
1072 - type: line
1073 - units: tokens/s
1074 - algorithm: incremental
1075 - dimensions:
1076 - - selector: cognitive_services.total_tokens_total
1077 - name: total
1078 - - selector: cognitive_services.input_tokens_total
1079 - name: input
1080 - - selector: cognitive_services.output_tokens_total
1081 - name: output
1082 - - id: am_azure_cognitive_services__model_audio_tokens
1083 - title: Azure Cognitive Services Model Audio Tokens
1084 - context: model_audio_tokens
1085 - family: Models
1086 - type: line
1087 - units: tokens/s
1088 - algorithm: incremental
1089 - dimensions:
1090 - - selector: cognitive_services.audio_input_tokens_total
1091 - name: input
1092 - - selector: cognitive_services.audio_output_tokens_total
1093 - name: output
1094 - - id: am_azure_cognitive_services__model_cache_tokens
1095 - title: Azure Cognitive Services Model Cache Tokens
1096 - context: model_cache_tokens
1097 - family: Models
1098 - type: line
1099 - units: tokens/s
1100 - algorithm: incremental
1101 - dimensions:
1102 - - selector: cognitive_services.cache_read_input_tokens_total
1103 - name: cache_read
1104 - - selector: cognitive_services.ephemeral1h_input_tokens_total
1105 - name: cache_write_1h
1106 - - selector: cognitive_services.ephemeral5m_input_tokens_total
1107 - name: cache_write_5m
1108 - - id: am_azure_cognitive_services__model_provisioned_utilization
1109 - title: Azure Cognitive Services Model Provisioned Utilization
1110 - context: model_provisioned_utilization
1111 - family: Models
1112 - type: line
1113 - units: percentage
1114 - algorithm: absolute
1115 - dimensions:
1116 - - selector: cognitive_services.provisioned_utilization_average
1117 - name: utilization
1118 - - id: am_azure_cognitive_services__model_pages
1119 - title: Azure Cognitive Services Model Pages Processed
1120 - context: model_pages
1121 - family: Models
1122 - type: line
1123 - units: pages/s
1124 - algorithm: incremental
1125 - dimensions:
1126 - - selector: cognitive_services.total_pages_total
1127 - name: total
1128 - - selector: cognitive_services.annotated_pages_total
1129 - name: annotated
1130 - - id: am_azure_cognitive_services__model_generated_images
1131 - title: Azure Cognitive Services Generated Images
1132 - context: model_generated_images
1133 - family: Models
1134 - type: line
1135 - units: images/s
1136 - algorithm: incremental
1137 - dimensions:
1138 - - selector: cognitive_services.generated_images_total
1139 - name: generated
1140 - - id: am_azure_cognitive_services__content_safety_requests
1141 - title: Azure Cognitive Services Content Safety Requests
1142 - context: content_safety_requests
1143 - family: Content Safety
1144 - type: line
1145 - units: requests/s
1146 - algorithm: incremental
1147 - dimensions:
1148 - - selector: cognitive_services.rai_total_requests_total
1149 - name: total
1150 - - selector: cognitive_services.rai_harmful_requests_total
1151 - name: harmful
1152 - - selector: cognitive_services.rai_rejected_requests_total
1153 - name: blocked
1154 - - id: am_azure_cognitive_services__content_safety_abusive_users
1155 - title: Azure Cognitive Services Potentially Abusive Users
1156 - context: content_safety_abusive_users
1157 - family: Content Safety
1158 - type: line
1159 - units: users/s
1160 - algorithm: incremental
1161 - dimensions:
1162 - - selector: cognitive_services.rai_abusive_users_count_total
1163 - name: abusive_users
1164 - - id: am_azure_cognitive_services__content_safety_system_events
1165 - title: Azure Cognitive Services Safety System Events
1166 - context: content_safety_system_events
1167 - family: Content Safety
1168 - type: line
1169 - units: events
1170 - algorithm: absolute
1171 - dimensions:
1172 - - selector: cognitive_services.rai_system_event_average
1173 - name: events
1174 - - id: am_azure_cognitive_services__content_safety_moderation
1175 - title: Azure Cognitive Services Content Moderation Calls
1176 - context: content_safety_moderation
1177 - family: Content Safety
1178 - type: line
1179 - units: requests/s
1180 - algorithm: incremental
1181 - dimensions:
1182 - - selector: cognitive_services.content_safety_text_analyze_request_count_total
1183 - name: text
1184 - - selector: cognitive_services.content_safety_image_analyze_request_count_total
1185 - name: image
1186 - - id: am_azure_cognitive_services__job_duration
1187 - title: Azure Cognitive Services Job Duration
1188 - context: job_duration
1189 - family: Language
1190 - type: line
1191 - units: milliseconds
1192 - algorithm: absolute
1193 - dimensions:
1194 - - selector: cognitive_services.job_duration_average
1195 - name: average
1196 - - id: am_azure_cognitive_services__personalizer_actions
1197 - title: Azure Cognitive Services Personalizer Action Occurrences
1198 - context: personalizer_actions
1199 - family: Personalizer
1200 - type: line
1201 - units: occurrences/s
1202 - algorithm: incremental
1203 - dimensions:
1204 - - selector: cognitive_services.action_id_occurrences_total
1205 - name: occurrences
1206 - - id: am_azure_cognitive_services__personalizer_actions_per_event
1207 - title: Azure Cognitive Services Personalizer Actions Per Event
1208 - context: personalizer_actions_per_event
1209 - family: Personalizer
1210 - type: line
1211 - units: actions
1212 - algorithm: absolute
1213 - dimensions:
1214 - - selector: cognitive_services.actions_per_event_average
1215 - name: average
1216 - - id: am_azure_cognitive_services__personalizer_feature_occurrences
1217 - title: Azure Cognitive Services Personalizer Feature Occurrences
1218 - context: personalizer_feature_occurrences
1219 - family: Personalizer
1220 - type: line
1221 - units: occurrences/s
1222 - algorithm: incremental
1223 - dimensions:
1224 - - selector: cognitive_services.action_feature_id_occurrences_total
1225 - name: action
1226 - - selector: cognitive_services.context_feature_id_occurrences_total
1227 - name: context
1228 - - selector: cognitive_services.slot_feature_id_occurrences_total
1229 - name: slot
1230 - - id: am_azure_cognitive_services__personalizer_feature_cardinality
1231 - title: Azure Cognitive Services Personalizer Feature Cardinality
1232 - context: personalizer_feature_cardinality
1233 - family: Personalizer
1234 - type: line
1235 - units: features
1236 - algorithm: absolute
1237 - dimensions:
1238 - - selector: cognitive_services.feature_cardinality_action_average
1239 - name: action
1240 - - selector: cognitive_services.feature_cardinality_context_average
1241 - name: context
1242 - - selector: cognitive_services.feature_cardinality_slot_average
1243 - name: slot
1244 - - id: am_azure_cognitive_services__personalizer_features_per_event
1245 - title: Azure Cognitive Services Personalizer Features Per Event
1246 - context: personalizer_features_per_event
1247 - family: Personalizer
1248 - type: line
1249 - units: features
1250 - algorithm: absolute
1251 - dimensions:
1252 - - selector: cognitive_services.action_features_per_event_average
1253 - name: action
1254 - - selector: cognitive_services.context_features_per_event_average
1255 - name: context
1256 - - selector: cognitive_services.slot_features_per_event_average
1257 - name: slot
1258 - - id: am_azure_cognitive_services__personalizer_namespaces_per_event
1259 - title: Azure Cognitive Services Personalizer Namespaces Per Event
1260 - context: personalizer_namespaces_per_event
1261 - family: Personalizer
1262 - type: line
1263 - units: namespaces
1264 - algorithm: absolute
1265 - dimensions:
1266 - - selector: cognitive_services.action_namespaces_per_event_average
1267 - name: action
1268 - - selector: cognitive_services.context_namespaces_per_event_average
1269 - name: context
1270 - - selector: cognitive_services.slot_namespaces_per_event_average
1271 - name: slot
1272 - - id: am_azure_cognitive_services__personalizer_rewards
1273 - title: Azure Cognitive Services Personalizer Rewards
1274 - context: personalizer_rewards
1275 - family: Personalizer
1276 - type: line
1277 - units: reward
1278 - algorithm: absolute
1279 - dimensions:
1280 - - selector: cognitive_services.reward_average
1281 - name: average
1282 - - selector: cognitive_services.slot_reward_average
1283 - name: slot
1284 - - id: am_azure_cognitive_services__personalizer_estimator_rewards
1285 - title: Azure Cognitive Services Personalizer Estimator Rewards
1286 - context: personalizer_estimator_rewards
1287 - family: Personalizer
1288 - type: line
1289 - units: reward
1290 - algorithm: absolute
1291 - dimensions:
1292 - - selector: cognitive_services.online_estimator_overall_reward_average
1293 - name: online
1294 - - selector: cognitive_services.baseline_estimator_overall_reward_average
1295 - name: baseline
1296 - - selector: cognitive_services.baseline_random_estimator_overall_reward_average
1297 - name: baseline_random
1298 - - id: am_azure_cognitive_services__personalizer_estimator_slot_rewards
1299 - title: Azure Cognitive Services Personalizer Estimator Slot Rewards
1300 - context: personalizer_estimator_slot_rewards
1301 - family: Personalizer
1302 - type: line
1303 - units: reward
1304 - algorithm: absolute
1305 - dimensions:
1306 - - selector: cognitive_services.online_estimator_slot_reward_average
1307 - name: online
1308 - - selector: cognitive_services.baseline_estimator_slot_reward_average
1309 - name: baseline
1310 - - selector: cognitive_services.baseline_random_estimator_slot_reward_average
1311 - name: baseline_random
1312 - - id: am_azure_cognitive_services__personalizer_slots
1313 - title: Azure Cognitive Services Personalizer Slots
1314 - context: personalizer_slots
1315 - family: Personalizer
1316 - type: line
1317 - units: slots
1318 - algorithm: absolute
1319 - dimensions:
1320 - - selector: cognitive_services.number_of_slots_average
1321 - name: average
1322 - - id: am_azure_cognitive_services__personalizer_slot_occurrences
1323 - title: Azure Cognitive Services Personalizer Slot Occurrences
1324 - context: personalizer_slot_occurrences
1325 - family: Personalizer
1326 - type: line
1327 - units: occurrences/s
1328 - algorithm: incremental
1329 - dimensions:
1330 - - selector: cognitive_services.slot_id_occurrences_total
1331 - name: occurrences
1332 - - id: am_azure_cognitive_services__personalizer_event_counts
1333 - title: Azure Cognitive Services Personalizer Event Counts
1334 - context: personalizer_event_counts
1335 - family: Personalizer
1336 - type: line
1337 - units: events/s
1338 - algorithm: incremental
1339 - dimensions:
1340 - - selector: cognitive_services.online_event_count_total
1341 - name: online
1342 - - selector: cognitive_services.baseline_random_event_count_total
1343 - name: baseline_random
1344 - - selector: cognitive_services.user_baseline_event_count_total
1345 - name: user_baseline
1346 - - id: am_azure_cognitive_services__personalizer_estimated_rewards
1347 - title: Azure Cognitive Services Personalizer Estimated Rewards
1348 - context: personalizer_estimated_rewards
1349 - family: Personalizer
1350 - type: line
1351 - units: reward/s
1352 - algorithm: incremental
1353 - dimensions:
1354 - - selector: cognitive_services.online_reward_total
1355 - name: online
1356 - - selector: cognitive_services.baseline_random_reward_total
1357 - name: baseline_random
1358 - - selector: cognitive_services.user_baseline_reward_total
1359 - name: user_baseline
1360 - - id: am_azure_cognitive_services__speech_transcription
1361 - title: Azure Cognitive Services Speech Transcription
1362 - context: speech_transcription
1363 - family: Speech Services
1364 - type: line
1365 - units: seconds/s
1366 - algorithm: incremental
1367 - dimensions:
1368 - - selector: cognitive_services.audio_seconds_transcribed_total
1369 - name: realtime
1370 - - selector: cognitive_services.audio_seconds_batch_transcribed_total
1371 - name: batch
1372 - - selector: cognitive_services.audio_seconds_batch_whisper_transcribed_total
1373 - name: batch_whisper
1374 - - selector: cognitive_services.audio_seconds_fast_transcribed_total
1375 - name: fast
1376 - - selector: cognitive_services.audio_seconds_fast_whisper_transcribed_total
1377 - name: fast_whisper
1378 - - id: am_azure_cognitive_services__speech_translation
1379 - title: Azure Cognitive Services Speech Translation
1380 - context: speech_translation
1381 - family: Speech Services
1382 - type: line
1383 - units: seconds/s
1384 - algorithm: incremental
1385 - dimensions:
1386 - - selector: cognitive_services.audio_seconds_translated_total
1387 - name: translated
1388 - - id: am_azure_cognitive_services__speech_synthesis
1389 - title: Azure Cognitive Services Speech Synthesis
1390 - context: speech_synthesis
1391 - family: Speech Services
1392 - type: line
1393 - units: characters/s
1394 - algorithm: incremental
1395 - dimensions:
1396 - - selector: cognitive_services.synthesized_characters_total
1397 - name: synthesized
1398 - - id: am_azure_cognitive_services__speech_video_synthesis
1399 - title: Azure Cognitive Services Video Synthesis
1400 - context: speech_video_synthesis
1401 - family: Speech Services
1402 - type: line
1403 - units: seconds/s
1404 - algorithm: incremental
1405 - dimensions:
1406 - - selector: cognitive_services.video_seconds_synthesized_total
1407 - name: synthesized
1408 - - id: am_azure_cognitive_services__speech_avatar
1409 - title: Azure Cognitive Services Avatar Usage
1410 - context: speech_avatar
1411 - family: Speech Services
1412 - type: line
1413 - units: seconds/s
1414 - algorithm: incremental
1415 - dimensions:
1416 - - selector: cognitive_services.avatar_model_hosting_seconds_total
1417 - name: hosting
1418 - - selector: cognitive_services.avatar_model_training_seconds_total
1419 - name: training
1420 - - id: am_azure_cognitive_services__speech_speaker_recognition
1421 - title: Azure Cognitive Services Speaker Recognition
1422 - context: speech_speaker_recognition
1423 - family: Speech Services
1424 - type: line
1425 - units: transactions/s
1426 - algorithm: incremental
1427 - dimensions:
1428 - - selector: cognitive_services.speaker_recognition_transactions_total
1429 - name: transactions
1430 - - id: am_azure_cognitive_services__speech_speaker_profiles
1431 - title: Azure Cognitive Services Speaker Profiles
1432 - context: speech_speaker_profiles
1433 - family: Speech Services
1434 - type: line
1435 - units: profiles/s
1436 - algorithm: incremental
1437 - dimensions:
1438 - - selector: cognitive_services.numberof_speaker_profiles_total
1439 - name: profiles
1440 - - id: am_azure_cognitive_services__speech_model_hosting
1441 - title: Azure Cognitive Services Speech Model Hosting
1442 - context: speech_model_hosting
1443 - family: Speech Services
1444 - type: line
1445 - units: hours/s
1446 - algorithm: incremental
1447 - dimensions:
1448 - - selector: cognitive_services.speech_model_hosting_hours_total
1449 - name: hosting
1450 - - id: am_azure_cognitive_services__speech_voice_live_tokens
1451 - title: Azure Cognitive Services Voice Live Tokens
1452 - context: speech_voice_live_tokens
1453 - family: Speech Services
1454 - type: line
1455 - units: tokens/s
1456 - algorithm: incremental
1457 - dimensions:
1458 - - selector: cognitive_services.voice_live_audio_input_tokens_total
1459 - name: audio_input
1460 - - selector: cognitive_services.voice_live_audio_output_tokens_total
1461 - name: audio_output
1462 - - selector: cognitive_services.voice_live_cached_audio_input_tokens_total
1463 - name: cached_audio_input
1464 - - selector: cognitive_services.voice_live_text_input_tokens_total
1465 - name: text_input
1466 - - selector: cognitive_services.voice_live_text_output_tokens_total
1467 - name: text_output
1468 - - selector: cognitive_services.voice_live_cached_text_input_tokens_total
1469 - name: cached_text_input
1470 - - id: am_azure_cognitive_services__speech_voice_model
1471 - title: Azure Cognitive Services Voice Model Usage
1472 - context: speech_voice_model
1473 - family: Speech Services
1474 - type: line
1475 - units: hours/s
1476 - algorithm: incremental
1477 - dimensions:
1478 - - selector: cognitive_services.voice_model_hosting_hours_total
1479 - name: hosting
1480 - - id: am_azure_cognitive_services__speech_voice_training
1481 - title: Azure Cognitive Services Voice Model Training
1482 - context: speech_voice_training
1483 - family: Speech Services
1484 - type: line
1485 - units: minutes/s
1486 - algorithm: incremental
1487 - dimensions:
1488 - - selector: cognitive_services.voice_model_training_minutes_total
1489 - name: training
1490 - - id: am_azure_cognitive_services__translator_text
1491 - title: Azure Cognitive Services Translator Text Characters
1492 - context: translator_text
1493 - family: Translator
1494 - type: line
1495 - units: characters/s
1496 - algorithm: incremental
1497 - dimensions:
1498 - - selector: cognitive_services.text_characters_translated_total
1499 - name: standard
1500 - - selector: cognitive_services.text_custom_characters_translated_total
1501 - name: custom
1502 - - selector: cognitive_services.text_trained_characters_total
1503 - name: trained
1504 - - id: am_azure_cognitive_services__translator_document
1505 - title: Azure Cognitive Services Translator Document Characters
1506 - context: translator_document
1507 - family: Translator
1508 - type: line
1509 - units: characters/s
1510 - algorithm: incremental
1511 - dimensions:
1512 - - selector: cognitive_services.document_characters_translated_total
1513 - name: standard
1514 - - selector: cognitive_services.document_custom_characters_translated_total
1515 - name: custom
1516 - - id: am_azure_cognitive_services__translator_document_sync
1517 - title: Azure Cognitive Services Translator Document Sync Characters
1518 - context: translator_document_sync
1519 - family: Translator
1520 - type: line
1521 - units: characters/s
1522 - algorithm: incremental
1523 - dimensions:
1524 - - selector: cognitive_services.one_document_characters_translated_total
1525 - name: standard
1526 - - selector: cognitive_services.one_document_custom_characters_translated_total
1527 - name: custom
1528 - - id: am_azure_cognitive_services__translator_pro_app
1529 - title: Azure Cognitive Services Translator Pro App Usage
1530 - context: translator_pro_app
1531 - family: Translator
1532 - type: line
1533 - units: seconds/s
1534 - algorithm: incremental
1535 - dimensions:
1536 - - selector: cognitive_services.translator_pro_app_seconds_total
1537 - name: seconds
1538 - - id: am_azure_cognitive_services__vision_transactions
1539 - title: Azure Cognitive Services Vision Transactions
1540 - context: vision_transactions
1541 - family: Vision
1542 - type: line
1543 - units: transactions/s
1544 - algorithm: incremental
1545 - dimensions:
1546 - - selector: cognitive_services.computer_vision_transactions_total
1547 - name: computer_vision
1548 - - selector: cognitive_services.custom_vision_transactions_total
1549 - name: custom_vision
1550 - - id: am_azure_cognitive_services__vision_training
1551 - title: Azure Cognitive Services Custom Vision Training
1552 - context: vision_training
1553 - family: Vision
1554 - type: line
1555 - units: seconds/s
1556 - algorithm: incremental
1557 - dimensions:
1558 - - selector: cognitive_services.custom_vision_training_time_total
1559 - name: training_time
1560 - - id: am_azure_cognitive_services__vision_images_stored
1561 - title: Azure Cognitive Services Images Stored
1562 - context: vision_images_stored
1563 - family: Vision
1564 - type: line
1565 - units: images/s
1566 - algorithm: incremental
1567 - dimensions:
1568 - - selector: cognitive_services.images_stored_total
1569 - name: stored
1570 - - id: am_azure_cognitive_services__face_transactions
1571 - title: Azure Cognitive Services Face Transactions
1572 - context: face_transactions
1573 - family: Face
1574 - type: line
1575 - units: transactions/s
1576 - algorithm: incremental
1577 - dimensions:
1578 - - selector: cognitive_services.face_transactions_total
1579 - name: transactions
1580 - - id: am_azure_cognitive_services__face_images_trained
1581 - title: Azure Cognitive Services Face Images Trained
1582 - context: face_images_trained
1583 - family: Face
1584 - type: line
1585 - units: images/s
1586 - algorithm: incremental
1587 - dimensions:
1588 - - selector: cognitive_services.face_images_trained_total
1589 - name: trained
1590 - - id: am_azure_cognitive_services__faces_stored
1591 - title: Azure Cognitive Services Faces Stored
1592 - context: faces_stored
1593 - family: Face
1594 - type: line
1595 - units: faces/s
1596 - algorithm: incremental
1597 - dimensions:
1598 - - selector: cognitive_services.faces_stored_total
1599 - name: stored
1600 - - id: am_azure_cognitive_services__luis_requests
1601 - title: Azure Cognitive Services LUIS Requests
1602 - context: luis_requests
1603 - family: LUIS
1604 - type: line
1605 - units: requests/s
1606 - algorithm: incremental
1607 - dimensions:
1608 - - selector: cognitive_services.luis_speech_requests_total
1609 - name: speech
1610 - - selector: cognitive_services.luis_text_requests_total
1611 - name: text
1612 - - id: am_azure_cognitive_services__text_processing
1613 - title: Azure Cognitive Services Text Processing
1614 - context: text_processing
1615 - family: Text Processing
1616 - type: line
1617 - units: records/s
1618 - algorithm: incremental
1619 - dimensions:
1620 - - selector: cognitive_services.processed_text_records_total
1621 - name: text
1622 - - selector: cognitive_services.processed_health_text_records_total
1623 - name: health_text
1624 - - selector: cognitive_services.question_answering_text_records_total
1625 - name: question_answering
1626 - - id: am_azure_cognitive_services__processed_characters
1627 - title: Azure Cognitive Services Processed Characters
1628 - context: processed_characters
1629 - family: Text Processing
1630 - type: line
1631 - units: characters/s
1632 - algorithm: incremental
1633 - dimensions:
1634 - - selector: cognitive_services.processed_characters_total
1635 - name: characters
1636 - - id: am_azure_cognitive_services__processed_images
1637 - title: Azure Cognitive Services Processed Images
1638 - context: processed_images
1639 - family: Text Processing
1640 - type: line
1641 - units: images/s
1642 - algorithm: incremental
1643 - dimensions:
1644 - - selector: cognitive_services.processed_images_total
1645 - name: images
1646 - - id: am_azure_cognitive_services__processed_pages
1647 - title: Azure Cognitive Services Processed Pages
1648 - context: processed_pages
1649 - family: Text Processing
1650 - type: line
1651 - units: pages/s
1652 - algorithm: incremental
1653 - dimensions:
1654 - - selector: cognitive_services.processed_pages_total
1655 - name: pages
1656 - - id: am_azure_cognitive_services__carnegie_inference
1657 - title: Azure Cognitive Services Carnegie Inference
1658 - context: carnegie_inference
1659 - family: Content Safety
1660 - type: line
1661 - units: inferences/s
1662 - algorithm: incremental
1663 - dimensions:
1664 - - selector: cognitive_services.carnegie_inference_count_total
1665 - name: inferences
1666 - - id: am_azure_cognitive_services__personalizer_events
1667 - title: Azure Cognitive Services Personalizer Events
1668 - context: personalizer_events
1669 - family: Personalizer
1670 - type: line
1671 - units: events/s
1672 - algorithm: incremental
1673 - dimensions:
1674 - - selector: cognitive_services.total_events_total
1675 - name: total
1676 - - selector: cognitive_services.learned_events_total
1677 - name: learned
1678 - - selector: cognitive_services.non_activated_events_total
1679 - name: non_activated
1680 - - id: am_azure_cognitive_services__personalizer_reward_tracking
1681 - title: Azure Cognitive Services Personalizer Reward Tracking
1682 - context: personalizer_reward_tracking
1683 - family: Personalizer
1684 - type: line
1685 - units: rewards/s
1686 - algorithm: incremental
1687 - dimensions:
1688 - - selector: cognitive_services.matched_rewards_total
1689 - name: matched
1690 - - selector: cognitive_services.observed_rewards_total
1691 - name: observed
836 + - id: am_azure_cognitive_services__availability
837 + title: Azure Cognitive Services Availability
838 + context: availability
839 + family: Availability
840 + type: line
841 + units: percentage
842 + algorithm: absolute
843 + dimensions:
844 + - selector: cognitive_services.success_rate_average
845 + name: availability
846 + - id: am_azure_cognitive_services__calls
847 + title: Azure Cognitive Services Calls
848 + context: calls
849 + family: HTTP Requests
850 + type: line
851 + units: calls/s
852 + algorithm: incremental
853 + dimensions:
854 + - selector: cognitive_services.total_calls_total
855 + name: total
856 + - selector: cognitive_services.successful_calls_total
857 + name: successful
858 + - selector: cognitive_services.blocked_calls_total
859 + name: blocked
860 + - selector: cognitive_services.total_token_calls_total
861 + name: token
862 + - id: am_azure_cognitive_services__errors
863 + title: Azure Cognitive Services Errors
864 + context: errors
865 + family: HTTP Requests
866 + type: line
867 + units: errors/s
868 + algorithm: incremental
869 + dimensions:
870 + - selector: cognitive_services.total_errors_total
871 + name: total
872 + - selector: cognitive_services.client_errors_total
873 + name: client
874 + - selector: cognitive_services.server_errors_total
875 + name: server
876 + - id: am_azure_cognitive_services__latency
877 + title: Azure Cognitive Services Latency
878 + context: latency
879 + family: Performance
880 + type: line
881 + units: milliseconds
882 + algorithm: absolute
883 + dimensions:
884 + - selector: cognitive_services.latency_average
885 + name: average
886 + - id: am_azure_cognitive_services__data_transfer
887 + title: Azure Cognitive Services Data Transfer
888 + context: data_transfer
889 + family: HTTP Requests
890 + type: line
891 + units: bytes/s
892 + algorithm: incremental
893 + dimensions:
894 + - selector: cognitive_services.data_in_total
895 + name: in
896 + - selector: cognitive_services.data_out_total
897 + name: out
898 + - id: am_azure_cognitive_services__rate_limit
899 + title: Azure Cognitive Services Rate Limit
900 + context: rate_limit
901 + family: HTTP Requests
902 + type: line
903 + units: requests/s
904 + algorithm: incremental
905 + dimensions:
906 + - selector: cognitive_services.ratelimit_total
907 + name: rate_limit
908 + - id: am_azure_cognitive_services__openai_availability
909 + title: Azure OpenAI Availability
910 + context: openai_availability
911 + family: Azure OpenAI
912 + type: line
913 + units: percentage
914 + algorithm: absolute
915 + dimensions:
916 + - selector: cognitive_services.azure_open_ai_availability_rate_average
917 + name: availability
918 + - id: am_azure_cognitive_services__openai_requests
919 + title: Azure OpenAI Requests
920 + context: openai_requests
921 + family: Azure OpenAI
922 + type: line
923 + units: requests/s
924 + algorithm: incremental
925 + dimensions:
926 + - selector: cognitive_services.azure_open_ai_requests_total
927 + name: requests
928 + - id: am_azure_cognitive_services__openai_latency
929 + title: Azure OpenAI Latency
930 + context: openai_latency
931 + family: Azure OpenAI
932 + type: line
933 + units: milliseconds
934 + algorithm: absolute
935 + dimensions:
936 + - selector: cognitive_services.azure_open_ai_time_to_response_average
937 + name: time_to_response
938 + - selector: cognitive_services.azure_open_ai_normalized_ttft_in_ms_average
939 + name: time_to_first_token
940 + - selector: cognitive_services.azure_open_ai_normalized_tbt_in_ms_average
941 + name: time_between_tokens
942 + - selector: cognitive_services.azure_open_aittlt_in_ms_average
943 + name: time_to_last_byte
944 + - id: am_azure_cognitive_services__openai_generation_speed
945 + title: Azure OpenAI Token Generation Speed
946 + context: openai_generation_speed
947 + family: Azure OpenAI
948 + type: line
949 + units: tokens/s
950 + algorithm: absolute
951 + dimensions:
952 + - selector: cognitive_services.azure_open_ai_token_per_second_average
953 + name: tokens_per_second
954 + - id: am_azure_cognitive_services__openai_token_usage
955 + title: Azure OpenAI Token Usage
956 + context: openai_token_usage
957 + family: Azure OpenAI
958 + type: line
959 + units: tokens/s
960 + algorithm: incremental
961 + dimensions:
962 + - selector: cognitive_services.token_transaction_total
963 + name: total
964 + - selector: cognitive_services.processed_prompt_tokens_total
965 + name: prompt
966 + - selector: cognitive_services.generated_tokens_total
967 + name: generated
968 + - selector: cognitive_services.active_tokens_total
969 + name: active
970 + - id: am_azure_cognitive_services__openai_audio_tokens
971 + title: Azure OpenAI Audio Tokens
972 + context: openai_audio_tokens
973 + family: Azure OpenAI
974 + type: line
975 + units: tokens/s
976 + algorithm: incremental
977 + dimensions:
978 + - selector: cognitive_services.audio_prompt_tokens_total
979 + name: prompt
980 + - selector: cognitive_services.audio_completion_tokens_total
981 + name: completion
982 + - id: am_azure_cognitive_services__openai_cache_match_rate
983 + title: Azure OpenAI Prompt Token Cache Match Rate
984 + context: openai_cache_match_rate
985 + family: Azure OpenAI
986 + type: line
987 + units: percentage
988 + algorithm: absolute
989 + dimensions:
990 + - selector: cognitive_services.azure_open_ai_context_tokens_cache_match_rate_average
991 + name: cache_match_rate
992 + - id: am_azure_cognitive_services__openai_provisioned_utilization
993 + title: Azure OpenAI Provisioned-managed Utilization
994 + context: openai_provisioned_utilization
995 + family: Azure OpenAI
996 + type: line
997 + units: percentage
998 + algorithm: absolute
999 + dimensions:
1000 + - selector: cognitive_services.azure_open_ai_provisioned_managed_utilization_v2_average
1001 + name: utilization
1002 + - id: am_azure_cognitive_services__openai_finetuning
1003 + title: Azure OpenAI Fine-Tuning Training Hours
1004 + context: openai_finetuning
1005 + family: Azure OpenAI
1006 + type: line
1007 + units: hours/s
1008 + algorithm: incremental
1009 + dimensions:
1010 + - selector: cognitive_services.fine_tuned_training_hours_total
1011 + name: training_hours
1012 + - id: am_azure_cognitive_services__openai_realtime_usage
1013 + title: Azure OpenAI Realtime API Usage
1014 + context: openai_realtime_usage
1015 + family: Azure OpenAI
1016 + type: line
1017 + units: seconds/s
1018 + algorithm: incremental
1019 + dimensions:
1020 + - selector: cognitive_services.realtime_usage_time_total
1021 + name: seconds_used
1022 + - id: am_azure_cognitive_services__model_availability
1023 + title: Azure Cognitive Services Model Availability
1024 + context: model_availability
1025 + family: Models
1026 + type: line
1027 + units: percentage
1028 + algorithm: absolute
1029 + dimensions:
1030 + - selector: cognitive_services.model_availability_rate_average
1031 + name: availability
1032 + - id: am_azure_cognitive_services__model_requests
1033 + title: Azure Cognitive Services Model Requests
1034 + context: model_requests
1035 + family: Models
1036 + type: line
1037 + units: requests/s
1038 + algorithm: incremental
1039 + dimensions:
1040 + - selector: cognitive_services.model_requests_total
1041 + name: requests
1042 + - id: am_azure_cognitive_services__model_latency
1043 + title: Azure Cognitive Services Model Latency
1044 + context: model_latency
1045 + family: Models
1046 + type: line
1047 + units: milliseconds
1048 + algorithm: absolute
1049 + dimensions:
1050 + - selector: cognitive_services.time_to_response_average
1051 + name: time_to_response
1052 + - selector: cognitive_services.normalized_time_to_first_token_average
1053 + name: time_to_first_token
1054 + - selector: cognitive_services.normalized_time_between_tokens_average
1055 + name: time_between_tokens
1056 + - selector: cognitive_services.time_to_last_byte_average
1057 + name: time_to_last_byte
1058 + - id: am_azure_cognitive_services__model_generation_speed
1059 + title: Azure Cognitive Services Model Token Generation Speed
1060 + context: model_generation_speed
1061 + family: Models
1062 + type: line
1063 + units: tokens/s
1064 + algorithm: absolute
1065 + dimensions:
1066 + - selector: cognitive_services.tokens_per_second_average
1067 + name: tokens_per_second
1068 + - id: am_azure_cognitive_services__model_token_usage
1069 + title: Azure Cognitive Services Model Token Usage
1070 + context: model_token_usage
1071 + family: Models
1072 + type: line
1073 + units: tokens/s
1074 + algorithm: incremental
1075 + dimensions:
1076 + - selector: cognitive_services.total_tokens_total
1077 + name: total
1078 + - selector: cognitive_services.input_tokens_total
1079 + name: input
1080 + - selector: cognitive_services.output_tokens_total
1081 + name: output
1082 + - id: am_azure_cognitive_services__model_audio_tokens
1083 + title: Azure Cognitive Services Model Audio Tokens
1084 + context: model_audio_tokens
1085 + family: Models
1086 + type: line
1087 + units: tokens/s
1088 + algorithm: incremental
1089 + dimensions:
1090 + - selector: cognitive_services.audio_input_tokens_total
1091 + name: input
1092 + - selector: cognitive_services.audio_output_tokens_total
1093 + name: output
1094 + - id: am_azure_cognitive_services__model_cache_tokens
1095 + title: Azure Cognitive Services Model Cache Tokens
1096 + context: model_cache_tokens
1097 + family: Models
1098 + type: line
1099 + units: tokens/s
1100 + algorithm: incremental
1101 + dimensions:
1102 + - selector: cognitive_services.cache_read_input_tokens_total
1103 + name: cache_read
1104 + - selector: cognitive_services.ephemeral1h_input_tokens_total
1105 + name: cache_write_1h
1106 + - selector: cognitive_services.ephemeral5m_input_tokens_total
1107 + name: cache_write_5m
1108 + - id: am_azure_cognitive_services__model_provisioned_utilization
1109 + title: Azure Cognitive Services Model Provisioned Utilization
1110 + context: model_provisioned_utilization
1111 + family: Models
1112 + type: line
1113 + units: percentage
1114 + algorithm: absolute
1115 + dimensions:
1116 + - selector: cognitive_services.provisioned_utilization_average
1117 + name: utilization
1118 + - id: am_azure_cognitive_services__model_pages
1119 + title: Azure Cognitive Services Model Pages Processed
1120 + context: model_pages
1121 + family: Models
1122 + type: line
1123 + units: pages/s
1124 + algorithm: incremental
1125 + dimensions:
1126 + - selector: cognitive_services.total_pages_total
1127 + name: total
1128 + - selector: cognitive_services.annotated_pages_total
1129 + name: annotated
1130 + - id: am_azure_cognitive_services__model_generated_images
1131 + title: Azure Cognitive Services Generated Images
1132 + context: model_generated_images
1133 + family: Models
1134 + type: line
1135 + units: images/s
1136 + algorithm: incremental
1137 + dimensions:
1138 + - selector: cognitive_services.generated_images_total
1139 + name: generated
1140 + - id: am_azure_cognitive_services__content_safety_requests
1141 + title: Azure Cognitive Services Content Safety Requests
1142 + context: content_safety_requests
1143 + family: Content Safety
1144 + type: line
1145 + units: requests/s
1146 + algorithm: incremental
1147 + dimensions:
1148 + - selector: cognitive_services.rai_total_requests_total
1149 + name: total
1150 + - selector: cognitive_services.rai_harmful_requests_total
1151 + name: harmful
1152 + - selector: cognitive_services.rai_rejected_requests_total
1153 + name: blocked
1154 + - id: am_azure_cognitive_services__content_safety_abusive_users
1155 + title: Azure Cognitive Services Potentially Abusive Users
1156 + context: content_safety_abusive_users
1157 + family: Content Safety
1158 + type: line
1159 + units: users/s
1160 + algorithm: incremental
1161 + dimensions:
1162 + - selector: cognitive_services.rai_abusive_users_count_total
1163 + name: abusive_users
1164 + - id: am_azure_cognitive_services__content_safety_system_events
1165 + title: Azure Cognitive Services Safety System Events
1166 + context: content_safety_system_events
1167 + family: Content Safety
1168 + type: line
1169 + units: events
1170 + algorithm: absolute
1171 + dimensions:
1172 + - selector: cognitive_services.rai_system_event_average
1173 + name: events
1174 + - id: am_azure_cognitive_services__content_safety_moderation
1175 + title: Azure Cognitive Services Content Moderation Calls
1176 + context: content_safety_moderation
1177 + family: Content Safety
1178 + type: line
1179 + units: requests/s
1180 + algorithm: incremental
1181 + dimensions:
1182 + - selector: cognitive_services.content_safety_text_analyze_request_count_total
1183 + name: text
1184 + - selector: cognitive_services.content_safety_image_analyze_request_count_total
1185 + name: image
1186 + - id: am_azure_cognitive_services__job_duration
1187 + title: Azure Cognitive Services Job Duration
1188 + context: job_duration
1189 + family: Language
1190 + type: line
1191 + units: milliseconds
1192 + algorithm: absolute
1193 + dimensions:
1194 + - selector: cognitive_services.job_duration_average
1195 + name: average
1196 + - id: am_azure_cognitive_services__personalizer_actions
1197 + title: Azure Cognitive Services Personalizer Action Occurrences
1198 + context: personalizer_actions
1199 + family: Personalizer
1200 + type: line
1201 + units: occurrences/s
1202 + algorithm: incremental
1203 + dimensions:
1204 + - selector: cognitive_services.action_id_occurrences_total
1205 + name: occurrences
1206 + - id: am_azure_cognitive_services__personalizer_actions_per_event
1207 + title: Azure Cognitive Services Personalizer Actions Per Event
1208 + context: personalizer_actions_per_event
1209 + family: Personalizer
1210 + type: line
1211 + units: actions
1212 + algorithm: absolute
1213 + dimensions:
1214 + - selector: cognitive_services.actions_per_event_average
1215 + name: average
1216 + - id: am_azure_cognitive_services__personalizer_feature_occurrences
1217 + title: Azure Cognitive Services Personalizer Feature Occurrences
1218 + context: personalizer_feature_occurrences
1219 + family: Personalizer
1220 + type: line
1221 + units: occurrences/s
1222 + algorithm: incremental
1223 + dimensions:
1224 + - selector: cognitive_services.action_feature_id_occurrences_total
1225 + name: action
1226 + - selector: cognitive_services.context_feature_id_occurrences_total
1227 + name: context
1228 + - selector: cognitive_services.slot_feature_id_occurrences_total
1229 + name: slot
1230 + - id: am_azure_cognitive_services__personalizer_feature_cardinality
1231 + title: Azure Cognitive Services Personalizer Feature Cardinality
1232 + context: personalizer_feature_cardinality
1233 + family: Personalizer
1234 + type: line
1235 + units: features
1236 + algorithm: absolute
1237 + dimensions:
1238 + - selector: cognitive_services.feature_cardinality_action_average
1239 + name: action
1240 + - selector: cognitive_services.feature_cardinality_context_average
1241 + name: context
1242 + - selector: cognitive_services.feature_cardinality_slot_average
1243 + name: slot
1244 + - id: am_azure_cognitive_services__personalizer_features_per_event
1245 + title: Azure Cognitive Services Personalizer Features Per Event
1246 + context: personalizer_features_per_event
1247 + family: Personalizer
1248 + type: line
1249 + units: features
1250 + algorithm: absolute
1251 + dimensions:
1252 + - selector: cognitive_services.action_features_per_event_average
1253 + name: action
1254 + - selector: cognitive_services.context_features_per_event_average
1255 + name: context
1256 + - selector: cognitive_services.slot_features_per_event_average
1257 + name: slot
1258 + - id: am_azure_cognitive_services__personalizer_namespaces_per_event
1259 + title: Azure Cognitive Services Personalizer Namespaces Per Event
1260 + context: personalizer_namespaces_per_event
1261 + family: Personalizer
1262 + type: line
1263 + units: namespaces
1264 + algorithm: absolute
1265 + dimensions:
1266 + - selector: cognitive_services.action_namespaces_per_event_average
1267 + name: action
1268 + - selector: cognitive_services.context_namespaces_per_event_average
1269 + name: context
1270 + - selector: cognitive_services.slot_namespaces_per_event_average
1271 + name: slot
1272 + - id: am_azure_cognitive_services__personalizer_rewards
1273 + title: Azure Cognitive Services Personalizer Rewards
1274 + context: personalizer_rewards
1275 + family: Personalizer
1276 + type: line
1277 + units: reward
1278 + algorithm: absolute
1279 + dimensions:
1280 + - selector: cognitive_services.reward_average
1281 + name: average
1282 + - selector: cognitive_services.slot_reward_average
1283 + name: slot
1284 + - id: am_azure_cognitive_services__personalizer_estimator_rewards
1285 + title: Azure Cognitive Services Personalizer Estimator Rewards
1286 + context: personalizer_estimator_rewards
1287 + family: Personalizer
1288 + type: line
1289 + units: reward
1290 + algorithm: absolute
1291 + dimensions:
1292 + - selector: cognitive_services.online_estimator_overall_reward_average
1293 + name: online
1294 + - selector: cognitive_services.baseline_estimator_overall_reward_average
1295 + name: baseline
1296 + - selector: cognitive_services.baseline_random_estimator_overall_reward_average
1297 + name: baseline_random
1298 + - id: am_azure_cognitive_services__personalizer_estimator_slot_rewards
1299 + title: Azure Cognitive Services Personalizer Estimator Slot Rewards
1300 + context: personalizer_estimator_slot_rewards
1301 + family: Personalizer
1302 + type: line
1303 + units: reward
1304 + algorithm: absolute
1305 + dimensions:
1306 + - selector: cognitive_services.online_estimator_slot_reward_average
1307 + name: online
1308 + - selector: cognitive_services.baseline_estimator_slot_reward_average
1309 + name: baseline
1310 + - selector: cognitive_services.baseline_random_estimator_slot_reward_average
1311 + name: baseline_random
1312 + - id: am_azure_cognitive_services__personalizer_slots
1313 + title: Azure Cognitive Services Personalizer Slots
1314 + context: personalizer_slots
1315 + family: Personalizer
1316 + type: line
1317 + units: slots
1318 + algorithm: absolute
1319 + dimensions:
1320 + - selector: cognitive_services.number_of_slots_average
1321 + name: average
1322 + - id: am_azure_cognitive_services__personalizer_slot_occurrences
1323 + title: Azure Cognitive Services Personalizer Slot Occurrences
1324 + context: personalizer_slot_occurrences
1325 + family: Personalizer
1326 + type: line
1327 + units: occurrences/s
1328 + algorithm: incremental
1329 + dimensions:
1330 + - selector: cognitive_services.slot_id_occurrences_total
1331 + name: occurrences
1332 + - id: am_azure_cognitive_services__personalizer_event_counts
1333 + title: Azure Cognitive Services Personalizer Event Counts
1334 + context: personalizer_event_counts
1335 + family: Personalizer
1336 + type: line
1337 + units: events/s
1338 + algorithm: incremental
1339 + dimensions:
1340 + - selector: cognitive_services.online_event_count_total
1341 + name: online
1342 + - selector: cognitive_services.baseline_random_event_count_total
1343 + name: baseline_random
1344 + - selector: cognitive_services.user_baseline_event_count_total
1345 + name: user_baseline
1346 + - id: am_azure_cognitive_services__personalizer_estimated_rewards
1347 + title: Azure Cognitive Services Personalizer Estimated Rewards
1348 + context: personalizer_estimated_rewards
1349 + family: Personalizer
1350 + type: line
1351 + units: reward/s
1352 + algorithm: incremental
1353 + dimensions:
1354 + - selector: cognitive_services.online_reward_total
1355 + name: online
1356 + - selector: cognitive_services.baseline_random_reward_total
1357 + name: baseline_random
1358 + - selector: cognitive_services.user_baseline_reward_total
1359 + name: user_baseline
1360 + - id: am_azure_cognitive_services__speech_transcription
1361 + title: Azure Cognitive Services Speech Transcription
1362 + context: speech_transcription
1363 + family: Speech Services
1364 + type: line
1365 + units: seconds/s
1366 + algorithm: incremental
1367 + dimensions:
1368 + - selector: cognitive_services.audio_seconds_transcribed_total
1369 + name: realtime
1370 + - selector: cognitive_services.audio_seconds_batch_transcribed_total
1371 + name: batch
1372 + - selector: cognitive_services.audio_seconds_batch_whisper_transcribed_total
1373 + name: batch_whisper
1374 + - selector: cognitive_services.audio_seconds_fast_transcribed_total
1375 + name: fast
1376 + - selector: cognitive_services.audio_seconds_fast_whisper_transcribed_total
1377 + name: fast_whisper
1378 + - id: am_azure_cognitive_services__speech_translation
1379 + title: Azure Cognitive Services Speech Translation
1380 + context: speech_translation
1381 + family: Speech Services
1382 + type: line
1383 + units: seconds/s
1384 + algorithm: incremental
1385 + dimensions:
1386 + - selector: cognitive_services.audio_seconds_translated_total
1387 + name: translated
1388 + - id: am_azure_cognitive_services__speech_synthesis
1389 + title: Azure Cognitive Services Speech Synthesis
1390 + context: speech_synthesis
1391 + family: Speech Services
1392 + type: line
1393 + units: characters/s
1394 + algorithm: incremental
1395 + dimensions:
1396 + - selector: cognitive_services.synthesized_characters_total
1397 + name: synthesized
1398 + - id: am_azure_cognitive_services__speech_video_synthesis
1399 + title: Azure Cognitive Services Video Synthesis
1400 + context: speech_video_synthesis
1401 + family: Speech Services
1402 + type: line
1403 + units: seconds/s
1404 + algorithm: incremental
1405 + dimensions:
1406 + - selector: cognitive_services.video_seconds_synthesized_total
1407 + name: synthesized
1408 + - id: am_azure_cognitive_services__speech_avatar
1409 + title: Azure Cognitive Services Avatar Usage
1410 + context: speech_avatar
1411 + family: Speech Services
1412 + type: line
1413 + units: seconds/s
1414 + algorithm: incremental
1415 + dimensions:
1416 + - selector: cognitive_services.avatar_model_hosting_seconds_total
1417 + name: hosting
1418 + - selector: cognitive_services.avatar_model_training_seconds_total
1419 + name: training
1420 + - id: am_azure_cognitive_services__speech_speaker_recognition
1421 + title: Azure Cognitive Services Speaker Recognition
1422 + context: speech_speaker_recognition
1423 + family: Speech Services
1424 + type: line
1425 + units: transactions/s
1426 + algorithm: incremental
1427 + dimensions:
1428 + - selector: cognitive_services.speaker_recognition_transactions_total
1429 + name: transactions
1430 + - id: am_azure_cognitive_services__speech_speaker_profiles
1431 + title: Azure Cognitive Services Speaker Profiles
1432 + context: speech_speaker_profiles
1433 + family: Speech Services
1434 + type: line
1435 + units: profiles/s
1436 + algorithm: incremental
1437 + dimensions:
1438 + - selector: cognitive_services.numberof_speaker_profiles_total
1439 + name: profiles
1440 + - id: am_azure_cognitive_services__speech_model_hosting
1441 + title: Azure Cognitive Services Speech Model Hosting
1442 + context: speech_model_hosting
1443 + family: Speech Services
1444 + type: line
1445 + units: hours/s
1446 + algorithm: incremental
1447 + dimensions:
1448 + - selector: cognitive_services.speech_model_hosting_hours_total
1449 + name: hosting
1450 + - id: am_azure_cognitive_services__speech_voice_live_tokens
1451 + title: Azure Cognitive Services Voice Live Tokens
1452 + context: speech_voice_live_tokens
1453 + family: Speech Services
1454 + type: line
1455 + units: tokens/s
1456 + algorithm: incremental
1457 + dimensions:
1458 + - selector: cognitive_services.voice_live_audio_input_tokens_total
1459 + name: audio_input
1460 + - selector: cognitive_services.voice_live_audio_output_tokens_total
1461 + name: audio_output
1462 + - selector: cognitive_services.voice_live_cached_audio_input_tokens_total
1463 + name: cached_audio_input
1464 + - selector: cognitive_services.voice_live_text_input_tokens_total
1465 + name: text_input
1466 + - selector: cognitive_services.voice_live_text_output_tokens_total
1467 + name: text_output
1468 + - selector: cognitive_services.voice_live_cached_text_input_tokens_total
1469 + name: cached_text_input
1470 + - id: am_azure_cognitive_services__speech_voice_model
1471 + title: Azure Cognitive Services Voice Model Usage
1472 + context: speech_voice_model
1473 + family: Speech Services
1474 + type: line
1475 + units: hours/s
1476 + algorithm: incremental
1477 + dimensions:
1478 + - selector: cognitive_services.voice_model_hosting_hours_total
1479 + name: hosting
1480 + - id: am_azure_cognitive_services__speech_voice_training
1481 + title: Azure Cognitive Services Voice Model Training
1482 + context: speech_voice_training
1483 + family: Speech Services
1484 + type: line
1485 + units: minutes/s
1486 + algorithm: incremental
1487 + dimensions:
1488 + - selector: cognitive_services.voice_model_training_minutes_total
1489 + name: training
1490 + - id: am_azure_cognitive_services__translator_text
1491 + title: Azure Cognitive Services Translator Text Characters
1492 + context: translator_text
1493 + family: Translator
1494 + type: line
1495 + units: characters/s
1496 + algorithm: incremental
1497 + dimensions:
1498 + - selector: cognitive_services.text_characters_translated_total
1499 + name: standard
1500 + - selector: cognitive_services.text_custom_characters_translated_total
1501 + name: custom
1502 + - selector: cognitive_services.text_trained_characters_total
1503 + name: trained
1504 + - id: am_azure_cognitive_services__translator_document
1505 + title: Azure Cognitive Services Translator Document Characters
1506 + context: translator_document
1507 + family: Translator
1508 + type: line
1509 + units: characters/s
1510 + algorithm: incremental
1511 + dimensions:
1512 + - selector: cognitive_services.document_characters_translated_total
1513 + name: standard
1514 + - selector: cognitive_services.document_custom_characters_translated_total
1515 + name: custom
1516 + - id: am_azure_cognitive_services__translator_document_sync
1517 + title: Azure Cognitive Services Translator Document Sync Characters
1518 + context: translator_document_sync
1519 + family: Translator
1520 + type: line
1521 + units: characters/s
1522 + algorithm: incremental
1523 + dimensions:
1524 + - selector: cognitive_services.one_document_characters_translated_total
1525 + name: standard
1526 + - selector: cognitive_services.one_document_custom_characters_translated_total
1527 + name: custom
1528 + - id: am_azure_cognitive_services__translator_pro_app
1529 + title: Azure Cognitive Services Translator Pro App Usage
1530 + context: translator_pro_app
1531 + family: Translator
1532 + type: line
1533 + units: seconds/s
1534 + algorithm: incremental
1535 + dimensions:
1536 + - selector: cognitive_services.translator_pro_app_seconds_total
1537 + name: seconds
1538 + - id: am_azure_cognitive_services__vision_transactions
1539 + title: Azure Cognitive Services Vision Transactions
1540 + context: vision_transactions
1541 + family: Vision
1542 + type: line
1543 + units: transactions/s
1544 + algorithm: incremental
1545 + dimensions:
1546 + - selector: cognitive_services.computer_vision_transactions_total
1547 + name: computer_vision
1548 + - selector: cognitive_services.custom_vision_transactions_total
1549 + name: custom_vision
1550 + - id: am_azure_cognitive_services__vision_training
1551 + title: Azure Cognitive Services Custom Vision Training
1552 + context: vision_training
1553 + family: Vision
1554 + type: line
1555 + units: seconds/s
1556 + algorithm: incremental
1557 + dimensions:
1558 + - selector: cognitive_services.custom_vision_training_time_total
1559 + name: training_time
1560 + - id: am_azure_cognitive_services__vision_images_stored
1561 + title: Azure Cognitive Services Images Stored
1562 + context: vision_images_stored
1563 + family: Vision
1564 + type: line
1565 + units: images/s
1566 + algorithm: incremental
1567 + dimensions:
1568 + - selector: cognitive_services.images_stored_total
1569 + name: stored
1570 + - id: am_azure_cognitive_services__face_transactions
1571 + title: Azure Cognitive Services Face Transactions
1572 + context: face_transactions
1573 + family: Face
1574 + type: line
1575 + units: transactions/s
1576 + algorithm: incremental
1577 + dimensions:
1578 + - selector: cognitive_services.face_transactions_total
1579 + name: transactions
1580 + - id: am_azure_cognitive_services__face_images_trained
1581 + title: Azure Cognitive Services Face Images Trained
1582 + context: face_images_trained
1583 + family: Face
1584 + type: line
1585 + units: images/s
1586 + algorithm: incremental
1587 + dimensions:
1588 + - selector: cognitive_services.face_images_trained_total
1589 + name: trained
1590 + - id: am_azure_cognitive_services__faces_stored
1591 + title: Azure Cognitive Services Faces Stored
1592 + context: faces_stored
1593 + family: Face
1594 + type: line
1595 + units: faces/s
1596 + algorithm: incremental
1597 + dimensions:
1598 + - selector: cognitive_services.faces_stored_total
1599 + name: stored
1600 + - id: am_azure_cognitive_services__luis_requests
1601 + title: Azure Cognitive Services LUIS Requests
1602 + context: luis_requests
1603 + family: LUIS
1604 + type: line
1605 + units: requests/s
1606 + algorithm: incremental
1607 + dimensions:
1608 + - selector: cognitive_services.luis_speech_requests_total
1609 + name: speech
1610 + - selector: cognitive_services.luis_text_requests_total
1611 + name: text
1612 + - id: am_azure_cognitive_services__text_processing
1613 + title: Azure Cognitive Services Text Processing
1614 + context: text_processing
1615 + family: Text Processing
1616 + type: line
1617 + units: records/s
1618 + algorithm: incremental
1619 + dimensions:
1620 + - selector: cognitive_services.processed_text_records_total
1621 + name: text
1622 + - selector: cognitive_services.processed_health_text_records_total
1623 + name: health_text
1624 + - selector: cognitive_services.question_answering_text_records_total
1625 + name: question_answering
1626 + - id: am_azure_cognitive_services__processed_characters
1627 + title: Azure Cognitive Services Processed Characters
1628 + context: processed_characters
1629 + family: Text Processing
1630 + type: line
1631 + units: characters/s
1632 + algorithm: incremental
1633 + dimensions:
1634 + - selector: cognitive_services.processed_characters_total
1635 + name: characters
1636 + - id: am_azure_cognitive_services__processed_images
1637 + title: Azure Cognitive Services Processed Images
1638 + context: processed_images
1639 + family: Text Processing
1640 + type: line
1641 + units: images/s
1642 + algorithm: incremental
1643 + dimensions:
1644 + - selector: cognitive_services.processed_images_total
1645 + name: images
1646 + - id: am_azure_cognitive_services__processed_pages
1647 + title: Azure Cognitive Services Processed Pages
1648 + context: processed_pages
1649 + family: Text Processing
1650 + type: line
1651 + units: pages/s
1652 + algorithm: incremental
1653 + dimensions:
1654 + - selector: cognitive_services.processed_pages_total
1655 + name: pages
1656 + - id: am_azure_cognitive_services__carnegie_inference
1657 + title: Azure Cognitive Services Carnegie Inference
1658 + context: carnegie_inference
1659 + family: Content Safety
1660 + type: line
1661 + units: inferences/s
1662 + algorithm: incremental
1663 + dimensions:
1664 + - selector: cognitive_services.carnegie_inference_count_total
1665 + name: inferences
1666 + - id: am_azure_cognitive_services__personalizer_events
1667 + title: Azure Cognitive Services Personalizer Events
1668 + context: personalizer_events
1669 + family: Personalizer
1670 + type: line
1671 + units: events/s
1672 + algorithm: incremental
1673 + dimensions:
1674 + - selector: cognitive_services.total_events_total
1675 + name: total
1676 + - selector: cognitive_services.learned_events_total
1677 + name: learned
1678 + - selector: cognitive_services.non_activated_events_total
1679 + name: non_activated
1680 + - id: am_azure_cognitive_services__personalizer_reward_tracking
1681 + title: Azure Cognitive Services Personalizer Reward Tracking
1682 + context: personalizer_reward_tracking
1683 + family: Personalizer
1684 + type: line
1685 + units: rewards/s
1686 + algorithm: incremental
1687 + dimensions:
1688 + - selector: cognitive_services.matched_rewards_total
1689 + name: matched
1690 + - selector: cognitive_services.observed_rewards_total
1691 + name: observed
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/container_apps.yaml
+450 -450
@@ -3,461 +3,461 @@ id: container_apps
3 name: Azure Container Apps
4 resource_type: Microsoft.App/containerApps
5 metrics:
6 -- id: usage_nano_cores
7 - azure_name: UsageNanoCores
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: cpu_percentage
15 - azure_name: CpuPercentage
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 - - aggregation: maximum
21 - kind: gauge
22 -- id: working_set_bytes
23 - azure_name: WorkingSetBytes
24 - time_grain: PT1M
25 - series:
26 - - aggregation: average
27 - kind: gauge
28 - - aggregation: maximum
29 - kind: gauge
30 -- id: memory_percentage
31 - azure_name: MemoryPercentage
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 - - aggregation: maximum
37 - kind: gauge
38 -- id: replicas
39 - azure_name: Replicas
40 - time_grain: PT1M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 -- id: cores_quota_used
45 - azure_name: CoresQuotaUsed
46 - time_grain: PT1M
47 - series:
48 - - aggregation: maximum
49 - kind: gauge
50 -- id: total_cores_quota_used
51 - azure_name: TotalCoresQuotaUsed
52 - time_grain: PT1M
53 - series:
54 - - aggregation: average
55 - kind: gauge
56 -- id: restart_count
57 - azure_name: RestartCount
58 - time_grain: PT1M
59 - series:
60 - - aggregation: total
61 - kind: counter
62 -- id: requests
63 - azure_name: Requests
64 - time_grain: PT1M
65 - series:
66 - - aggregation: total
67 - kind: counter
68 -- id: response_time
69 - azure_name: ResponseTime
70 - time_grain: PT1M
71 - series:
72 - - aggregation: average
73 - kind: gauge
74 -- id: rx_bytes
75 - azure_name: RxBytes
76 - time_grain: PT1M
77 - series:
78 - - aggregation: total
79 - kind: counter
80 -- id: tx_bytes
81 - azure_name: TxBytes
82 - time_grain: PT1M
83 - series:
84 - - aggregation: total
85 - kind: counter
86 -- id: resiliency_connect_timeouts
87 - azure_name: ResiliencyConnectTimeouts
88 - time_grain: PT1M
89 - series:
90 - - aggregation: total
91 - kind: counter
92 -- id: resiliency_request_timeouts
93 - azure_name: ResiliencyRequestTimeouts
94 - time_grain: PT1M
95 - series:
96 - - aggregation: total
97 - kind: counter
98 -- id: resiliency_request_retries
99 - azure_name: ResiliencyRequestRetries
100 - time_grain: PT1M
101 - series:
102 - - aggregation: total
103 - kind: counter
104 -- id: resiliency_requests_pending_connection_pool
105 - azure_name: ResiliencyRequestsPendingConnectionPool
106 - time_grain: PT1M
107 - series:
108 - - aggregation: total
109 - kind: counter
110 -- id: resiliency_ejected_hosts
111 - azure_name: ResiliencyEjectedHosts
112 - time_grain: PT1M
113 - series:
114 - - aggregation: total
115 - kind: counter
116 -- id: resiliency_ejections_aborted
117 - azure_name: ResiliencyEjectionsAborted
118 - time_grain: PT1M
119 - series:
120 - - aggregation: total
121 - kind: counter
122 -- id: gpu_utilization_percentage
123 - azure_name: GpuUtilizationPercentage
124 - time_grain: PT1M
125 - series:
126 - - aggregation: average
127 - kind: gauge
128 - - aggregation: maximum
129 - kind: gauge
130 -- id: jvm_buffer_count
131 - azure_name: JvmBufferCount
132 - time_grain: PT1M
133 - series:
134 - - aggregation: average
135 - kind: gauge
136 -- id: jvm_buffer_memory_limit
137 - azure_name: JvmBufferMemoryLimit
138 - time_grain: PT1M
139 - series:
140 - - aggregation: average
141 - kind: gauge
142 -- id: jvm_buffer_memory_usage
143 - azure_name: JvmBufferMemoryUsage
144 - time_grain: PT1M
145 - series:
146 - - aggregation: average
147 - kind: gauge
148 -- id: jvm_gc_count
149 - azure_name: JvmGcCount
150 - time_grain: PT1M
151 - series:
152 - - aggregation: total
153 - kind: counter
154 -- id: jvm_gc_duration
155 - azure_name: JvmGcDuration
156 - time_grain: PT1M
157 - series:
158 - - aggregation: total
159 - kind: counter
160 -- id: jvm_memory_committed
161 - azure_name: JvmMemoryCommitted
162 - time_grain: PT1M
163 - series:
164 - - aggregation: average
165 - kind: gauge
166 -- id: jvm_memory_limit
167 - azure_name: JvmMemoryLimit
168 - time_grain: PT1M
169 - series:
170 - - aggregation: average
171 - kind: gauge
172 -- id: jvm_memory_used
173 - azure_name: JvmMemoryUsed
174 - time_grain: PT1M
175 - series:
176 - - aggregation: average
177 - kind: gauge
178 -- id: jvm_memory_total_committed
179 - azure_name: JvmMemoryTotalCommitted
180 - time_grain: PT1M
181 - series:
182 - - aggregation: average
183 - kind: gauge
184 -- id: jvm_memory_total_limit
185 - azure_name: JvmMemoryTotalLimit
186 - time_grain: PT1M
187 - series:
188 - - aggregation: average
189 - kind: gauge
190 -- id: jvm_memory_total_used
191 - azure_name: JvmMemoryTotalUsed
192 - time_grain: PT1M
193 - series:
194 - - aggregation: average
195 - kind: gauge
196 -- id: jvm_thread_count
197 - azure_name: JvmThreadCount
198 - time_grain: PT1M
199 - series:
200 - - aggregation: average
201 - kind: gauge
6 + - id: usage_nano_cores
7 + azure_name: UsageNanoCores
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: cpu_percentage
15 + azure_name: CpuPercentage
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - aggregation: maximum
21 + kind: gauge
22 + - id: working_set_bytes
23 + azure_name: WorkingSetBytes
24 + time_grain: PT1M
25 + series:
26 + - aggregation: average
27 + kind: gauge
28 + - aggregation: maximum
29 + kind: gauge
30 + - id: memory_percentage
31 + azure_name: MemoryPercentage
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - aggregation: maximum
37 + kind: gauge
38 + - id: replicas
39 + azure_name: Replicas
40 + time_grain: PT1M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - id: cores_quota_used
45 + azure_name: CoresQuotaUsed
46 + time_grain: PT1M
47 + series:
48 + - aggregation: maximum
49 + kind: gauge
50 + - id: total_cores_quota_used
51 + azure_name: TotalCoresQuotaUsed
52 + time_grain: PT1M
53 + series:
54 + - aggregation: average
55 + kind: gauge
56 + - id: restart_count
57 + azure_name: RestartCount
58 + time_grain: PT1M
59 + series:
60 + - aggregation: total
61 + kind: counter
62 + - id: requests
63 + azure_name: Requests
64 + time_grain: PT1M
65 + series:
66 + - aggregation: total
67 + kind: counter
68 + - id: response_time
69 + azure_name: ResponseTime
70 + time_grain: PT1M
71 + series:
72 + - aggregation: average
73 + kind: gauge
74 + - id: rx_bytes
75 + azure_name: RxBytes
76 + time_grain: PT1M
77 + series:
78 + - aggregation: total
79 + kind: counter
80 + - id: tx_bytes
81 + azure_name: TxBytes
82 + time_grain: PT1M
83 + series:
84 + - aggregation: total
85 + kind: counter
86 + - id: resiliency_connect_timeouts
87 + azure_name: ResiliencyConnectTimeouts
88 + time_grain: PT1M
89 + series:
90 + - aggregation: total
91 + kind: counter
92 + - id: resiliency_request_timeouts
93 + azure_name: ResiliencyRequestTimeouts
94 + time_grain: PT1M
95 + series:
96 + - aggregation: total
97 + kind: counter
98 + - id: resiliency_request_retries
99 + azure_name: ResiliencyRequestRetries
100 + time_grain: PT1M
101 + series:
102 + - aggregation: total
103 + kind: counter
104 + - id: resiliency_requests_pending_connection_pool
105 + azure_name: ResiliencyRequestsPendingConnectionPool
106 + time_grain: PT1M
107 + series:
108 + - aggregation: total
109 + kind: counter
110 + - id: resiliency_ejected_hosts
111 + azure_name: ResiliencyEjectedHosts
112 + time_grain: PT1M
113 + series:
114 + - aggregation: total
115 + kind: counter
116 + - id: resiliency_ejections_aborted
117 + azure_name: ResiliencyEjectionsAborted
118 + time_grain: PT1M
119 + series:
120 + - aggregation: total
121 + kind: counter
122 + - id: gpu_utilization_percentage
123 + azure_name: GpuUtilizationPercentage
124 + time_grain: PT1M
125 + series:
126 + - aggregation: average
127 + kind: gauge
128 + - aggregation: maximum
129 + kind: gauge
130 + - id: jvm_buffer_count
131 + azure_name: JvmBufferCount
132 + time_grain: PT1M
133 + series:
134 + - aggregation: average
135 + kind: gauge
136 + - id: jvm_buffer_memory_limit
137 + azure_name: JvmBufferMemoryLimit
138 + time_grain: PT1M
139 + series:
140 + - aggregation: average
141 + kind: gauge
142 + - id: jvm_buffer_memory_usage
143 + azure_name: JvmBufferMemoryUsage
144 + time_grain: PT1M
145 + series:
146 + - aggregation: average
147 + kind: gauge
148 + - id: jvm_gc_count
149 + azure_name: JvmGcCount
150 + time_grain: PT1M
151 + series:
152 + - aggregation: total
153 + kind: counter
154 + - id: jvm_gc_duration
155 + azure_name: JvmGcDuration
156 + time_grain: PT1M
157 + series:
158 + - aggregation: total
159 + kind: counter
160 + - id: jvm_memory_committed
161 + azure_name: JvmMemoryCommitted
162 + time_grain: PT1M
163 + series:
164 + - aggregation: average
165 + kind: gauge
166 + - id: jvm_memory_limit
167 + azure_name: JvmMemoryLimit
168 + time_grain: PT1M
169 + series:
170 + - aggregation: average
171 + kind: gauge
172 + - id: jvm_memory_used
173 + azure_name: JvmMemoryUsed
174 + time_grain: PT1M
175 + series:
176 + - aggregation: average
177 + kind: gauge
178 + - id: jvm_memory_total_committed
179 + azure_name: JvmMemoryTotalCommitted
180 + time_grain: PT1M
181 + series:
182 + - aggregation: average
183 + kind: gauge
184 + - id: jvm_memory_total_limit
185 + azure_name: JvmMemoryTotalLimit
186 + time_grain: PT1M
187 + series:
188 + - aggregation: average
189 + kind: gauge
190 + - id: jvm_memory_total_used
191 + azure_name: JvmMemoryTotalUsed
192 + time_grain: PT1M
193 + series:
194 + - aggregation: average
195 + kind: gauge
196 + - id: jvm_thread_count
197 + azure_name: JvmThreadCount
198 + time_grain: PT1M
199 + series:
200 + - aggregation: average
201 + kind: gauge
202 template:
203 family: Azure Container Apps
204 context_namespace: container_apps
205 chart_defaults:
206 label_promotion:
207 - - resource_name
208 - - resource_group
209 - - region
210 - - resource_type
211 - - profile
207 + - resource_name
208 + - resource_group
209 + - region
210 + - resource_type
211 + - profile
212 instances:
213 by_labels:
214 - - resource_uid
214 + - resource_uid
215 charts:
216 - - id: am_azure_container_apps__cpu_usage
217 - title: Azure Container Apps CPU Usage
218 - context: cpu_usage
219 - family: CPU
220 - type: line
221 - units: nanocores
222 - algorithm: absolute
223 - dimensions:
224 - - selector: container_apps.usage_nano_cores_average
225 - name: average
226 - - selector: container_apps.usage_nano_cores_maximum
227 - name: maximum
228 - - id: am_azure_container_apps__cpu_percentage
229 - title: Azure Container Apps CPU Percentage
230 - context: cpu_percentage
231 - family: CPU
232 - type: line
233 - units: percentage
234 - algorithm: absolute
235 - dimensions:
236 - - selector: container_apps.cpu_percentage_average
237 - name: average
238 - - selector: container_apps.cpu_percentage_maximum
239 - name: maximum
240 - - id: am_azure_container_apps__memory_working_set
241 - title: Azure Container Apps Memory Working Set
242 - context: memory_working_set
243 - family: Memory
244 - type: line
245 - units: bytes
246 - algorithm: absolute
247 - dimensions:
248 - - selector: container_apps.working_set_bytes_average
249 - name: average
250 - - selector: container_apps.working_set_bytes_maximum
251 - name: maximum
252 - - id: am_azure_container_apps__memory_percentage
253 - title: Azure Container Apps Memory Percentage
254 - context: memory_percentage
255 - family: Memory
256 - type: line
257 - units: percentage
258 - algorithm: absolute
259 - dimensions:
260 - - selector: container_apps.memory_percentage_average
261 - name: average
262 - - selector: container_apps.memory_percentage_maximum
263 - name: maximum
264 - - id: am_azure_container_apps__replicas
265 - title: Azure Container Apps Replica Count
266 - context: replicas
267 - family: Scaling
268 - type: line
269 - units: replicas
270 - algorithm: absolute
271 - dimensions:
272 - - selector: container_apps.replicas_average
273 - name: average
274 - - id: am_azure_container_apps__reserved_cores
275 - title: Azure Container Apps Reserved Cores
276 - context: reserved_cores
277 - family: Scaling
278 - type: line
279 - units: cores
280 - algorithm: absolute
281 - dimensions:
282 - - selector: container_apps.cores_quota_used_maximum
283 - name: per_revision
284 - - selector: container_apps.total_cores_quota_used_average
285 - name: total
286 - - id: am_azure_container_apps__restart_count
287 - title: Azure Container Apps Replica Restarts
288 - context: restart_count
289 - family: Scaling
290 - type: line
291 - units: restarts/s
292 - algorithm: incremental
293 - dimensions:
294 - - selector: container_apps.restart_count_total
295 - name: restarts
296 - - id: am_azure_container_apps__requests
297 - title: Azure Container Apps Requests
298 - context: requests
299 - family: Requests
300 - type: line
301 - units: requests/s
302 - algorithm: incremental
303 - dimensions:
304 - - selector: container_apps.requests_total
305 - name: requests
306 - - id: am_azure_container_apps__response_time
307 - title: Azure Container Apps Response Time
308 - context: response_time
309 - family: Requests
310 - type: line
311 - units: milliseconds
312 - algorithm: absolute
313 - dimensions:
314 - - selector: container_apps.response_time_average
315 - name: average
316 - - id: am_azure_container_apps__network
317 - title: Azure Container Apps Network Traffic
318 - context: network
319 - family: Network
320 - type: line
321 - units: bytes/s
322 - algorithm: incremental
323 - dimensions:
324 - - selector: container_apps.rx_bytes_total
325 - name: received
326 - - selector: container_apps.tx_bytes_total
327 - name: sent
328 - - id: am_azure_container_apps__resiliency_timeouts
329 - title: Azure Container Apps Resiliency Timeouts
330 - context: resiliency_timeouts
331 - family: Resiliency
332 - type: line
333 - units: timeouts/s
334 - algorithm: incremental
335 - dimensions:
336 - - selector: container_apps.resiliency_connect_timeouts_total
337 - name: connection
338 - - selector: container_apps.resiliency_request_timeouts_total
339 - name: request
340 - - id: am_azure_container_apps__resiliency_retries
341 - title: Azure Container Apps Resiliency Request Retries
342 - context: resiliency_retries
343 - family: Resiliency
344 - type: line
345 - units: retries/s
346 - algorithm: incremental
347 - dimensions:
348 - - selector: container_apps.resiliency_request_retries_total
349 - name: retries
350 - - id: am_azure_container_apps__resiliency_pending_connections
351 - title: Azure Container Apps Resiliency Pending Connection Pool
352 - context: resiliency_pending_connections
353 - family: Resiliency
354 - type: line
355 - units: requests/s
356 - algorithm: incremental
357 - dimensions:
358 - - selector: container_apps.resiliency_requests_pending_connection_pool_total
359 - name: pending
360 - - id: am_azure_container_apps__resiliency_ejections
361 - title: Azure Container Apps Resiliency Host Ejections
362 - context: resiliency_ejections
363 - family: Resiliency
364 - type: line
365 - units: ejections/s
366 - algorithm: incremental
367 - dimensions:
368 - - selector: container_apps.resiliency_ejected_hosts_total
369 - name: ejected
370 - - selector: container_apps.resiliency_ejections_aborted_total
371 - name: aborted
372 - - id: am_azure_container_apps__gpu_utilization
373 - title: Azure Container Apps GPU Utilization
374 - context: gpu_utilization
375 - family: GPU
376 - type: line
377 - units: percentage
378 - algorithm: absolute
379 - dimensions:
380 - - selector: container_apps.gpu_utilization_percentage_average
381 - name: average
382 - - selector: container_apps.gpu_utilization_percentage_maximum
383 - name: maximum
384 - - id: am_azure_container_apps__jvm_buffer_count
385 - title: Azure Container Apps JVM Buffer Count
386 - context: jvm_buffer_count
387 - family: JVM Buffers
388 - type: line
389 - units: buffers
390 - algorithm: absolute
391 - dimensions:
392 - - selector: container_apps.jvm_buffer_count_average
393 - name: average
394 - - id: am_azure_container_apps__jvm_buffer_memory
395 - title: Azure Container Apps JVM Buffer Memory
396 - context: jvm_buffer_memory
397 - family: JVM Buffers
398 - type: line
399 - units: bytes
400 - algorithm: absolute
401 - dimensions:
402 - - selector: container_apps.jvm_buffer_memory_usage_average
403 - name: used
404 - - selector: container_apps.jvm_buffer_memory_limit_average
405 - name: limit
406 - - id: am_azure_container_apps__jvm_gc_count
407 - title: Azure Container Apps JVM Garbage Collections
408 - context: jvm_gc_count
409 - family: JVM GC
410 - type: line
411 - units: collections/s
412 - algorithm: incremental
413 - dimensions:
414 - - selector: container_apps.jvm_gc_count_total
415 - name: collections
416 - - id: am_azure_container_apps__jvm_gc_duration
417 - title: Azure Container Apps JVM GC Duration
418 - context: jvm_gc_duration
419 - family: JVM GC
420 - type: line
421 - units: milliseconds/s
422 - algorithm: incremental
423 - dimensions:
424 - - selector: container_apps.jvm_gc_duration_total
425 - name: duration
426 - - id: am_azure_container_apps__jvm_memory_pool
427 - title: Azure Container Apps JVM Memory per Pool
428 - context: jvm_memory_pool
429 - family: JVM Memory
430 - type: line
431 - units: bytes
432 - algorithm: absolute
433 - dimensions:
434 - - selector: container_apps.jvm_memory_used_average
435 - name: used
436 - - selector: container_apps.jvm_memory_committed_average
437 - name: committed
438 - - selector: container_apps.jvm_memory_limit_average
439 - name: limit
440 - - id: am_azure_container_apps__jvm_memory_total
441 - title: Azure Container Apps JVM Memory Total
442 - context: jvm_memory_total
443 - family: JVM Memory
444 - type: line
445 - units: bytes
446 - algorithm: absolute
447 - dimensions:
448 - - selector: container_apps.jvm_memory_total_used_average
449 - name: used
450 - - selector: container_apps.jvm_memory_total_committed_average
451 - name: committed
452 - - selector: container_apps.jvm_memory_total_limit_average
453 - name: limit
454 - - id: am_azure_container_apps__jvm_thread_count
455 - title: Azure Container Apps JVM Thread Count
456 - context: jvm_thread_count
457 - family: JVM Threads
458 - type: line
459 - units: threads
460 - algorithm: absolute
461 - dimensions:
462 - - selector: container_apps.jvm_thread_count_average
463 - name: average
216 + - id: am_azure_container_apps__cpu_usage
217 + title: Azure Container Apps CPU Usage
218 + context: cpu_usage
219 + family: CPU
220 + type: line
221 + units: nanocores
222 + algorithm: absolute
223 + dimensions:
224 + - selector: container_apps.usage_nano_cores_average
225 + name: average
226 + - selector: container_apps.usage_nano_cores_maximum
227 + name: maximum
228 + - id: am_azure_container_apps__cpu_percentage
229 + title: Azure Container Apps CPU Percentage
230 + context: cpu_percentage
231 + family: CPU
232 + type: line
233 + units: percentage
234 + algorithm: absolute
235 + dimensions:
236 + - selector: container_apps.cpu_percentage_average
237 + name: average
238 + - selector: container_apps.cpu_percentage_maximum
239 + name: maximum
240 + - id: am_azure_container_apps__memory_working_set
241 + title: Azure Container Apps Memory Working Set
242 + context: memory_working_set
243 + family: Memory
244 + type: line
245 + units: bytes
246 + algorithm: absolute
247 + dimensions:
248 + - selector: container_apps.working_set_bytes_average
249 + name: average
250 + - selector: container_apps.working_set_bytes_maximum
251 + name: maximum
252 + - id: am_azure_container_apps__memory_percentage
253 + title: Azure Container Apps Memory Percentage
254 + context: memory_percentage
255 + family: Memory
256 + type: line
257 + units: percentage
258 + algorithm: absolute
259 + dimensions:
260 + - selector: container_apps.memory_percentage_average
261 + name: average
262 + - selector: container_apps.memory_percentage_maximum
263 + name: maximum
264 + - id: am_azure_container_apps__replicas
265 + title: Azure Container Apps Replica Count
266 + context: replicas
267 + family: Scaling
268 + type: line
269 + units: replicas
270 + algorithm: absolute
271 + dimensions:
272 + - selector: container_apps.replicas_average
273 + name: average
274 + - id: am_azure_container_apps__reserved_cores
275 + title: Azure Container Apps Reserved Cores
276 + context: reserved_cores
277 + family: Scaling
278 + type: line
279 + units: cores
280 + algorithm: absolute
281 + dimensions:
282 + - selector: container_apps.cores_quota_used_maximum
283 + name: per_revision
284 + - selector: container_apps.total_cores_quota_used_average
285 + name: total
286 + - id: am_azure_container_apps__restart_count
287 + title: Azure Container Apps Replica Restarts
288 + context: restart_count
289 + family: Scaling
290 + type: line
291 + units: restarts/s
292 + algorithm: incremental
293 + dimensions:
294 + - selector: container_apps.restart_count_total
295 + name: restarts
296 + - id: am_azure_container_apps__requests
297 + title: Azure Container Apps Requests
298 + context: requests
299 + family: Requests
300 + type: line
301 + units: requests/s
302 + algorithm: incremental
303 + dimensions:
304 + - selector: container_apps.requests_total
305 + name: requests
306 + - id: am_azure_container_apps__response_time
307 + title: Azure Container Apps Response Time
308 + context: response_time
309 + family: Requests
310 + type: line
311 + units: milliseconds
312 + algorithm: absolute
313 + dimensions:
314 + - selector: container_apps.response_time_average
315 + name: average
316 + - id: am_azure_container_apps__network
317 + title: Azure Container Apps Network Traffic
318 + context: network
319 + family: Network
320 + type: line
321 + units: bytes/s
322 + algorithm: incremental
323 + dimensions:
324 + - selector: container_apps.rx_bytes_total
325 + name: received
326 + - selector: container_apps.tx_bytes_total
327 + name: sent
328 + - id: am_azure_container_apps__resiliency_timeouts
329 + title: Azure Container Apps Resiliency Timeouts
330 + context: resiliency_timeouts
331 + family: Resiliency
332 + type: line
333 + units: timeouts/s
334 + algorithm: incremental
335 + dimensions:
336 + - selector: container_apps.resiliency_connect_timeouts_total
337 + name: connection
338 + - selector: container_apps.resiliency_request_timeouts_total
339 + name: request
340 + - id: am_azure_container_apps__resiliency_retries
341 + title: Azure Container Apps Resiliency Request Retries
342 + context: resiliency_retries
343 + family: Resiliency
344 + type: line
345 + units: retries/s
346 + algorithm: incremental
347 + dimensions:
348 + - selector: container_apps.resiliency_request_retries_total
349 + name: retries
350 + - id: am_azure_container_apps__resiliency_pending_connections
351 + title: Azure Container Apps Resiliency Pending Connection Pool
352 + context: resiliency_pending_connections
353 + family: Resiliency
354 + type: line
355 + units: requests/s
356 + algorithm: incremental
357 + dimensions:
358 + - selector: container_apps.resiliency_requests_pending_connection_pool_total
359 + name: pending
360 + - id: am_azure_container_apps__resiliency_ejections
361 + title: Azure Container Apps Resiliency Host Ejections
362 + context: resiliency_ejections
363 + family: Resiliency
364 + type: line
365 + units: ejections/s
366 + algorithm: incremental
367 + dimensions:
368 + - selector: container_apps.resiliency_ejected_hosts_total
369 + name: ejected
370 + - selector: container_apps.resiliency_ejections_aborted_total
371 + name: aborted
372 + - id: am_azure_container_apps__gpu_utilization
373 + title: Azure Container Apps GPU Utilization
374 + context: gpu_utilization
375 + family: GPU
376 + type: line
377 + units: percentage
378 + algorithm: absolute
379 + dimensions:
380 + - selector: container_apps.gpu_utilization_percentage_average
381 + name: average
382 + - selector: container_apps.gpu_utilization_percentage_maximum
383 + name: maximum
384 + - id: am_azure_container_apps__jvm_buffer_count
385 + title: Azure Container Apps JVM Buffer Count
386 + context: jvm_buffer_count
387 + family: JVM Buffers
388 + type: line
389 + units: buffers
390 + algorithm: absolute
391 + dimensions:
392 + - selector: container_apps.jvm_buffer_count_average
393 + name: average
394 + - id: am_azure_container_apps__jvm_buffer_memory
395 + title: Azure Container Apps JVM Buffer Memory
396 + context: jvm_buffer_memory
397 + family: JVM Buffers
398 + type: line
399 + units: bytes
400 + algorithm: absolute
401 + dimensions:
402 + - selector: container_apps.jvm_buffer_memory_usage_average
403 + name: used
404 + - selector: container_apps.jvm_buffer_memory_limit_average
405 + name: limit
406 + - id: am_azure_container_apps__jvm_gc_count
407 + title: Azure Container Apps JVM Garbage Collections
408 + context: jvm_gc_count
409 + family: JVM GC
410 + type: line
411 + units: collections/s
412 + algorithm: incremental
413 + dimensions:
414 + - selector: container_apps.jvm_gc_count_total
415 + name: collections
416 + - id: am_azure_container_apps__jvm_gc_duration
417 + title: Azure Container Apps JVM GC Duration
418 + context: jvm_gc_duration
419 + family: JVM GC
420 + type: line
421 + units: milliseconds/s
422 + algorithm: incremental
423 + dimensions:
424 + - selector: container_apps.jvm_gc_duration_total
425 + name: duration
426 + - id: am_azure_container_apps__jvm_memory_pool
427 + title: Azure Container Apps JVM Memory per Pool
428 + context: jvm_memory_pool
429 + family: JVM Memory
430 + type: line
431 + units: bytes
432 + algorithm: absolute
433 + dimensions:
434 + - selector: container_apps.jvm_memory_used_average
435 + name: used
436 + - selector: container_apps.jvm_memory_committed_average
437 + name: committed
438 + - selector: container_apps.jvm_memory_limit_average
439 + name: limit
440 + - id: am_azure_container_apps__jvm_memory_total
441 + title: Azure Container Apps JVM Memory Total
442 + context: jvm_memory_total
443 + family: JVM Memory
444 + type: line
445 + units: bytes
446 + algorithm: absolute
447 + dimensions:
448 + - selector: container_apps.jvm_memory_total_used_average
449 + name: used
450 + - selector: container_apps.jvm_memory_total_committed_average
451 + name: committed
452 + - selector: container_apps.jvm_memory_total_limit_average
453 + name: limit
454 + - id: am_azure_container_apps__jvm_thread_count
455 + title: Azure Container Apps JVM Thread Count
456 + context: jvm_thread_count
457 + family: JVM Threads
458 + type: line
459 + units: threads
460 + algorithm: absolute
461 + dimensions:
462 + - selector: container_apps.jvm_thread_count_average
463 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/container_instances.yaml
+70 -70
@@ -3,81 +3,81 @@ id: container_instances
3 name: Azure Container Instances
4 resource_type: Microsoft.ContainerInstance/containerGroups
5 metrics:
6 -- id: cpu_usage
7 - azure_name: CpuUsage
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: memory_usage
15 - azure_name: MemoryUsage
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 - - aggregation: maximum
21 - kind: gauge
22 -- id: network_bytes_received_per_second
23 - azure_name: NetworkBytesReceivedPerSecond
24 - time_grain: PT1M
25 - series:
26 - - aggregation: average
27 - kind: gauge
28 -- id: network_bytes_transmitted_per_second
29 - azure_name: NetworkBytesTransmittedPerSecond
30 - time_grain: PT1M
31 - series:
32 - - aggregation: average
33 - kind: gauge
6 + - id: cpu_usage
7 + azure_name: CpuUsage
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: memory_usage
15 + azure_name: MemoryUsage
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - aggregation: maximum
21 + kind: gauge
22 + - id: network_bytes_received_per_second
23 + azure_name: NetworkBytesReceivedPerSecond
24 + time_grain: PT1M
25 + series:
26 + - aggregation: average
27 + kind: gauge
28 + - id: network_bytes_transmitted_per_second
29 + azure_name: NetworkBytesTransmittedPerSecond
30 + time_grain: PT1M
31 + series:
32 + - aggregation: average
33 + kind: gauge
34 template:
35 family: Azure Container Instances
36 context_namespace: container_instances
37 chart_defaults:
38 label_promotion:
39 - - resource_name
40 - - resource_group
41 - - region
42 - - resource_type
43 - - profile
39 + - resource_name
40 + - resource_group
41 + - region
42 + - resource_type
43 + - profile
44 instances:
45 by_labels:
46 - - resource_uid
46 + - resource_uid
47 charts:
48 - - id: am_azure_container_instances__cpu_usage
49 - title: Azure Container Instances CPU Usage
50 - context: cpu_usage
51 - family: CPU
52 - type: line
53 - units: millicores
54 - algorithm: absolute
55 - dimensions:
56 - - selector: container_instances.cpu_usage_average
57 - name: average
58 - - selector: container_instances.cpu_usage_maximum
59 - name: maximum
60 - - id: am_azure_container_instances__memory_usage
61 - title: Azure Container Instances Memory Usage
62 - context: memory_usage
63 - family: Memory
64 - type: line
65 - units: bytes
66 - algorithm: absolute
67 - dimensions:
68 - - selector: container_instances.memory_usage_average
69 - name: average
70 - - selector: container_instances.memory_usage_maximum
71 - name: maximum
72 - - id: am_azure_container_instances__network
73 - title: Azure Container Instances Network Traffic
74 - context: network
75 - family: Network
76 - type: line
77 - units: bytes/s
78 - algorithm: absolute
79 - dimensions:
80 - - selector: container_instances.network_bytes_received_per_second_average
81 - name: received
82 - - selector: container_instances.network_bytes_transmitted_per_second_average
83 - name: sent
48 + - id: am_azure_container_instances__cpu_usage
49 + title: Azure Container Instances CPU Usage
50 + context: cpu_usage
51 + family: CPU
52 + type: line
53 + units: millicores
54 + algorithm: absolute
55 + dimensions:
56 + - selector: container_instances.cpu_usage_average
57 + name: average
58 + - selector: container_instances.cpu_usage_maximum
59 + name: maximum
60 + - id: am_azure_container_instances__memory_usage
61 + title: Azure Container Instances Memory Usage
62 + context: memory_usage
63 + family: Memory
64 + type: line
65 + units: bytes
66 + algorithm: absolute
67 + dimensions:
68 + - selector: container_instances.memory_usage_average
69 + name: average
70 + - selector: container_instances.memory_usage_maximum
71 + name: maximum
72 + - id: am_azure_container_instances__network
73 + title: Azure Container Instances Network Traffic
74 + context: network
75 + family: Network
76 + type: line
77 + units: bytes/s
78 + algorithm: absolute
79 + dimensions:
80 + - selector: container_instances.network_bytes_received_per_second_average
81 + name: received
82 + - selector: container_instances.network_bytes_transmitted_per_second_average
83 + name: sent
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/container_registry.yaml
+102 -102
@@ -3,113 +3,113 @@ id: container_registry
3 name: Azure Container Registry
4 resource_type: Microsoft.ContainerRegistry/registries
5 metrics:
6 -- id: storage_used
7 - azure_name: StorageUsed
8 - time_grain: PT1H
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: successful_pull_count
13 - azure_name: SuccessfulPullCount
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: successful_push_count
19 - azure_name: SuccessfulPushCount
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: total_pull_count
25 - azure_name: TotalPullCount
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: total_push_count
31 - azure_name: TotalPushCount
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: agent_pool_cpu_time
37 - azure_name: AgentPoolCPUTime
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: run_duration
43 - azure_name: RunDuration
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
6 + - id: storage_used
7 + azure_name: StorageUsed
8 + time_grain: PT1H
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: successful_pull_count
13 + azure_name: SuccessfulPullCount
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: successful_push_count
19 + azure_name: SuccessfulPushCount
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: total_pull_count
25 + azure_name: TotalPullCount
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: total_push_count
31 + azure_name: TotalPushCount
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: agent_pool_cpu_time
37 + azure_name: AgentPoolCPUTime
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: run_duration
43 + azure_name: RunDuration
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 template:
49 family: Azure Container Registry
50 context_namespace: container_registry
51 chart_defaults:
52 label_promotion:
53 - - resource_name
54 - - resource_group
55 - - region
56 - - resource_type
57 - - profile
53 + - resource_name
54 + - resource_group
55 + - region
56 + - resource_type
57 + - profile
58 instances:
59 by_labels:
60 - - resource_uid
60 + - resource_uid
61 charts:
62 - - id: am_azure_container_registry__storage_used
63 - title: Azure Container Registry Storage Used
64 - context: storage_used
65 - family: Storage
66 - type: line
67 - units: bytes
68 - algorithm: absolute
69 - dimensions:
70 - - selector: container_registry.storage_used_average
71 - name: used
72 - - id: am_azure_container_registry__pull_count
73 - title: Azure Container Registry Image Pulls
74 - context: pull_count
75 - family: Operations
76 - type: line
77 - units: pulls/s
78 - algorithm: incremental
79 - dimensions:
80 - - selector: container_registry.successful_pull_count_total
81 - name: successful
82 - - selector: container_registry.total_pull_count_total
83 - name: total
84 - - id: am_azure_container_registry__push_count
85 - title: Azure Container Registry Image Pushes
86 - context: push_count
87 - family: Operations
88 - type: line
89 - units: pushes/s
90 - algorithm: incremental
91 - dimensions:
92 - - selector: container_registry.successful_push_count_total
93 - name: successful
94 - - selector: container_registry.total_push_count_total
95 - name: total
96 - - id: am_azure_container_registry__agentpool_cpu_time
97 - title: Azure Container Registry AgentPool CPU Time
98 - context: agentpool_cpu_time
99 - family: Tasks
100 - type: line
101 - units: seconds/s
102 - algorithm: incremental
103 - dimensions:
104 - - selector: container_registry.agent_pool_cpu_time_total
105 - name: cpu_time
106 - - id: am_azure_container_registry__run_duration
107 - title: Azure Container Registry Task Run Duration
108 - context: run_duration
109 - family: Tasks
110 - type: line
111 - units: milliseconds/s
112 - algorithm: incremental
113 - dimensions:
114 - - selector: container_registry.run_duration_total
115 - name: duration
62 + - id: am_azure_container_registry__storage_used
63 + title: Azure Container Registry Storage Used
64 + context: storage_used
65 + family: Storage
66 + type: line
67 + units: bytes
68 + algorithm: absolute
69 + dimensions:
70 + - selector: container_registry.storage_used_average
71 + name: used
72 + - id: am_azure_container_registry__pull_count
73 + title: Azure Container Registry Image Pulls
74 + context: pull_count
75 + family: Operations
76 + type: line
77 + units: pulls/s
78 + algorithm: incremental
79 + dimensions:
80 + - selector: container_registry.successful_pull_count_total
81 + name: successful
82 + - selector: container_registry.total_pull_count_total
83 + name: total
84 + - id: am_azure_container_registry__push_count
85 + title: Azure Container Registry Image Pushes
86 + context: push_count
87 + family: Operations
88 + type: line
89 + units: pushes/s
90 + algorithm: incremental
91 + dimensions:
92 + - selector: container_registry.successful_push_count_total
93 + name: successful
94 + - selector: container_registry.total_push_count_total
95 + name: total
96 + - id: am_azure_container_registry__agentpool_cpu_time
97 + title: Azure Container Registry AgentPool CPU Time
98 + context: agentpool_cpu_time
99 + family: Tasks
100 + type: line
101 + units: seconds/s
102 + algorithm: incremental
103 + dimensions:
104 + - selector: container_registry.agent_pool_cpu_time_total
105 + name: cpu_time
106 + - id: am_azure_container_registry__run_duration
107 + title: Azure Container Registry Task Run Duration
108 + context: run_duration
109 + family: Tasks
110 + type: line
111 + units: milliseconds/s
112 + algorithm: incremental
113 + dimensions:
114 + - selector: container_registry.run_duration_total
115 + name: duration
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/cosmos_db.yaml
+406 -406
@@ -3,417 +3,417 @@ id: cosmos_db
3 name: Azure Cosmos DB Account
4 resource_type: Microsoft.DocumentDB/databaseAccounts
5 metrics:
6 -- id: total_requests
7 - azure_name: TotalRequests
8 - time_grain: PT1M
9 - series:
10 - - aggregation: count
11 - kind: counter
12 -- id: total_request_units
13 - azure_name: TotalRequestUnits
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: normalized_ru_consumption
19 - azure_name: NormalizedRUConsumption
20 - time_grain: PT1M
21 - series:
22 - - aggregation: maximum
23 - kind: gauge
24 -- id: metadata_requests
25 - azure_name: MetadataRequests
26 - time_grain: PT1M
27 - series:
28 - - aggregation: count
29 - kind: counter
30 -- id: server_side_latency_direct
31 - azure_name: ServerSideLatencyDirect
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: server_side_latency_gateway
37 - azure_name: ServerSideLatencyGateway
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: replication_latency
43 - azure_name: ReplicationLatency
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: data_usage
49 - azure_name: DataUsage
50 - time_grain: PT5M
51 - series:
52 - - aggregation: maximum
53 - kind: gauge
54 -- id: index_usage
55 - azure_name: IndexUsage
56 - time_grain: PT5M
57 - series:
58 - - aggregation: maximum
59 - kind: gauge
60 -- id: document_quota
61 - azure_name: DocumentQuota
62 - time_grain: PT5M
63 - series:
64 - - aggregation: total
65 - kind: gauge
66 -- id: document_count
67 - azure_name: DocumentCount
68 - time_grain: PT5M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: physical_partition_size_info
73 - azure_name: PhysicalPartitionSizeInfo
74 - time_grain: PT1M
75 - series:
76 - - aggregation: maximum
77 - kind: gauge
78 -- id: physical_partition_count
79 - azure_name: PhysicalPartitionCount
80 - time_grain: PT5M
81 - series:
82 - - aggregation: maximum
83 - kind: gauge
84 -- id: physical_partition_throughput_info
85 - azure_name: PhysicalPartitionThroughputInfo
86 - time_grain: PT5M
87 - series:
88 - - aggregation: maximum
89 - kind: gauge
90 -- id: autoscaled_ru
91 - azure_name: AutoscaledRU
92 - time_grain: PT1M
93 - series:
94 - - aggregation: maximum
95 - kind: gauge
96 -- id: provisioned_throughput
97 - azure_name: ProvisionedThroughput
98 - time_grain: PT5M
99 - series:
100 - - aggregation: maximum
101 - kind: gauge
102 -- id: autoscale_max_throughput
103 - azure_name: AutoscaleMaxThroughput
104 - time_grain: PT5M
105 - series:
106 - - aggregation: maximum
107 - kind: gauge
108 -- id: service_availability
109 - azure_name: ServiceAvailability
110 - time_grain: PT1H
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: mongo_requests
115 - azure_name: MongoRequests
116 - time_grain: PT1M
117 - series:
118 - - aggregation: count
119 - kind: counter
120 -- id: cassandra_requests
121 - azure_name: CassandraRequests
122 - time_grain: PT1M
123 - series:
124 - - aggregation: count
125 - kind: counter
126 -- id: gremlin_requests
127 - azure_name: GremlinRequests
128 - time_grain: PT1M
129 - series:
130 - - aggregation: count
131 - kind: counter
132 -- id: mongo_request_charge
133 - azure_name: MongoRequestCharge
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: cassandra_request_charges
139 - azure_name: CassandraRequestCharges
140 - time_grain: PT1M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: gremlin_request_charges
145 - azure_name: GremlinRequestCharges
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: counter
150 -- id: dedicated_gateway_cpu_usage
151 - azure_name: DedicatedGatewayCPUUsage
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: dedicated_gateway_memory_usage
157 - azure_name: DedicatedGatewayMemoryUsage
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: dedicated_gateway_requests
163 - azure_name: DedicatedGatewayRequests
164 - time_grain: PT1M
165 - series:
166 - - aggregation: count
167 - kind: counter
168 -- id: integrated_cache_item_hit_rate
169 - azure_name: IntegratedCacheItemHitRate
170 - time_grain: PT5M
171 - series:
172 - - aggregation: average
173 - kind: gauge
174 -- id: integrated_cache_query_hit_rate
175 - azure_name: IntegratedCacheQueryHitRate
176 - time_grain: PT5M
177 - series:
178 - - aggregation: average
179 - kind: gauge
180 -- id: cassandra_connection_closures
181 - azure_name: CassandraConnectionClosures
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
6 + - id: total_requests
7 + azure_name: TotalRequests
8 + time_grain: PT1M
9 + series:
10 + - aggregation: count
11 + kind: counter
12 + - id: total_request_units
13 + azure_name: TotalRequestUnits
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: normalized_ru_consumption
19 + azure_name: NormalizedRUConsumption
20 + time_grain: PT1M
21 + series:
22 + - aggregation: maximum
23 + kind: gauge
24 + - id: metadata_requests
25 + azure_name: MetadataRequests
26 + time_grain: PT1M
27 + series:
28 + - aggregation: count
29 + kind: counter
30 + - id: server_side_latency_direct
31 + azure_name: ServerSideLatencyDirect
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: server_side_latency_gateway
37 + azure_name: ServerSideLatencyGateway
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: replication_latency
43 + azure_name: ReplicationLatency
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: data_usage
49 + azure_name: DataUsage
50 + time_grain: PT5M
51 + series:
52 + - aggregation: maximum
53 + kind: gauge
54 + - id: index_usage
55 + azure_name: IndexUsage
56 + time_grain: PT5M
57 + series:
58 + - aggregation: maximum
59 + kind: gauge
60 + - id: document_quota
61 + azure_name: DocumentQuota
62 + time_grain: PT5M
63 + series:
64 + - aggregation: total
65 + kind: gauge
66 + - id: document_count
67 + azure_name: DocumentCount
68 + time_grain: PT5M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: physical_partition_size_info
73 + azure_name: PhysicalPartitionSizeInfo
74 + time_grain: PT1M
75 + series:
76 + - aggregation: maximum
77 + kind: gauge
78 + - id: physical_partition_count
79 + azure_name: PhysicalPartitionCount
80 + time_grain: PT5M
81 + series:
82 + - aggregation: maximum
83 + kind: gauge
84 + - id: physical_partition_throughput_info
85 + azure_name: PhysicalPartitionThroughputInfo
86 + time_grain: PT5M
87 + series:
88 + - aggregation: maximum
89 + kind: gauge
90 + - id: autoscaled_ru
91 + azure_name: AutoscaledRU
92 + time_grain: PT1M
93 + series:
94 + - aggregation: maximum
95 + kind: gauge
96 + - id: provisioned_throughput
97 + azure_name: ProvisionedThroughput
98 + time_grain: PT5M
99 + series:
100 + - aggregation: maximum
101 + kind: gauge
102 + - id: autoscale_max_throughput
103 + azure_name: AutoscaleMaxThroughput
104 + time_grain: PT5M
105 + series:
106 + - aggregation: maximum
107 + kind: gauge
108 + - id: service_availability
109 + azure_name: ServiceAvailability
110 + time_grain: PT1H
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: mongo_requests
115 + azure_name: MongoRequests
116 + time_grain: PT1M
117 + series:
118 + - aggregation: count
119 + kind: counter
120 + - id: cassandra_requests
121 + azure_name: CassandraRequests
122 + time_grain: PT1M
123 + series:
124 + - aggregation: count
125 + kind: counter
126 + - id: gremlin_requests
127 + azure_name: GremlinRequests
128 + time_grain: PT1M
129 + series:
130 + - aggregation: count
131 + kind: counter
132 + - id: mongo_request_charge
133 + azure_name: MongoRequestCharge
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: cassandra_request_charges
139 + azure_name: CassandraRequestCharges
140 + time_grain: PT1M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: gremlin_request_charges
145 + azure_name: GremlinRequestCharges
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: counter
150 + - id: dedicated_gateway_cpu_usage
151 + azure_name: DedicatedGatewayCPUUsage
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: dedicated_gateway_memory_usage
157 + azure_name: DedicatedGatewayMemoryUsage
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: dedicated_gateway_requests
163 + azure_name: DedicatedGatewayRequests
164 + time_grain: PT1M
165 + series:
166 + - aggregation: count
167 + kind: counter
168 + - id: integrated_cache_item_hit_rate
169 + azure_name: IntegratedCacheItemHitRate
170 + time_grain: PT5M
171 + series:
172 + - aggregation: average
173 + kind: gauge
174 + - id: integrated_cache_query_hit_rate
175 + azure_name: IntegratedCacheQueryHitRate
176 + time_grain: PT5M
177 + series:
178 + - aggregation: average
179 + kind: gauge
180 + - id: cassandra_connection_closures
181 + azure_name: CassandraConnectionClosures
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 template:
187 family: Azure Cosmos DB Account
188 context_namespace: cosmos_db
189 chart_defaults:
190 label_promotion:
191 - - resource_name
192 - - resource_group
193 - - region
194 - - resource_type
195 - - profile
191 + - resource_name
192 + - resource_group
193 + - region
194 + - resource_type
195 + - profile
196 instances:
197 by_labels:
198 - - resource_uid
198 + - resource_uid
199 charts:
200 - - id: am_azure_cosmos_db__total_requests
201 - title: Azure Cosmos DB Total Requests
202 - context: total_requests
203 - family: Throughput
204 - type: line
205 - units: requests/s
206 - algorithm: incremental
207 - dimensions:
208 - - selector: cosmos_db.total_requests_count
209 - name: count
210 - - id: am_azure_cosmos_db__request_units
211 - title: Azure Cosmos DB Request Units Consumed
212 - context: request_units
213 - family: Throughput
214 - type: line
215 - units: RU/s
216 - algorithm: incremental
217 - dimensions:
218 - - selector: cosmos_db.total_request_units_total
219 - name: total
220 - - id: am_azure_cosmos_db__normalized_ru_consumption
221 - title: Azure Cosmos DB Normalized RU Consumption
222 - context: normalized_ru_consumption
223 - family: Utilization
224 - type: line
225 - units: percentage
226 - algorithm: absolute
227 - dimensions:
228 - - selector: cosmos_db.normalized_ru_consumption_maximum
229 - name: maximum
230 - - id: am_azure_cosmos_db__server_side_latency
231 - title: Azure Cosmos DB Server-Side Latency
232 - context: server_side_latency
233 - family: Latency
234 - type: line
235 - units: milliseconds
236 - algorithm: absolute
237 - dimensions:
238 - - selector: cosmos_db.server_side_latency_direct_average
239 - name: direct
240 - - selector: cosmos_db.server_side_latency_gateway_average
241 - name: gateway
242 - - id: am_azure_cosmos_db__replication_latency
243 - title: Azure Cosmos DB Replication Latency
244 - context: replication_latency
245 - family: Latency
246 - type: line
247 - units: milliseconds
248 - algorithm: absolute
249 - dimensions:
250 - - selector: cosmos_db.replication_latency_average
251 - name: average
252 - - id: am_azure_cosmos_db__storage
253 - title: Azure Cosmos DB Storage
254 - context: storage
255 - family: Capacity
256 - type: line
257 - units: bytes
258 - algorithm: absolute
259 - dimensions:
260 - - selector: cosmos_db.data_usage_maximum
261 - name: data
262 - - selector: cosmos_db.index_usage_maximum
263 - name: index
264 - - selector: cosmos_db.document_quota_total
265 - name: quota
266 - - id: am_azure_cosmos_db__document_count
267 - title: Azure Cosmos DB Document Count
268 - context: document_count
269 - family: Capacity
270 - type: line
271 - units: documents
272 - algorithm: absolute
273 - dimensions:
274 - - selector: cosmos_db.document_count_average
275 - name: average
276 - - id: am_azure_cosmos_db__partition_size
277 - title: Azure Cosmos DB Physical Partition Size
278 - context: partition_size
279 - family: Capacity
280 - type: line
281 - units: bytes
282 - algorithm: absolute
283 - dimensions:
284 - - selector: cosmos_db.physical_partition_size_info_maximum
285 - name: maximum
286 - - id: am_azure_cosmos_db__partition_count
287 - title: Azure Cosmos DB Physical Partition Count
288 - context: partition_count
289 - family: Capacity
290 - type: line
291 - units: partitions
292 - algorithm: absolute
293 - dimensions:
294 - - selector: cosmos_db.physical_partition_count_maximum
295 - name: maximum
296 - - id: am_azure_cosmos_db__provisioned_throughput
297 - title: Azure Cosmos DB Provisioned Throughput
298 - context: provisioned_throughput
299 - family: Throughput
300 - type: line
301 - units: RU/s
302 - algorithm: absolute
303 - dimensions:
304 - - selector: cosmos_db.provisioned_throughput_maximum
305 - name: provisioned
306 - - selector: cosmos_db.autoscale_max_throughput_maximum
307 - name: autoscale_max
308 - - selector: cosmos_db.autoscaled_ru_maximum
309 - name: autoscaled
310 - - id: am_azure_cosmos_db__partition_throughput
311 - title: Azure Cosmos DB Physical Partition Throughput
312 - context: partition_throughput
313 - family: Throughput
314 - type: line
315 - units: RU/s
316 - algorithm: absolute
317 - dimensions:
318 - - selector: cosmos_db.physical_partition_throughput_info_maximum
319 - name: maximum
320 - - id: am_azure_cosmos_db__availability
321 - title: Azure Cosmos DB Service Availability
322 - context: availability
323 - family: Availability
324 - type: line
325 - units: percentage
326 - algorithm: absolute
327 - dimensions:
328 - - selector: cosmos_db.service_availability_average
329 - name: average
330 - - id: am_azure_cosmos_db__metadata_requests
331 - title: Azure Cosmos DB Metadata Requests
332 - context: metadata_requests
333 - family: Throughput
334 - type: line
335 - units: requests/s
336 - algorithm: incremental
337 - dimensions:
338 - - selector: cosmos_db.metadata_requests_count
339 - name: count
340 - - id: am_azure_cosmos_db__api_requests
341 - title: Azure Cosmos DB API Requests
342 - context: api_requests
343 - family: API
344 - type: line
345 - units: requests/s
346 - algorithm: incremental
347 - dimensions:
348 - - selector: cosmos_db.mongo_requests_count
349 - name: mongo
350 - - selector: cosmos_db.cassandra_requests_count
351 - name: cassandra
352 - - selector: cosmos_db.gremlin_requests_count
353 - name: gremlin
354 - - id: am_azure_cosmos_db__api_request_charges
355 - title: Azure Cosmos DB API Request Charges
356 - context: api_request_charges
357 - family: API
358 - type: line
359 - units: RU/s
360 - algorithm: incremental
361 - dimensions:
362 - - selector: cosmos_db.mongo_request_charge_total
363 - name: mongo
364 - - selector: cosmos_db.cassandra_request_charges_total
365 - name: cassandra
366 - - selector: cosmos_db.gremlin_request_charges_total
367 - name: gremlin
368 - - id: am_azure_cosmos_db__cassandra_connections
369 - title: Azure Cosmos DB Cassandra Connection Closures
370 - context: cassandra_connections
371 - family: API
372 - type: line
373 - units: connections/s
374 - algorithm: incremental
375 - dimensions:
376 - - selector: cosmos_db.cassandra_connection_closures_total
377 - name: total
378 - - id: am_azure_cosmos_db__dedicated_gateway_cpu
379 - title: Azure Cosmos DB Dedicated Gateway CPU Usage
380 - context: dedicated_gateway_cpu
381 - family: Dedicated Gateway
382 - type: line
383 - units: percentage
384 - algorithm: absolute
385 - dimensions:
386 - - selector: cosmos_db.dedicated_gateway_cpu_usage_average
387 - name: average
388 - - id: am_azure_cosmos_db__dedicated_gateway_memory
389 - title: Azure Cosmos DB Dedicated Gateway Memory Usage
390 - context: dedicated_gateway_memory
391 - family: Dedicated Gateway
392 - type: line
393 - units: bytes
394 - algorithm: absolute
395 - dimensions:
396 - - selector: cosmos_db.dedicated_gateway_memory_usage_average
397 - name: average
398 - - id: am_azure_cosmos_db__dedicated_gateway_requests
399 - title: Azure Cosmos DB Dedicated Gateway Requests
400 - context: dedicated_gateway_requests
401 - family: Dedicated Gateway
402 - type: line
403 - units: requests/s
404 - algorithm: incremental
405 - dimensions:
406 - - selector: cosmos_db.dedicated_gateway_requests_count
407 - name: count
408 - - id: am_azure_cosmos_db__integrated_cache_hit_rate
409 - title: Azure Cosmos DB Integrated Cache Hit Rate
410 - context: integrated_cache_hit_rate
411 - family: Integrated Cache
412 - type: line
413 - units: percentage
414 - algorithm: absolute
415 - dimensions:
416 - - selector: cosmos_db.integrated_cache_item_hit_rate_average
417 - name: item
418 - - selector: cosmos_db.integrated_cache_query_hit_rate_average
419 - name: query
200 + - id: am_azure_cosmos_db__total_requests
201 + title: Azure Cosmos DB Total Requests
202 + context: total_requests
203 + family: Throughput
204 + type: line
205 + units: requests/s
206 + algorithm: incremental
207 + dimensions:
208 + - selector: cosmos_db.total_requests_count
209 + name: count
210 + - id: am_azure_cosmos_db__request_units
211 + title: Azure Cosmos DB Request Units Consumed
212 + context: request_units
213 + family: Throughput
214 + type: line
215 + units: RU/s
216 + algorithm: incremental
217 + dimensions:
218 + - selector: cosmos_db.total_request_units_total
219 + name: total
220 + - id: am_azure_cosmos_db__normalized_ru_consumption
221 + title: Azure Cosmos DB Normalized RU Consumption
222 + context: normalized_ru_consumption
223 + family: Utilization
224 + type: line
225 + units: percentage
226 + algorithm: absolute
227 + dimensions:
228 + - selector: cosmos_db.normalized_ru_consumption_maximum
229 + name: maximum
230 + - id: am_azure_cosmos_db__server_side_latency
231 + title: Azure Cosmos DB Server-Side Latency
232 + context: server_side_latency
233 + family: Latency
234 + type: line
235 + units: milliseconds
236 + algorithm: absolute
237 + dimensions:
238 + - selector: cosmos_db.server_side_latency_direct_average
239 + name: direct
240 + - selector: cosmos_db.server_side_latency_gateway_average
241 + name: gateway
242 + - id: am_azure_cosmos_db__replication_latency
243 + title: Azure Cosmos DB Replication Latency
244 + context: replication_latency
245 + family: Latency
246 + type: line
247 + units: milliseconds
248 + algorithm: absolute
249 + dimensions:
250 + - selector: cosmos_db.replication_latency_average
251 + name: average
252 + - id: am_azure_cosmos_db__storage
253 + title: Azure Cosmos DB Storage
254 + context: storage
255 + family: Capacity
256 + type: line
257 + units: bytes
258 + algorithm: absolute
259 + dimensions:
260 + - selector: cosmos_db.data_usage_maximum
261 + name: data
262 + - selector: cosmos_db.index_usage_maximum
263 + name: index
264 + - selector: cosmos_db.document_quota_total
265 + name: quota
266 + - id: am_azure_cosmos_db__document_count
267 + title: Azure Cosmos DB Document Count
268 + context: document_count
269 + family: Capacity
270 + type: line
271 + units: documents
272 + algorithm: absolute
273 + dimensions:
274 + - selector: cosmos_db.document_count_average
275 + name: average
276 + - id: am_azure_cosmos_db__partition_size
277 + title: Azure Cosmos DB Physical Partition Size
278 + context: partition_size
279 + family: Capacity
280 + type: line
281 + units: bytes
282 + algorithm: absolute
283 + dimensions:
284 + - selector: cosmos_db.physical_partition_size_info_maximum
285 + name: maximum
286 + - id: am_azure_cosmos_db__partition_count
287 + title: Azure Cosmos DB Physical Partition Count
288 + context: partition_count
289 + family: Capacity
290 + type: line
291 + units: partitions
292 + algorithm: absolute
293 + dimensions:
294 + - selector: cosmos_db.physical_partition_count_maximum
295 + name: maximum
296 + - id: am_azure_cosmos_db__provisioned_throughput
297 + title: Azure Cosmos DB Provisioned Throughput
298 + context: provisioned_throughput
299 + family: Throughput
300 + type: line
301 + units: RU/s
302 + algorithm: absolute
303 + dimensions:
304 + - selector: cosmos_db.provisioned_throughput_maximum
305 + name: provisioned
306 + - selector: cosmos_db.autoscale_max_throughput_maximum
307 + name: autoscale_max
308 + - selector: cosmos_db.autoscaled_ru_maximum
309 + name: autoscaled
310 + - id: am_azure_cosmos_db__partition_throughput
311 + title: Azure Cosmos DB Physical Partition Throughput
312 + context: partition_throughput
313 + family: Throughput
314 + type: line
315 + units: RU/s
316 + algorithm: absolute
317 + dimensions:
318 + - selector: cosmos_db.physical_partition_throughput_info_maximum
319 + name: maximum
320 + - id: am_azure_cosmos_db__availability
321 + title: Azure Cosmos DB Service Availability
322 + context: availability
323 + family: Availability
324 + type: line
325 + units: percentage
326 + algorithm: absolute
327 + dimensions:
328 + - selector: cosmos_db.service_availability_average
329 + name: average
330 + - id: am_azure_cosmos_db__metadata_requests
331 + title: Azure Cosmos DB Metadata Requests
332 + context: metadata_requests
333 + family: Throughput
334 + type: line
335 + units: requests/s
336 + algorithm: incremental
337 + dimensions:
338 + - selector: cosmos_db.metadata_requests_count
339 + name: count
340 + - id: am_azure_cosmos_db__api_requests
341 + title: Azure Cosmos DB API Requests
342 + context: api_requests
343 + family: API
344 + type: line
345 + units: requests/s
346 + algorithm: incremental
347 + dimensions:
348 + - selector: cosmos_db.mongo_requests_count
349 + name: mongo
350 + - selector: cosmos_db.cassandra_requests_count
351 + name: cassandra
352 + - selector: cosmos_db.gremlin_requests_count
353 + name: gremlin
354 + - id: am_azure_cosmos_db__api_request_charges
355 + title: Azure Cosmos DB API Request Charges
356 + context: api_request_charges
357 + family: API
358 + type: line
359 + units: RU/s
360 + algorithm: incremental
361 + dimensions:
362 + - selector: cosmos_db.mongo_request_charge_total
363 + name: mongo
364 + - selector: cosmos_db.cassandra_request_charges_total
365 + name: cassandra
366 + - selector: cosmos_db.gremlin_request_charges_total
367 + name: gremlin
368 + - id: am_azure_cosmos_db__cassandra_connections
369 + title: Azure Cosmos DB Cassandra Connection Closures
370 + context: cassandra_connections
371 + family: API
372 + type: line
373 + units: connections/s
374 + algorithm: incremental
375 + dimensions:
376 + - selector: cosmos_db.cassandra_connection_closures_total
377 + name: total
378 + - id: am_azure_cosmos_db__dedicated_gateway_cpu
379 + title: Azure Cosmos DB Dedicated Gateway CPU Usage
380 + context: dedicated_gateway_cpu
381 + family: Dedicated Gateway
382 + type: line
383 + units: percentage
384 + algorithm: absolute
385 + dimensions:
386 + - selector: cosmos_db.dedicated_gateway_cpu_usage_average
387 + name: average
388 + - id: am_azure_cosmos_db__dedicated_gateway_memory
389 + title: Azure Cosmos DB Dedicated Gateway Memory Usage
390 + context: dedicated_gateway_memory
391 + family: Dedicated Gateway
392 + type: line
393 + units: bytes
394 + algorithm: absolute
395 + dimensions:
396 + - selector: cosmos_db.dedicated_gateway_memory_usage_average
397 + name: average
398 + - id: am_azure_cosmos_db__dedicated_gateway_requests
399 + title: Azure Cosmos DB Dedicated Gateway Requests
400 + context: dedicated_gateway_requests
401 + family: Dedicated Gateway
402 + type: line
403 + units: requests/s
404 + algorithm: incremental
405 + dimensions:
406 + - selector: cosmos_db.dedicated_gateway_requests_count
407 + name: count
408 + - id: am_azure_cosmos_db__integrated_cache_hit_rate
409 + title: Azure Cosmos DB Integrated Cache Hit Rate
410 + context: integrated_cache_hit_rate
411 + family: Integrated Cache
412 + type: line
413 + units: percentage
414 + algorithm: absolute
415 + dimensions:
416 + - selector: cosmos_db.integrated_cache_item_hit_rate_average
417 + name: item
418 + - selector: cosmos_db.integrated_cache_query_hit_rate_average
419 + name: query
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/data_explorer.yaml
+770 -770
@@ -3,781 +3,781 @@ id: data_explorer
3 name: Azure Data Explorer Cluster
4 resource_type: Microsoft.Kusto/clusters
5 metrics:
6 -- id: cpu
7 - azure_name: CPU
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: ingestion_utilization
13 - azure_name: IngestionUtilization
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: cache_utilization_factor
19 - azure_name: CacheUtilizationFactor
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: keep_alive
25 - azure_name: KeepAlive
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: instance_count
31 - azure_name: InstanceCount
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 - - aggregation: maximum
37 - kind: gauge
38 - - aggregation: minimum
39 - kind: gauge
40 -- id: total_number_of_extents
41 - azure_name: TotalNumberOfExtents
42 - time_grain: PT1M
43 - series:
44 - - aggregation: average
45 - kind: gauge
46 -- id: total_number_of_throttled_commands
47 - azure_name: TotalNumberOfThrottledCommands
48 - time_grain: PT1M
49 - series:
50 - - aggregation: total
51 - kind: counter
52 -- id: follower_latency
53 - azure_name: FollowerLatency
54 - time_grain: PT1M
55 - series:
56 - - aggregation: average
57 - kind: gauge
58 -- id: query_duration
59 - azure_name: QueryDuration
60 - time_grain: PT1M
61 - series:
62 - - aggregation: average
63 - kind: gauge
64 -- id: query_result
65 - azure_name: QueryResult
66 - time_grain: PT1M
67 - series:
68 - - aggregation: count
69 - kind: counter
70 -- id: total_number_of_concurrent_queries
71 - azure_name: TotalNumberOfConcurrentQueries
72 - time_grain: PT1M
73 - series:
74 - - aggregation: average
75 - kind: gauge
76 - - aggregation: maximum
77 - kind: gauge
78 -- id: total_number_of_throttled_queries
79 - azure_name: TotalNumberOfThrottledQueries
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: weak_consistency_latency
85 - azure_name: WeakConsistencyLatency
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: ingestion_result
91 - azure_name: IngestionResult
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: ingestion_volume_in_mb
97 - azure_name: IngestionVolumeInMB
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: ingestion_latency_in_seconds
103 - azure_name: IngestionLatencyInSeconds
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: events_processed
109 - azure_name: EventsProcessed
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: events_received
115 - azure_name: EventsReceived
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: events_dropped
121 - azure_name: EventsDropped
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: blobs_processed
127 - azure_name: BlobsProcessed
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: blobs_received
133 - azure_name: BlobsReceived
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: blobs_dropped
139 - azure_name: BlobsDropped
140 - time_grain: PT1M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: discovery_latency
145 - azure_name: DiscoveryLatency
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: stage_latency
151 - azure_name: StageLatency
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: queue_length
157 - azure_name: QueueLength
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: queue_oldest_message
163 - azure_name: QueueOldestMessage
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: received_data_size_bytes
169 - azure_name: ReceivedDataSizeBytes
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: batches_processed
175 - azure_name: BatchesProcessed
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: batch_blob_count
181 - azure_name: BatchBlobCount
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: batch_size
187 - azure_name: BatchSize
188 - time_grain: PT1M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: batch_duration
193 - azure_name: BatchDuration
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: export_utilization
199 - azure_name: ExportUtilization
200 - time_grain: PT1M
201 - series:
202 - - aggregation: maximum
203 - kind: gauge
204 -- id: continuous_export_num_of_records_exported
205 - azure_name: ContinuousExportNumOfRecordsExported
206 - time_grain: PT1M
207 - series:
208 - - aggregation: total
209 - kind: counter
210 -- id: continuous_export_result
211 - azure_name: ContinuousExportResult
212 - time_grain: PT1M
213 - series:
214 - - aggregation: count
215 - kind: counter
216 -- id: continuous_export_pending_count
217 - azure_name: ContinuousExportPendingCount
218 - time_grain: PT1M
219 - series:
220 - - aggregation: maximum
221 - kind: gauge
222 -- id: continuous_export_max_lateness_minutes
223 - azure_name: ContinuousExportMaxLatenessMinutes
224 - time_grain: PT1M
225 - series:
226 - - aggregation: maximum
227 - kind: gauge
228 -- id: streaming_ingest_data_rate
229 - azure_name: StreamingIngestDataRate
230 - time_grain: PT1M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: streaming_ingest_duration
235 - azure_name: StreamingIngestDuration
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: streaming_ingest_results
241 - azure_name: StreamingIngestResults
242 - time_grain: PT1M
243 - series:
244 - - aggregation: count
245 - kind: counter
246 -- id: streaming_ingest_utilization
247 - azure_name: StreamingIngestUtilization
248 - time_grain: PT1M
249 - series:
250 - - aggregation: average
251 - kind: gauge
252 -- id: materialized_view_health
253 - azure_name: MaterializedViewHealth
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: materialized_view_age_minutes
259 - azure_name: MaterializedViewAgeMinutes
260 - time_grain: PT1M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: materialized_view_age_seconds
265 - azure_name: MaterializedViewAgeSeconds
266 - time_grain: PT1M
267 - series:
268 - - aggregation: average
269 - kind: gauge
270 -- id: materialized_view_records_in_delta
271 - azure_name: MaterializedViewRecordsInDelta
272 - time_grain: PT1M
273 - series:
274 - - aggregation: average
275 - kind: gauge
276 -- id: materialized_view_extents_rebuild
277 - azure_name: MaterializedViewExtentsRebuild
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
282 -- id: materialized_view_data_loss
283 - azure_name: MaterializedViewDataLoss
284 - time_grain: PT1M
285 - series:
286 - - aggregation: maximum
287 - kind: gauge
288 -- id: materialized_view_result
289 - azure_name: MaterializedViewResult
290 - time_grain: PT1M
291 - series:
292 - - aggregation: average
293 - kind: gauge
294 -- id: partitioning_percentage
295 - azure_name: PartitioningPercentage
296 - time_grain: PT1M
297 - series:
298 - - aggregation: average
299 - kind: gauge
300 -- id: partitioning_percentage_hot
301 - azure_name: PartitioningPercentageHot
302 - time_grain: PT1M
303 - series:
304 - - aggregation: average
305 - kind: gauge
306 -- id: processed_partitioned_records
307 - azure_name: ProcessedPartitionedRecords
308 - time_grain: PT1M
309 - series:
310 - - aggregation: average
311 - kind: gauge
6 + - id: cpu
7 + azure_name: CPU
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: ingestion_utilization
13 + azure_name: IngestionUtilization
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: cache_utilization_factor
19 + azure_name: CacheUtilizationFactor
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: keep_alive
25 + azure_name: KeepAlive
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: instance_count
31 + azure_name: InstanceCount
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - aggregation: maximum
37 + kind: gauge
38 + - aggregation: minimum
39 + kind: gauge
40 + - id: total_number_of_extents
41 + azure_name: TotalNumberOfExtents
42 + time_grain: PT1M
43 + series:
44 + - aggregation: average
45 + kind: gauge
46 + - id: total_number_of_throttled_commands
47 + azure_name: TotalNumberOfThrottledCommands
48 + time_grain: PT1M
49 + series:
50 + - aggregation: total
51 + kind: counter
52 + - id: follower_latency
53 + azure_name: FollowerLatency
54 + time_grain: PT1M
55 + series:
56 + - aggregation: average
57 + kind: gauge
58 + - id: query_duration
59 + azure_name: QueryDuration
60 + time_grain: PT1M
61 + series:
62 + - aggregation: average
63 + kind: gauge
64 + - id: query_result
65 + azure_name: QueryResult
66 + time_grain: PT1M
67 + series:
68 + - aggregation: count
69 + kind: counter
70 + - id: total_number_of_concurrent_queries
71 + azure_name: TotalNumberOfConcurrentQueries
72 + time_grain: PT1M
73 + series:
74 + - aggregation: average
75 + kind: gauge
76 + - aggregation: maximum
77 + kind: gauge
78 + - id: total_number_of_throttled_queries
79 + azure_name: TotalNumberOfThrottledQueries
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: weak_consistency_latency
85 + azure_name: WeakConsistencyLatency
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: ingestion_result
91 + azure_name: IngestionResult
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: ingestion_volume_in_mb
97 + azure_name: IngestionVolumeInMB
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: ingestion_latency_in_seconds
103 + azure_name: IngestionLatencyInSeconds
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: events_processed
109 + azure_name: EventsProcessed
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: events_received
115 + azure_name: EventsReceived
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: events_dropped
121 + azure_name: EventsDropped
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: blobs_processed
127 + azure_name: BlobsProcessed
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: blobs_received
133 + azure_name: BlobsReceived
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: blobs_dropped
139 + azure_name: BlobsDropped
140 + time_grain: PT1M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: discovery_latency
145 + azure_name: DiscoveryLatency
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: stage_latency
151 + azure_name: StageLatency
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: queue_length
157 + azure_name: QueueLength
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: queue_oldest_message
163 + azure_name: QueueOldestMessage
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: received_data_size_bytes
169 + azure_name: ReceivedDataSizeBytes
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: batches_processed
175 + azure_name: BatchesProcessed
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: batch_blob_count
181 + azure_name: BatchBlobCount
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: batch_size
187 + azure_name: BatchSize
188 + time_grain: PT1M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: batch_duration
193 + azure_name: BatchDuration
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: export_utilization
199 + azure_name: ExportUtilization
200 + time_grain: PT1M
201 + series:
202 + - aggregation: maximum
203 + kind: gauge
204 + - id: continuous_export_num_of_records_exported
205 + azure_name: ContinuousExportNumOfRecordsExported
206 + time_grain: PT1M
207 + series:
208 + - aggregation: total
209 + kind: counter
210 + - id: continuous_export_result
211 + azure_name: ContinuousExportResult
212 + time_grain: PT1M
213 + series:
214 + - aggregation: count
215 + kind: counter
216 + - id: continuous_export_pending_count
217 + azure_name: ContinuousExportPendingCount
218 + time_grain: PT1M
219 + series:
220 + - aggregation: maximum
221 + kind: gauge
222 + - id: continuous_export_max_lateness_minutes
223 + azure_name: ContinuousExportMaxLatenessMinutes
224 + time_grain: PT1M
225 + series:
226 + - aggregation: maximum
227 + kind: gauge
228 + - id: streaming_ingest_data_rate
229 + azure_name: StreamingIngestDataRate
230 + time_grain: PT1M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: streaming_ingest_duration
235 + azure_name: StreamingIngestDuration
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: streaming_ingest_results
241 + azure_name: StreamingIngestResults
242 + time_grain: PT1M
243 + series:
244 + - aggregation: count
245 + kind: counter
246 + - id: streaming_ingest_utilization
247 + azure_name: StreamingIngestUtilization
248 + time_grain: PT1M
249 + series:
250 + - aggregation: average
251 + kind: gauge
252 + - id: materialized_view_health
253 + azure_name: MaterializedViewHealth
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: materialized_view_age_minutes
259 + azure_name: MaterializedViewAgeMinutes
260 + time_grain: PT1M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: materialized_view_age_seconds
265 + azure_name: MaterializedViewAgeSeconds
266 + time_grain: PT1M
267 + series:
268 + - aggregation: average
269 + kind: gauge
270 + - id: materialized_view_records_in_delta
271 + azure_name: MaterializedViewRecordsInDelta
272 + time_grain: PT1M
273 + series:
274 + - aggregation: average
275 + kind: gauge
276 + - id: materialized_view_extents_rebuild
277 + azure_name: MaterializedViewExtentsRebuild
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 + - id: materialized_view_data_loss
283 + azure_name: MaterializedViewDataLoss
284 + time_grain: PT1M
285 + series:
286 + - aggregation: maximum
287 + kind: gauge
288 + - id: materialized_view_result
289 + azure_name: MaterializedViewResult
290 + time_grain: PT1M
291 + series:
292 + - aggregation: average
293 + kind: gauge
294 + - id: partitioning_percentage
295 + azure_name: PartitioningPercentage
296 + time_grain: PT1M
297 + series:
298 + - aggregation: average
299 + kind: gauge
300 + - id: partitioning_percentage_hot
301 + azure_name: PartitioningPercentageHot
302 + time_grain: PT1M
303 + series:
304 + - aggregation: average
305 + kind: gauge
306 + - id: processed_partitioned_records
307 + azure_name: ProcessedPartitionedRecords
308 + time_grain: PT1M
309 + series:
310 + - aggregation: average
311 + kind: gauge
312 template:
313 family: Azure Data Explorer Cluster
314 context_namespace: data_explorer
315 chart_defaults:
316 label_promotion:
317 - - resource_name
318 - - resource_group
319 - - region
320 - - resource_type
321 - - profile
317 + - resource_name
318 + - resource_group
319 + - region
320 + - resource_type
321 + - profile
322 instances:
323 by_labels:
324 - - resource_uid
324 + - resource_uid
325 charts:
326 - - id: am_azure_data_explorer__cpu_utilization
327 - title: Azure Data Explorer CPU Utilization
328 - context: cpu_utilization
329 - family: Compute
330 - type: line
331 - units: percentage
332 - algorithm: absolute
333 - dimensions:
334 - - selector: data_explorer.cpu_average
335 - name: average
336 - - id: am_azure_data_explorer__utilization
337 - title: Azure Data Explorer Utilization
338 - context: utilization
339 - family: Compute
340 - type: line
341 - units: percentage
342 - algorithm: absolute
343 - dimensions:
344 - - selector: data_explorer.ingestion_utilization_average
345 - name: ingestion
346 - - selector: data_explorer.cache_utilization_factor_average
347 - name: cache
348 - - id: am_azure_data_explorer__keep_alive
349 - title: Azure Data Explorer Keep Alive
350 - context: keep_alive
351 - family: Compute
352 - type: line
353 - units: count
354 - algorithm: absolute
355 - dimensions:
356 - - selector: data_explorer.keep_alive_average
357 - name: average
358 - - id: am_azure_data_explorer__instance_count
359 - title: Azure Data Explorer Instance Count
360 - context: instance_count
361 - family: Compute
362 - type: line
363 - units: instances
364 - algorithm: absolute
365 - dimensions:
366 - - selector: data_explorer.instance_count_average
367 - name: average
368 - - selector: data_explorer.instance_count_maximum
369 - name: maximum
370 - - selector: data_explorer.instance_count_minimum
371 - name: minimum
372 - - id: am_azure_data_explorer__extents
373 - title: Azure Data Explorer Total Extents
374 - context: extents
375 - family: Compute
376 - type: line
377 - units: extents
378 - algorithm: absolute
379 - dimensions:
380 - - selector: data_explorer.total_number_of_extents_average
381 - name: average
382 - - id: am_azure_data_explorer__throttled_commands
383 - title: Azure Data Explorer Throttled Commands
384 - context: throttled_commands
385 - family: Compute
386 - type: line
387 - units: commands/s
388 - algorithm: incremental
389 - dimensions:
390 - - selector: data_explorer.total_number_of_throttled_commands_total
391 - name: total
392 - - id: am_azure_data_explorer__follower_latency
393 - title: Azure Data Explorer Follower Latency
394 - context: follower_latency
395 - family: Compute
396 - type: line
397 - units: milliseconds
398 - algorithm: absolute
399 - dimensions:
400 - - selector: data_explorer.follower_latency_average
401 - name: average
402 - - id: am_azure_data_explorer__query_duration
403 - title: Azure Data Explorer Query Duration
404 - context: query_duration
405 - family: Query
406 - type: line
407 - units: milliseconds
408 - algorithm: absolute
409 - dimensions:
410 - - selector: data_explorer.query_duration_average
411 - name: average
412 - - id: am_azure_data_explorer__query_count
413 - title: Azure Data Explorer Query Count
414 - context: query_count
415 - family: Query
416 - type: line
417 - units: queries/s
418 - algorithm: incremental
419 - dimensions:
420 - - selector: data_explorer.query_result_count
421 - name: count
422 - - id: am_azure_data_explorer__concurrent_queries
423 - title: Azure Data Explorer Concurrent Queries
424 - context: concurrent_queries
425 - family: Query
426 - type: line
427 - units: queries
428 - algorithm: absolute
429 - dimensions:
430 - - selector: data_explorer.total_number_of_concurrent_queries_average
431 - name: average
432 - - selector: data_explorer.total_number_of_concurrent_queries_maximum
433 - name: maximum
434 - - id: am_azure_data_explorer__throttled_queries
435 - title: Azure Data Explorer Throttled Queries
436 - context: throttled_queries
437 - family: Query
438 - type: line
439 - units: queries/s
440 - algorithm: incremental
441 - dimensions:
442 - - selector: data_explorer.total_number_of_throttled_queries_total
443 - name: total
444 - - id: am_azure_data_explorer__weak_consistency_latency
445 - title: Azure Data Explorer Weak Consistency Latency
446 - context: weak_consistency_latency
447 - family: Query
448 - type: line
449 - units: seconds
450 - algorithm: absolute
451 - dimensions:
452 - - selector: data_explorer.weak_consistency_latency_average
453 - name: average
454 - - id: am_azure_data_explorer__ingestion_result
455 - title: Azure Data Explorer Ingestion Result
456 - context: ingestion_result
457 - family: Ingestion
458 - type: line
459 - units: sources/s
460 - algorithm: incremental
461 - dimensions:
462 - - selector: data_explorer.ingestion_result_total
463 - name: total
464 - - id: am_azure_data_explorer__ingestion_volume
465 - title: Azure Data Explorer Ingestion Volume
466 - context: ingestion_volume
467 - family: Ingestion
468 - type: line
469 - units: bytes/s
470 - algorithm: incremental
471 - dimensions:
472 - - selector: data_explorer.ingestion_volume_in_mb_total
473 - name: total
474 - - id: am_azure_data_explorer__ingestion_latency
475 - title: Azure Data Explorer Ingestion Latency
476 - context: ingestion_latency
477 - family: Ingestion
478 - type: line
479 - units: seconds
480 - algorithm: absolute
481 - dimensions:
482 - - selector: data_explorer.ingestion_latency_in_seconds_average
483 - name: average
484 - - id: am_azure_data_explorer__events
485 - title: Azure Data Explorer Events
486 - context: events
487 - family: Ingestion
488 - type: line
489 - units: events/s
490 - algorithm: incremental
491 - dimensions:
492 - - selector: data_explorer.events_received_total
493 - name: received
494 - - selector: data_explorer.events_processed_total
495 - name: processed
496 - - selector: data_explorer.events_dropped_total
497 - name: dropped
498 - - id: am_azure_data_explorer__blobs
499 - title: Azure Data Explorer Blobs
500 - context: blobs
501 - family: Ingestion
502 - type: line
503 - units: blobs/s
504 - algorithm: incremental
505 - dimensions:
506 - - selector: data_explorer.blobs_received_total
507 - name: received
508 - - selector: data_explorer.blobs_processed_total
509 - name: processed
510 - - selector: data_explorer.blobs_dropped_total
511 - name: dropped
512 - - id: am_azure_data_explorer__discovery_latency
513 - title: Azure Data Explorer Discovery Latency
514 - context: discovery_latency
515 - family: Ingestion
516 - type: line
517 - units: seconds
518 - algorithm: absolute
519 - dimensions:
520 - - selector: data_explorer.discovery_latency_average
521 - name: average
522 - - id: am_azure_data_explorer__stage_latency
523 - title: Azure Data Explorer Stage Latency
524 - context: stage_latency
525 - family: Ingestion
526 - type: line
527 - units: seconds
528 - algorithm: absolute
529 - dimensions:
530 - - selector: data_explorer.stage_latency_average
531 - name: average
532 - - id: am_azure_data_explorer__ingestion_queue
533 - title: Azure Data Explorer Ingestion Queue
534 - context: ingestion_queue
535 - family: Ingestion
536 - type: line
537 - units: messages
538 - algorithm: absolute
539 - dimensions:
540 - - selector: data_explorer.queue_length_average
541 - name: length
542 - - id: am_azure_data_explorer__queue_oldest_message
543 - title: Azure Data Explorer Queue Oldest Message Age
544 - context: queue_oldest_message
545 - family: Ingestion
546 - type: line
547 - units: seconds
548 - algorithm: absolute
549 - dimensions:
550 - - selector: data_explorer.queue_oldest_message_average
551 - name: age
552 - - id: am_azure_data_explorer__received_data_size
553 - title: Azure Data Explorer Received Data Size
554 - context: received_data_size
555 - family: Ingestion
556 - type: line
557 - units: bytes/s
558 - algorithm: incremental
559 - dimensions:
560 - - selector: data_explorer.received_data_size_bytes_total
561 - name: total
562 - - id: am_azure_data_explorer__batches_processed
563 - title: Azure Data Explorer Batches Processed
564 - context: batches_processed
565 - family: Ingestion
566 - type: line
567 - units: batches/s
568 - algorithm: incremental
569 - dimensions:
570 - - selector: data_explorer.batches_processed_total
571 - name: total
572 - - id: am_azure_data_explorer__batch_blob_count
573 - title: Azure Data Explorer Batch Blob Count
574 - context: batch_blob_count
575 - family: Ingestion
576 - type: line
577 - units: blobs
578 - algorithm: absolute
579 - dimensions:
580 - - selector: data_explorer.batch_blob_count_average
581 - name: average
582 - - id: am_azure_data_explorer__batch_size
583 - title: Azure Data Explorer Batch Size
584 - context: batch_size
585 - family: Ingestion
586 - type: line
587 - units: bytes
588 - algorithm: absolute
589 - dimensions:
590 - - selector: data_explorer.batch_size_average
591 - name: average
592 - - id: am_azure_data_explorer__batch_duration
593 - title: Azure Data Explorer Batch Duration
594 - context: batch_duration
595 - family: Ingestion
596 - type: line
597 - units: seconds
598 - algorithm: absolute
599 - dimensions:
600 - - selector: data_explorer.batch_duration_average
601 - name: average
602 - - id: am_azure_data_explorer__export_utilization
603 - title: Azure Data Explorer Export Utilization
604 - context: export_utilization
605 - family: Export
606 - type: line
607 - units: percentage
608 - algorithm: absolute
609 - dimensions:
610 - - selector: data_explorer.export_utilization_maximum
611 - name: maximum
612 - - id: am_azure_data_explorer__continuous_export_records
613 - title: Azure Data Explorer Continuous Export Records
614 - context: continuous_export_records
615 - family: Export
616 - type: line
617 - units: records/s
618 - algorithm: incremental
619 - dimensions:
620 - - selector: data_explorer.continuous_export_num_of_records_exported_total
621 - name: total
622 - - id: am_azure_data_explorer__continuous_export_result
623 - title: Azure Data Explorer Continuous Export Result
624 - context: continuous_export_result
625 - family: Export
626 - type: line
627 - units: results/s
628 - algorithm: incremental
629 - dimensions:
630 - - selector: data_explorer.continuous_export_result_count
631 - name: count
632 - - id: am_azure_data_explorer__continuous_export_pending
633 - title: Azure Data Explorer Continuous Export Pending Jobs
634 - context: continuous_export_pending
635 - family: Export
636 - type: line
637 - units: jobs
638 - algorithm: absolute
639 - dimensions:
640 - - selector: data_explorer.continuous_export_pending_count_maximum
641 - name: maximum
642 - - id: am_azure_data_explorer__continuous_export_lateness
643 - title: Azure Data Explorer Continuous Export Lateness
644 - context: continuous_export_lateness
645 - family: Export
646 - type: line
647 - units: minutes
648 - algorithm: absolute
649 - dimensions:
650 - - selector: data_explorer.continuous_export_max_lateness_minutes_maximum
651 - name: maximum
652 - - id: am_azure_data_explorer__streaming_ingest_data_rate
653 - title: Azure Data Explorer Streaming Ingest Data Rate
654 - context: streaming_ingest_data_rate
655 - family: Streaming
656 - type: line
657 - units: bytes/s
658 - algorithm: absolute
659 - dimensions:
660 - - selector: data_explorer.streaming_ingest_data_rate_average
661 - name: average
662 - - id: am_azure_data_explorer__streaming_ingest_duration
663 - title: Azure Data Explorer Streaming Ingest Duration
664 - context: streaming_ingest_duration
665 - family: Streaming
666 - type: line
667 - units: milliseconds
668 - algorithm: absolute
669 - dimensions:
670 - - selector: data_explorer.streaming_ingest_duration_average
671 - name: average
672 - - id: am_azure_data_explorer__streaming_ingest_result
673 - title: Azure Data Explorer Streaming Ingest Result
674 - context: streaming_ingest_result
675 - family: Streaming
676 - type: line
677 - units: results/s
678 - algorithm: incremental
679 - dimensions:
680 - - selector: data_explorer.streaming_ingest_results_count
681 - name: count
682 - - id: am_azure_data_explorer__streaming_ingest_utilization
683 - title: Azure Data Explorer Streaming Ingest Utilization
684 - context: streaming_ingest_utilization
685 - family: Streaming
686 - type: line
687 - units: percentage
688 - algorithm: absolute
689 - dimensions:
690 - - selector: data_explorer.streaming_ingest_utilization_average
691 - name: average
692 - - id: am_azure_data_explorer__materialized_view_health
693 - title: Azure Data Explorer Materialized View Health
694 - context: materialized_view_health
695 - family: Materialized Views
696 - type: line
697 - units: status
698 - algorithm: absolute
699 - dimensions:
700 - - selector: data_explorer.materialized_view_health_average
701 - name: health
702 - - id: am_azure_data_explorer__materialized_view_age
703 - title: Azure Data Explorer Materialized View Age
704 - context: materialized_view_age
705 - family: Materialized Views
706 - type: line
707 - units: minutes
708 - algorithm: absolute
709 - dimensions:
710 - - selector: data_explorer.materialized_view_age_minutes_average
711 - name: minutes
712 - - id: am_azure_data_explorer__materialized_view_age_seconds
713 - title: Azure Data Explorer Materialized View Age (Seconds)
714 - context: materialized_view_age_seconds
715 - family: Materialized Views
716 - type: line
717 - units: seconds
718 - algorithm: absolute
719 - dimensions:
720 - - selector: data_explorer.materialized_view_age_seconds_average
721 - name: average
722 - - id: am_azure_data_explorer__materialized_view_records_in_delta
723 - title: Azure Data Explorer Materialized View Records in Delta
724 - context: materialized_view_records_in_delta
725 - family: Materialized Views
726 - type: line
727 - units: records
728 - algorithm: absolute
729 - dimensions:
730 - - selector: data_explorer.materialized_view_records_in_delta_average
731 - name: average
732 - - id: am_azure_data_explorer__materialized_view_extents_rebuild
733 - title: Azure Data Explorer Materialized View Extents Rebuild
734 - context: materialized_view_extents_rebuild
735 - family: Materialized Views
736 - type: line
737 - units: extents
738 - algorithm: absolute
739 - dimensions:
740 - - selector: data_explorer.materialized_view_extents_rebuild_average
741 - name: average
742 - - id: am_azure_data_explorer__materialized_view_data_loss
743 - title: Azure Data Explorer Materialized View Data Loss
744 - context: materialized_view_data_loss
745 - family: Materialized Views
746 - type: line
747 - units: status
748 - algorithm: absolute
749 - dimensions:
750 - - selector: data_explorer.materialized_view_data_loss_maximum
751 - name: maximum
752 - - id: am_azure_data_explorer__materialized_view_result
753 - title: Azure Data Explorer Materialized View Result
754 - context: materialized_view_result
755 - family: Materialized Views
756 - type: line
757 - units: status
758 - algorithm: absolute
759 - dimensions:
760 - - selector: data_explorer.materialized_view_result_average
761 - name: average
762 - - id: am_azure_data_explorer__partitioning_percentage
763 - title: Azure Data Explorer Partitioning Percentage
764 - context: partitioning_percentage
765 - family: Partitioning
766 - type: line
767 - units: percentage
768 - algorithm: absolute
769 - dimensions:
770 - - selector: data_explorer.partitioning_percentage_average
771 - name: total
772 - - selector: data_explorer.partitioning_percentage_hot_average
773 - name: hot
774 - - id: am_azure_data_explorer__partitioned_records
775 - title: Azure Data Explorer Processed Partitioned Records
776 - context: partitioned_records
777 - family: Partitioning
778 - type: line
779 - units: records
780 - algorithm: absolute
781 - dimensions:
782 - - selector: data_explorer.processed_partitioned_records_average
783 - name: average
326 + - id: am_azure_data_explorer__cpu_utilization
327 + title: Azure Data Explorer CPU Utilization
328 + context: cpu_utilization
329 + family: Compute
330 + type: line
331 + units: percentage
332 + algorithm: absolute
333 + dimensions:
334 + - selector: data_explorer.cpu_average
335 + name: average
336 + - id: am_azure_data_explorer__utilization
337 + title: Azure Data Explorer Utilization
338 + context: utilization
339 + family: Compute
340 + type: line
341 + units: percentage
342 + algorithm: absolute
343 + dimensions:
344 + - selector: data_explorer.ingestion_utilization_average
345 + name: ingestion
346 + - selector: data_explorer.cache_utilization_factor_average
347 + name: cache
348 + - id: am_azure_data_explorer__keep_alive
349 + title: Azure Data Explorer Keep Alive
350 + context: keep_alive
351 + family: Compute
352 + type: line
353 + units: count
354 + algorithm: absolute
355 + dimensions:
356 + - selector: data_explorer.keep_alive_average
357 + name: average
358 + - id: am_azure_data_explorer__instance_count
359 + title: Azure Data Explorer Instance Count
360 + context: instance_count
361 + family: Compute
362 + type: line
363 + units: instances
364 + algorithm: absolute
365 + dimensions:
366 + - selector: data_explorer.instance_count_average
367 + name: average
368 + - selector: data_explorer.instance_count_maximum
369 + name: maximum
370 + - selector: data_explorer.instance_count_minimum
371 + name: minimum
372 + - id: am_azure_data_explorer__extents
373 + title: Azure Data Explorer Total Extents
374 + context: extents
375 + family: Compute
376 + type: line
377 + units: extents
378 + algorithm: absolute
379 + dimensions:
380 + - selector: data_explorer.total_number_of_extents_average
381 + name: average
382 + - id: am_azure_data_explorer__throttled_commands
383 + title: Azure Data Explorer Throttled Commands
384 + context: throttled_commands
385 + family: Compute
386 + type: line
387 + units: commands/s
388 + algorithm: incremental
389 + dimensions:
390 + - selector: data_explorer.total_number_of_throttled_commands_total
391 + name: total
392 + - id: am_azure_data_explorer__follower_latency
393 + title: Azure Data Explorer Follower Latency
394 + context: follower_latency
395 + family: Compute
396 + type: line
397 + units: milliseconds
398 + algorithm: absolute
399 + dimensions:
400 + - selector: data_explorer.follower_latency_average
401 + name: average
402 + - id: am_azure_data_explorer__query_duration
403 + title: Azure Data Explorer Query Duration
404 + context: query_duration
405 + family: Query
406 + type: line
407 + units: milliseconds
408 + algorithm: absolute
409 + dimensions:
410 + - selector: data_explorer.query_duration_average
411 + name: average
412 + - id: am_azure_data_explorer__query_count
413 + title: Azure Data Explorer Query Count
414 + context: query_count
415 + family: Query
416 + type: line
417 + units: queries/s
418 + algorithm: incremental
419 + dimensions:
420 + - selector: data_explorer.query_result_count
421 + name: count
422 + - id: am_azure_data_explorer__concurrent_queries
423 + title: Azure Data Explorer Concurrent Queries
424 + context: concurrent_queries
425 + family: Query
426 + type: line
427 + units: queries
428 + algorithm: absolute
429 + dimensions:
430 + - selector: data_explorer.total_number_of_concurrent_queries_average
431 + name: average
432 + - selector: data_explorer.total_number_of_concurrent_queries_maximum
433 + name: maximum
434 + - id: am_azure_data_explorer__throttled_queries
435 + title: Azure Data Explorer Throttled Queries
436 + context: throttled_queries
437 + family: Query
438 + type: line
439 + units: queries/s
440 + algorithm: incremental
441 + dimensions:
442 + - selector: data_explorer.total_number_of_throttled_queries_total
443 + name: total
444 + - id: am_azure_data_explorer__weak_consistency_latency
445 + title: Azure Data Explorer Weak Consistency Latency
446 + context: weak_consistency_latency
447 + family: Query
448 + type: line
449 + units: seconds
450 + algorithm: absolute
451 + dimensions:
452 + - selector: data_explorer.weak_consistency_latency_average
453 + name: average
454 + - id: am_azure_data_explorer__ingestion_result
455 + title: Azure Data Explorer Ingestion Result
456 + context: ingestion_result
457 + family: Ingestion
458 + type: line
459 + units: sources/s
460 + algorithm: incremental
461 + dimensions:
462 + - selector: data_explorer.ingestion_result_total
463 + name: total
464 + - id: am_azure_data_explorer__ingestion_volume
465 + title: Azure Data Explorer Ingestion Volume
466 + context: ingestion_volume
467 + family: Ingestion
468 + type: line
469 + units: bytes/s
470 + algorithm: incremental
471 + dimensions:
472 + - selector: data_explorer.ingestion_volume_in_mb_total
473 + name: total
474 + - id: am_azure_data_explorer__ingestion_latency
475 + title: Azure Data Explorer Ingestion Latency
476 + context: ingestion_latency
477 + family: Ingestion
478 + type: line
479 + units: seconds
480 + algorithm: absolute
481 + dimensions:
482 + - selector: data_explorer.ingestion_latency_in_seconds_average
483 + name: average
484 + - id: am_azure_data_explorer__events
485 + title: Azure Data Explorer Events
486 + context: events
487 + family: Ingestion
488 + type: line
489 + units: events/s
490 + algorithm: incremental
491 + dimensions:
492 + - selector: data_explorer.events_received_total
493 + name: received
494 + - selector: data_explorer.events_processed_total
495 + name: processed
496 + - selector: data_explorer.events_dropped_total
497 + name: dropped
498 + - id: am_azure_data_explorer__blobs
499 + title: Azure Data Explorer Blobs
500 + context: blobs
501 + family: Ingestion
502 + type: line
503 + units: blobs/s
504 + algorithm: incremental
505 + dimensions:
506 + - selector: data_explorer.blobs_received_total
507 + name: received
508 + - selector: data_explorer.blobs_processed_total
509 + name: processed
510 + - selector: data_explorer.blobs_dropped_total
511 + name: dropped
512 + - id: am_azure_data_explorer__discovery_latency
513 + title: Azure Data Explorer Discovery Latency
514 + context: discovery_latency
515 + family: Ingestion
516 + type: line
517 + units: seconds
518 + algorithm: absolute
519 + dimensions:
520 + - selector: data_explorer.discovery_latency_average
521 + name: average
522 + - id: am_azure_data_explorer__stage_latency
523 + title: Azure Data Explorer Stage Latency
524 + context: stage_latency
525 + family: Ingestion
526 + type: line
527 + units: seconds
528 + algorithm: absolute
529 + dimensions:
530 + - selector: data_explorer.stage_latency_average
531 + name: average
532 + - id: am_azure_data_explorer__ingestion_queue
533 + title: Azure Data Explorer Ingestion Queue
534 + context: ingestion_queue
535 + family: Ingestion
536 + type: line
537 + units: messages
538 + algorithm: absolute
539 + dimensions:
540 + - selector: data_explorer.queue_length_average
541 + name: length
542 + - id: am_azure_data_explorer__queue_oldest_message
543 + title: Azure Data Explorer Queue Oldest Message Age
544 + context: queue_oldest_message
545 + family: Ingestion
546 + type: line
547 + units: seconds
548 + algorithm: absolute
549 + dimensions:
550 + - selector: data_explorer.queue_oldest_message_average
551 + name: age
552 + - id: am_azure_data_explorer__received_data_size
553 + title: Azure Data Explorer Received Data Size
554 + context: received_data_size
555 + family: Ingestion
556 + type: line
557 + units: bytes/s
558 + algorithm: incremental
559 + dimensions:
560 + - selector: data_explorer.received_data_size_bytes_total
561 + name: total
562 + - id: am_azure_data_explorer__batches_processed
563 + title: Azure Data Explorer Batches Processed
564 + context: batches_processed
565 + family: Ingestion
566 + type: line
567 + units: batches/s
568 + algorithm: incremental
569 + dimensions:
570 + - selector: data_explorer.batches_processed_total
571 + name: total
572 + - id: am_azure_data_explorer__batch_blob_count
573 + title: Azure Data Explorer Batch Blob Count
574 + context: batch_blob_count
575 + family: Ingestion
576 + type: line
577 + units: blobs
578 + algorithm: absolute
579 + dimensions:
580 + - selector: data_explorer.batch_blob_count_average
581 + name: average
582 + - id: am_azure_data_explorer__batch_size
583 + title: Azure Data Explorer Batch Size
584 + context: batch_size
585 + family: Ingestion
586 + type: line
587 + units: bytes
588 + algorithm: absolute
589 + dimensions:
590 + - selector: data_explorer.batch_size_average
591 + name: average
592 + - id: am_azure_data_explorer__batch_duration
593 + title: Azure Data Explorer Batch Duration
594 + context: batch_duration
595 + family: Ingestion
596 + type: line
597 + units: seconds
598 + algorithm: absolute
599 + dimensions:
600 + - selector: data_explorer.batch_duration_average
601 + name: average
602 + - id: am_azure_data_explorer__export_utilization
603 + title: Azure Data Explorer Export Utilization
604 + context: export_utilization
605 + family: Export
606 + type: line
607 + units: percentage
608 + algorithm: absolute
609 + dimensions:
610 + - selector: data_explorer.export_utilization_maximum
611 + name: maximum
612 + - id: am_azure_data_explorer__continuous_export_records
613 + title: Azure Data Explorer Continuous Export Records
614 + context: continuous_export_records
615 + family: Export
616 + type: line
617 + units: records/s
618 + algorithm: incremental
619 + dimensions:
620 + - selector: data_explorer.continuous_export_num_of_records_exported_total
621 + name: total
622 + - id: am_azure_data_explorer__continuous_export_result
623 + title: Azure Data Explorer Continuous Export Result
624 + context: continuous_export_result
625 + family: Export
626 + type: line
627 + units: results/s
628 + algorithm: incremental
629 + dimensions:
630 + - selector: data_explorer.continuous_export_result_count
631 + name: count
632 + - id: am_azure_data_explorer__continuous_export_pending
633 + title: Azure Data Explorer Continuous Export Pending Jobs
634 + context: continuous_export_pending
635 + family: Export
636 + type: line
637 + units: jobs
638 + algorithm: absolute
639 + dimensions:
640 + - selector: data_explorer.continuous_export_pending_count_maximum
641 + name: maximum
642 + - id: am_azure_data_explorer__continuous_export_lateness
643 + title: Azure Data Explorer Continuous Export Lateness
644 + context: continuous_export_lateness
645 + family: Export
646 + type: line
647 + units: minutes
648 + algorithm: absolute
649 + dimensions:
650 + - selector: data_explorer.continuous_export_max_lateness_minutes_maximum
651 + name: maximum
652 + - id: am_azure_data_explorer__streaming_ingest_data_rate
653 + title: Azure Data Explorer Streaming Ingest Data Rate
654 + context: streaming_ingest_data_rate
655 + family: Streaming
656 + type: line
657 + units: bytes/s
658 + algorithm: absolute
659 + dimensions:
660 + - selector: data_explorer.streaming_ingest_data_rate_average
661 + name: average
662 + - id: am_azure_data_explorer__streaming_ingest_duration
663 + title: Azure Data Explorer Streaming Ingest Duration
664 + context: streaming_ingest_duration
665 + family: Streaming
666 + type: line
667 + units: milliseconds
668 + algorithm: absolute
669 + dimensions:
670 + - selector: data_explorer.streaming_ingest_duration_average
671 + name: average
672 + - id: am_azure_data_explorer__streaming_ingest_result
673 + title: Azure Data Explorer Streaming Ingest Result
674 + context: streaming_ingest_result
675 + family: Streaming
676 + type: line
677 + units: results/s
678 + algorithm: incremental
679 + dimensions:
680 + - selector: data_explorer.streaming_ingest_results_count
681 + name: count
682 + - id: am_azure_data_explorer__streaming_ingest_utilization
683 + title: Azure Data Explorer Streaming Ingest Utilization
684 + context: streaming_ingest_utilization
685 + family: Streaming
686 + type: line
687 + units: percentage
688 + algorithm: absolute
689 + dimensions:
690 + - selector: data_explorer.streaming_ingest_utilization_average
691 + name: average
692 + - id: am_azure_data_explorer__materialized_view_health
693 + title: Azure Data Explorer Materialized View Health
694 + context: materialized_view_health
695 + family: Materialized Views
696 + type: line
697 + units: status
698 + algorithm: absolute
699 + dimensions:
700 + - selector: data_explorer.materialized_view_health_average
701 + name: health
702 + - id: am_azure_data_explorer__materialized_view_age
703 + title: Azure Data Explorer Materialized View Age
704 + context: materialized_view_age
705 + family: Materialized Views
706 + type: line
707 + units: minutes
708 + algorithm: absolute
709 + dimensions:
710 + - selector: data_explorer.materialized_view_age_minutes_average
711 + name: minutes
712 + - id: am_azure_data_explorer__materialized_view_age_seconds
713 + title: Azure Data Explorer Materialized View Age (Seconds)
714 + context: materialized_view_age_seconds
715 + family: Materialized Views
716 + type: line
717 + units: seconds
718 + algorithm: absolute
719 + dimensions:
720 + - selector: data_explorer.materialized_view_age_seconds_average
721 + name: average
722 + - id: am_azure_data_explorer__materialized_view_records_in_delta
723 + title: Azure Data Explorer Materialized View Records in Delta
724 + context: materialized_view_records_in_delta
725 + family: Materialized Views
726 + type: line
727 + units: records
728 + algorithm: absolute
729 + dimensions:
730 + - selector: data_explorer.materialized_view_records_in_delta_average
731 + name: average
732 + - id: am_azure_data_explorer__materialized_view_extents_rebuild
733 + title: Azure Data Explorer Materialized View Extents Rebuild
734 + context: materialized_view_extents_rebuild
735 + family: Materialized Views
736 + type: line
737 + units: extents
738 + algorithm: absolute
739 + dimensions:
740 + - selector: data_explorer.materialized_view_extents_rebuild_average
741 + name: average
742 + - id: am_azure_data_explorer__materialized_view_data_loss
743 + title: Azure Data Explorer Materialized View Data Loss
744 + context: materialized_view_data_loss
745 + family: Materialized Views
746 + type: line
747 + units: status
748 + algorithm: absolute
749 + dimensions:
750 + - selector: data_explorer.materialized_view_data_loss_maximum
751 + name: maximum
752 + - id: am_azure_data_explorer__materialized_view_result
753 + title: Azure Data Explorer Materialized View Result
754 + context: materialized_view_result
755 + family: Materialized Views
756 + type: line
757 + units: status
758 + algorithm: absolute
759 + dimensions:
760 + - selector: data_explorer.materialized_view_result_average
761 + name: average
762 + - id: am_azure_data_explorer__partitioning_percentage
763 + title: Azure Data Explorer Partitioning Percentage
764 + context: partitioning_percentage
765 + family: Partitioning
766 + type: line
767 + units: percentage
768 + algorithm: absolute
769 + dimensions:
770 + - selector: data_explorer.partitioning_percentage_average
771 + name: total
772 + - selector: data_explorer.partitioning_percentage_hot_average
773 + name: hot
774 + - id: am_azure_data_explorer__partitioned_records
775 + title: Azure Data Explorer Processed Partitioned Records
776 + context: partitioned_records
777 + family: Partitioning
778 + type: line
779 + units: records
780 + algorithm: absolute
781 + dimensions:
782 + - selector: data_explorer.processed_partitioned_records_average
783 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/data_factory.yaml
+1142 -1142
@@ -3,1153 +3,1153 @@ id: data_factory
3 name: Azure Data Factory
4 resource_type: Microsoft.DataFactory/factories
5 metrics:
6 -- id: pipeline_succeeded_runs
7 - azure_name: PipelineSucceededRuns
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: pipeline_failed_runs
13 - azure_name: PipelineFailedRuns
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: pipeline_cancelled_runs
19 - azure_name: PipelineCancelledRuns
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: pipeline_elapsed_time_runs
25 - azure_name: PipelineElapsedTimeRuns
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: activity_succeeded_runs
31 - azure_name: ActivitySucceededRuns
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: activity_failed_runs
37 - azure_name: ActivityFailedRuns
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: activity_cancelled_runs
43 - azure_name: ActivityCancelledRuns
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: trigger_succeeded_runs
49 - azure_name: TriggerSucceededRuns
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: trigger_failed_runs
55 - azure_name: TriggerFailedRuns
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: trigger_cancelled_runs
61 - azure_name: TriggerCancelledRuns
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: ssis_integration_runtime_start_succeeded
67 - azure_name: SSISIntegrationRuntimeStartSucceeded
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: ssis_integration_runtime_start_failed
73 - azure_name: SSISIntegrationRuntimeStartFailed
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: ssis_integration_runtime_start_cancel
79 - azure_name: SSISIntegrationRuntimeStartCancel
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: ssis_integration_runtime_stop_succeeded
85 - azure_name: SSISIntegrationRuntimeStopSucceeded
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: ssis_integration_runtime_stop_stuck
91 - azure_name: SSISIntegrationRuntimeStopStuck
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: ssis_package_execution_succeeded
97 - azure_name: SSISPackageExecutionSucceeded
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: ssis_package_execution_failed
103 - azure_name: SSISPackageExecutionFailed
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: ssis_package_execution_cancel
109 - azure_name: SSISPackageExecutionCancel
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: integration_runtime_cpu_percentage
115 - azure_name: IntegrationRuntimeCpuPercentage
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: integration_runtime_available_memory
121 - azure_name: IntegrationRuntimeAvailableMemory
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: integration_runtime_available_node_number
127 - azure_name: IntegrationRuntimeAvailableNodeNumber
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: integration_runtime_queue_length
133 - azure_name: IntegrationRuntimeQueueLength
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: integration_runtime_average_task_pickup_delay
139 - azure_name: IntegrationRuntimeAverageTaskPickupDelay
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: factory_size_in_gb_units
145 - azure_name: FactorySizeInGbUnits
146 - time_grain: PT1M
147 - series:
148 - - aggregation: maximum
149 - kind: gauge
150 -- id: max_allowed_factory_size_in_gb_units
151 - azure_name: MaxAllowedFactorySizeInGbUnits
152 - time_grain: PT1M
153 - series:
154 - - aggregation: maximum
155 - kind: gauge
156 -- id: resource_count
157 - azure_name: ResourceCount
158 - time_grain: PT1M
159 - series:
160 - - aggregation: maximum
161 - kind: gauge
162 -- id: max_allowed_resource_count
163 - azure_name: MaxAllowedResourceCount
164 - time_grain: PT1M
165 - series:
166 - - aggregation: maximum
167 - kind: gauge
168 -- id: mv_net_ir_copy_available_capacity_pct
169 - azure_name: MVNetIRCopyAvailableCapacityPCT
170 - time_grain: PT1M
171 - series:
172 - - aggregation: maximum
173 - kind: gauge
174 -- id: mv_net_ir_copy_capacity_utilization
175 - azure_name: MVNetIRCopyCapacityUtilization
176 - time_grain: PT1M
177 - series:
178 - - aggregation: maximum
179 - kind: gauge
180 -- id: mv_net_ir_copy_waiting_queue_length
181 - azure_name: MVNetIRCopyWaitingQueueLength
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: mv_net_ir_external_available_capacity_pct
187 - azure_name: MVNetIRExternalAvailableCapacityPCT
188 - time_grain: PT1M
189 - series:
190 - - aggregation: maximum
191 - kind: gauge
192 -- id: mv_net_ir_external_capacity_utilization
193 - azure_name: MVNetIRExternalCapacityUtilization
194 - time_grain: PT1M
195 - series:
196 - - aggregation: maximum
197 - kind: gauge
198 -- id: mv_net_ir_external_waiting_queue_length
199 - azure_name: MVNetIRExternalWaitingQueueLength
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: mv_net_ir_pipeline_available_capacity_pct
205 - azure_name: MVNetIRPipelineAvailableCapacityPCT
206 - time_grain: PT1M
207 - series:
208 - - aggregation: maximum
209 - kind: gauge
210 -- id: mv_net_ir_pipeline_capacity_utilization
211 - azure_name: MVNetIRPipelineCapacityUtilization
212 - time_grain: PT1M
213 - series:
214 - - aggregation: maximum
215 - kind: gauge
216 -- id: mv_net_ir_pipeline_waiting_queue_length
217 - azure_name: MVNetIRPipelineWaitingQueueLength
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: airflow_integration_runtime_cpu_percentage
223 - azure_name: AirflowIntegrationRuntimeCpuPercentage
224 - time_grain: PT1M
225 - series:
226 - - aggregation: average
227 - kind: gauge
228 -- id: airflow_integration_runtime_cpu_usage
229 - azure_name: AirflowIntegrationRuntimeCpuUsage
230 - time_grain: PT1M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: airflow_integration_runtime_memory_percentage
235 - azure_name: AirflowIntegrationRuntimeMemoryPercentage
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: airflow_integration_runtime_memory_usage
241 - azure_name: AirflowIntegrationRuntimeMemoryUsage
242 - time_grain: PT1M
243 - series:
244 - - aggregation: average
245 - kind: gauge
246 -- id: airflow_integration_runtime_node_count
247 - azure_name: AirflowIntegrationRuntimeNodeCount
248 - time_grain: PT1M
249 - series:
250 - - aggregation: average
251 - kind: gauge
252 -- id: airflow_integration_runtime_collect_db_dags
253 - azure_name: AirflowIntegrationRuntimeCollectDBDags
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: airflow_integration_runtime_dag_bag_size
259 - azure_name: AirflowIntegrationRuntimeDagBagSize
260 - time_grain: PT1M
261 - series:
262 - - aggregation: total
263 - kind: counter
264 -- id: airflow_integration_runtime_dag_callback_exceptions
265 - azure_name: AirflowIntegrationRuntimeDagCallbackExceptions
266 - time_grain: PT1M
267 - series:
268 - - aggregation: total
269 - kind: counter
270 -- id: airflow_integration_runtime_dag_file_refresh_error
271 - azure_name: AirflowIntegrationRuntimeDAGFileRefreshError
272 - time_grain: PT1M
273 - series:
274 - - aggregation: total
275 - kind: counter
276 -- id: airflow_integration_runtime_dag_processing_import_errors
277 - azure_name: AirflowIntegrationRuntimeDAGProcessingImportErrors
278 - time_grain: PT1M
279 - series:
280 - - aggregation: total
281 - kind: counter
282 -- id: airflow_integration_runtime_dag_processing_last_duration
283 - azure_name: AirflowIntegrationRuntimeDAGProcessingLastDuration
284 - time_grain: PT1M
285 - series:
286 - - aggregation: average
287 - kind: gauge
288 -- id: airflow_integration_runtime_dag_processing_last_run_seconds_ago
289 - azure_name: AirflowIntegrationRuntimeDAGProcessingLastRunSecondsAgo
290 - time_grain: PT1M
291 - series:
292 - - aggregation: average
293 - kind: gauge
294 -- id: airflow_integration_runtime_dag_processing_manager_stalls
295 - azure_name: AirflowIntegrationRuntimeDAGProcessingManagerStalls
296 - time_grain: PT1M
297 - series:
298 - - aggregation: total
299 - kind: counter
300 -- id: airflow_integration_runtime_dag_processing_processes
301 - azure_name: AirflowIntegrationRuntimeDAGProcessingProcesses
302 - time_grain: PT1M
303 - series:
304 - - aggregation: total
305 - kind: counter
306 -- id: airflow_integration_runtime_dag_processing_processor_timeouts
307 - azure_name: AirflowIntegrationRuntimeDAGProcessingProcessorTimeouts
308 - time_grain: PT1M
309 - series:
310 - - aggregation: average
311 - kind: gauge
312 -- id: airflow_integration_runtime_dag_processing_total_parse_time
313 - azure_name: AirflowIntegrationRuntimeDAGProcessingTotalParseTime
314 - time_grain: PT1M
315 - series:
316 - - aggregation: average
317 - kind: gauge
318 -- id: airflow_integration_runtime_dag_run_dependency_check
319 - azure_name: AirflowIntegrationRuntimeDAGRunDependencyCheck
320 - time_grain: PT1M
321 - series:
322 - - aggregation: average
323 - kind: gauge
324 -- id: airflow_integration_runtime_dag_run_duration_failed
325 - azure_name: AirflowIntegrationRuntimeDAGRunDurationFailed
326 - time_grain: PT1M
327 - series:
328 - - aggregation: average
329 - kind: gauge
330 -- id: airflow_integration_runtime_dag_run_duration_success
331 - azure_name: AirflowIntegrationRuntimeDAGRunDurationSuccess
332 - time_grain: PT1M
333 - series:
334 - - aggregation: average
335 - kind: gauge
336 -- id: airflow_integration_runtime_dag_run_first_task_scheduling_delay
337 - azure_name: AirflowIntegrationRuntimeDAGRunFirstTaskSchedulingDelay
338 - time_grain: PT1M
339 - series:
340 - - aggregation: average
341 - kind: gauge
342 -- id: airflow_integration_runtime_dag_run_schedule_delay
343 - azure_name: AirflowIntegrationRuntimeDAGRunScheduleDelay
344 - time_grain: PT1M
345 - series:
346 - - aggregation: average
347 - kind: gauge
348 -- id: airflow_integration_runtime_executor_open_slots
349 - azure_name: AirflowIntegrationRuntimeExecutorOpenSlots
350 - time_grain: PT1M
351 - series:
352 - - aggregation: total
353 - kind: counter
354 -- id: airflow_integration_runtime_executor_queued_tasks
355 - azure_name: AirflowIntegrationRuntimeExecutorQueuedTasks
356 - time_grain: PT1M
357 - series:
358 - - aggregation: total
359 - kind: counter
360 -- id: airflow_integration_runtime_executor_running_tasks
361 - azure_name: AirflowIntegrationRuntimeExecutorRunningTasks
362 - time_grain: PT1M
363 - series:
364 - - aggregation: total
365 - kind: counter
366 -- id: airflow_integration_runtime_job_start
367 - azure_name: AirflowIntegrationRuntimeJobStart
368 - time_grain: PT1M
369 - series:
370 - - aggregation: total
371 - kind: counter
372 -- id: airflow_integration_runtime_job_end
373 - azure_name: AirflowIntegrationRuntimeJobEnd
374 - time_grain: PT1M
375 - series:
376 - - aggregation: total
377 - kind: counter
378 -- id: airflow_integration_runtime_job_heartbeat_failure
379 - azure_name: AirflowIntegrationRuntimeJobHeartbeatFailure
380 - time_grain: PT1M
381 - series:
382 - - aggregation: total
383 - kind: counter
384 -- id: airflow_integration_runtime_operator_successes
385 - azure_name: AirflowIntegrationRuntimeOperatorSuccesses
386 - time_grain: PT1M
387 - series:
388 - - aggregation: total
389 - kind: counter
390 -- id: airflow_integration_runtime_operator_failures
391 - azure_name: AirflowIntegrationRuntimeOperatorFailures
392 - time_grain: PT1M
393 - series:
394 - - aggregation: total
395 - kind: counter
396 -- id: airflow_integration_runtime_pool_open_slots
397 - azure_name: AirflowIntegrationRuntimePoolOpenSlots
398 - time_grain: PT1M
399 - series:
400 - - aggregation: total
401 - kind: counter
402 -- id: airflow_integration_runtime_pool_queued_slots
403 - azure_name: AirflowIntegrationRuntimePoolQueuedSlots
404 - time_grain: PT1M
405 - series:
406 - - aggregation: total
407 - kind: counter
408 -- id: airflow_integration_runtime_pool_running_slots
409 - azure_name: AirflowIntegrationRuntimePoolRunningSlots
410 - time_grain: PT1M
411 - series:
412 - - aggregation: total
413 - kind: counter
414 -- id: airflow_integration_runtime_pool_starving_tasks
415 - azure_name: AirflowIntegrationRuntimePoolStarvingTasks
416 - time_grain: PT1M
417 - series:
418 - - aggregation: total
419 - kind: counter
420 -- id: airflow_integration_runtime_scheduler_critical_section_busy
421 - azure_name: AirflowIntegrationRuntimeSchedulerCriticalSectionBusy
422 - time_grain: PT1M
423 - series:
424 - - aggregation: total
425 - kind: counter
426 -- id: airflow_integration_runtime_scheduler_critical_section_duration
427 - azure_name: AirflowIntegrationRuntimeSchedulerCriticalSectionDuration
428 - time_grain: PT1M
429 - series:
430 - - aggregation: average
431 - kind: gauge
432 -- id: airflow_integration_runtime_scheduler_failed_sla_email_attempts
433 - azure_name: AirflowIntegrationRuntimeSchedulerFailedSLAEmailAttempts
434 - time_grain: PT1M
435 - series:
436 - - aggregation: total
437 - kind: counter
438 -- id: airflow_integration_runtime_scheduler_heartbeat
439 - azure_name: AirflowIntegrationRuntimeSchedulerHeartbeat
440 - time_grain: PT1M
441 - series:
442 - - aggregation: total
443 - kind: counter
444 -- id: airflow_integration_runtime_scheduler_orphaned_tasks_adopted
445 - azure_name: AirflowIntegrationRuntimeSchedulerOrphanedTasksAdopted
446 - time_grain: PT1M
447 - series:
448 - - aggregation: total
449 - kind: counter
450 -- id: airflow_integration_runtime_scheduler_orphaned_tasks_cleared
451 - azure_name: AirflowIntegrationRuntimeSchedulerOrphanedTasksCleared
452 - time_grain: PT1M
453 - series:
454 - - aggregation: total
455 - kind: counter
456 -- id: airflow_integration_runtime_scheduler_tasks_executable
457 - azure_name: AirflowIntegrationRuntimeSchedulerTasksExecutable
458 - time_grain: PT1M
459 - series:
460 - - aggregation: total
461 - kind: counter
462 -- id: airflow_integration_runtime_scheduler_tasks_killed_externally
463 - azure_name: AirflowIntegrationRuntimeSchedulerTasksKilledExternally
464 - time_grain: PT1M
465 - series:
466 - - aggregation: total
467 - kind: counter
468 -- id: airflow_integration_runtime_scheduler_tasks_running
469 - azure_name: AirflowIntegrationRuntimeSchedulerTasksRunning
470 - time_grain: PT1M
471 - series:
472 - - aggregation: total
473 - kind: counter
474 -- id: airflow_integration_runtime_scheduler_tasks_starving
475 - azure_name: AirflowIntegrationRuntimeSchedulerTasksStarving
476 - time_grain: PT1M
477 - series:
478 - - aggregation: total
479 - kind: counter
480 -- id: airflow_integration_runtime_started_task_instances
481 - azure_name: AirflowIntegrationRuntimeStartedTaskInstances
482 - time_grain: PT1M
483 - series:
484 - - aggregation: total
485 - kind: counter
486 -- id: airflow_integration_runtime_task_instance_created_using_operator
487 - azure_name: AirflowIntegrationRuntimeTaskInstanceCreatedUsingOperator
488 - time_grain: PT1M
489 - series:
490 - - aggregation: total
491 - kind: counter
492 -- id: airflow_integration_runtime_task_instance_duration
493 - azure_name: AirflowIntegrationRuntimeTaskInstanceDuration
494 - time_grain: PT1M
495 - series:
496 - - aggregation: average
497 - kind: gauge
498 -- id: airflow_integration_runtime_task_instance_successes
499 - azure_name: AirflowIntegrationRuntimeTaskInstanceSuccesses
500 - time_grain: PT1M
501 - series:
502 - - aggregation: total
503 - kind: counter
504 -- id: airflow_integration_runtime_task_instance_failures
505 - azure_name: AirflowIntegrationRuntimeTaskInstanceFailures
506 - time_grain: PT1M
507 - series:
508 - - aggregation: total
509 - kind: counter
510 -- id: airflow_integration_runtime_task_instance_finished
511 - azure_name: AirflowIntegrationRuntimeTaskInstanceFinished
512 - time_grain: PT1M
513 - series:
514 - - aggregation: total
515 - kind: counter
516 -- id: airflow_integration_runtime_task_instance_previously_succeeded
517 - azure_name: AirflowIntegrationRuntimeTaskInstancePreviouslySucceeded
518 - time_grain: PT1M
519 - series:
520 - - aggregation: total
521 - kind: counter
522 -- id: airflow_integration_runtime_task_removed_from_dag
523 - azure_name: AirflowIntegrationRuntimeTaskRemovedFromDAG
524 - time_grain: PT1M
525 - series:
526 - - aggregation: total
527 - kind: counter
528 -- id: airflow_integration_runtime_task_restored_to_dag
529 - azure_name: AirflowIntegrationRuntimeTaskRestoredToDAG
530 - time_grain: PT1M
531 - series:
532 - - aggregation: total
533 - kind: counter
534 -- id: airflow_integration_runtime_celery_task_timeout_error
535 - azure_name: AirflowIntegrationRuntimeCeleryTaskTimeoutError
536 - time_grain: PT1M
537 - series:
538 - - aggregation: total
539 - kind: counter
540 -- id: airflow_integration_runtime_triggers_blocked_main_thread
541 - azure_name: AirflowIntegrationRuntimeTriggersBlockedMainThread
542 - time_grain: PT1M
543 - series:
544 - - aggregation: total
545 - kind: counter
546 -- id: airflow_integration_runtime_triggers_failed
547 - azure_name: AirflowIntegrationRuntimeTriggersFailed
548 - time_grain: PT1M
549 - series:
550 - - aggregation: total
551 - kind: counter
552 -- id: airflow_integration_runtime_triggers_running
553 - azure_name: AirflowIntegrationRuntimeTriggersRunning
554 - time_grain: PT1M
555 - series:
556 - - aggregation: total
557 - kind: counter
558 -- id: airflow_integration_runtime_triggers_succeeded
559 - azure_name: AirflowIntegrationRuntimeTriggersSucceeded
560 - time_grain: PT1M
561 - series:
562 - - aggregation: total
563 - kind: counter
564 -- id: airflow_integration_runtime_zombies_killed
565 - azure_name: AirflowIntegrationRuntimeZombiesKilled
566 - time_grain: PT1M
567 - series:
568 - - aggregation: total
569 - kind: counter
6 + - id: pipeline_succeeded_runs
7 + azure_name: PipelineSucceededRuns
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: pipeline_failed_runs
13 + azure_name: PipelineFailedRuns
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: pipeline_cancelled_runs
19 + azure_name: PipelineCancelledRuns
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: pipeline_elapsed_time_runs
25 + azure_name: PipelineElapsedTimeRuns
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: activity_succeeded_runs
31 + azure_name: ActivitySucceededRuns
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: activity_failed_runs
37 + azure_name: ActivityFailedRuns
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: activity_cancelled_runs
43 + azure_name: ActivityCancelledRuns
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: trigger_succeeded_runs
49 + azure_name: TriggerSucceededRuns
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: trigger_failed_runs
55 + azure_name: TriggerFailedRuns
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: trigger_cancelled_runs
61 + azure_name: TriggerCancelledRuns
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: ssis_integration_runtime_start_succeeded
67 + azure_name: SSISIntegrationRuntimeStartSucceeded
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: ssis_integration_runtime_start_failed
73 + azure_name: SSISIntegrationRuntimeStartFailed
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: ssis_integration_runtime_start_cancel
79 + azure_name: SSISIntegrationRuntimeStartCancel
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: ssis_integration_runtime_stop_succeeded
85 + azure_name: SSISIntegrationRuntimeStopSucceeded
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: ssis_integration_runtime_stop_stuck
91 + azure_name: SSISIntegrationRuntimeStopStuck
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: ssis_package_execution_succeeded
97 + azure_name: SSISPackageExecutionSucceeded
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: ssis_package_execution_failed
103 + azure_name: SSISPackageExecutionFailed
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: ssis_package_execution_cancel
109 + azure_name: SSISPackageExecutionCancel
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: integration_runtime_cpu_percentage
115 + azure_name: IntegrationRuntimeCpuPercentage
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: integration_runtime_available_memory
121 + azure_name: IntegrationRuntimeAvailableMemory
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: integration_runtime_available_node_number
127 + azure_name: IntegrationRuntimeAvailableNodeNumber
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: integration_runtime_queue_length
133 + azure_name: IntegrationRuntimeQueueLength
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: integration_runtime_average_task_pickup_delay
139 + azure_name: IntegrationRuntimeAverageTaskPickupDelay
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: factory_size_in_gb_units
145 + azure_name: FactorySizeInGbUnits
146 + time_grain: PT1M
147 + series:
148 + - aggregation: maximum
149 + kind: gauge
150 + - id: max_allowed_factory_size_in_gb_units
151 + azure_name: MaxAllowedFactorySizeInGbUnits
152 + time_grain: PT1M
153 + series:
154 + - aggregation: maximum
155 + kind: gauge
156 + - id: resource_count
157 + azure_name: ResourceCount
158 + time_grain: PT1M
159 + series:
160 + - aggregation: maximum
161 + kind: gauge
162 + - id: max_allowed_resource_count
163 + azure_name: MaxAllowedResourceCount
164 + time_grain: PT1M
165 + series:
166 + - aggregation: maximum
167 + kind: gauge
168 + - id: mv_net_ir_copy_available_capacity_pct
169 + azure_name: MVNetIRCopyAvailableCapacityPCT
170 + time_grain: PT1M
171 + series:
172 + - aggregation: maximum
173 + kind: gauge
174 + - id: mv_net_ir_copy_capacity_utilization
175 + azure_name: MVNetIRCopyCapacityUtilization
176 + time_grain: PT1M
177 + series:
178 + - aggregation: maximum
179 + kind: gauge
180 + - id: mv_net_ir_copy_waiting_queue_length
181 + azure_name: MVNetIRCopyWaitingQueueLength
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: mv_net_ir_external_available_capacity_pct
187 + azure_name: MVNetIRExternalAvailableCapacityPCT
188 + time_grain: PT1M
189 + series:
190 + - aggregation: maximum
191 + kind: gauge
192 + - id: mv_net_ir_external_capacity_utilization
193 + azure_name: MVNetIRExternalCapacityUtilization
194 + time_grain: PT1M
195 + series:
196 + - aggregation: maximum
197 + kind: gauge
198 + - id: mv_net_ir_external_waiting_queue_length
199 + azure_name: MVNetIRExternalWaitingQueueLength
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: mv_net_ir_pipeline_available_capacity_pct
205 + azure_name: MVNetIRPipelineAvailableCapacityPCT
206 + time_grain: PT1M
207 + series:
208 + - aggregation: maximum
209 + kind: gauge
210 + - id: mv_net_ir_pipeline_capacity_utilization
211 + azure_name: MVNetIRPipelineCapacityUtilization
212 + time_grain: PT1M
213 + series:
214 + - aggregation: maximum
215 + kind: gauge
216 + - id: mv_net_ir_pipeline_waiting_queue_length
217 + azure_name: MVNetIRPipelineWaitingQueueLength
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: airflow_integration_runtime_cpu_percentage
223 + azure_name: AirflowIntegrationRuntimeCpuPercentage
224 + time_grain: PT1M
225 + series:
226 + - aggregation: average
227 + kind: gauge
228 + - id: airflow_integration_runtime_cpu_usage
229 + azure_name: AirflowIntegrationRuntimeCpuUsage
230 + time_grain: PT1M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: airflow_integration_runtime_memory_percentage
235 + azure_name: AirflowIntegrationRuntimeMemoryPercentage
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: airflow_integration_runtime_memory_usage
241 + azure_name: AirflowIntegrationRuntimeMemoryUsage
242 + time_grain: PT1M
243 + series:
244 + - aggregation: average
245 + kind: gauge
246 + - id: airflow_integration_runtime_node_count
247 + azure_name: AirflowIntegrationRuntimeNodeCount
248 + time_grain: PT1M
249 + series:
250 + - aggregation: average
251 + kind: gauge
252 + - id: airflow_integration_runtime_collect_db_dags
253 + azure_name: AirflowIntegrationRuntimeCollectDBDags
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: airflow_integration_runtime_dag_bag_size
259 + azure_name: AirflowIntegrationRuntimeDagBagSize
260 + time_grain: PT1M
261 + series:
262 + - aggregation: total
263 + kind: counter
264 + - id: airflow_integration_runtime_dag_callback_exceptions
265 + azure_name: AirflowIntegrationRuntimeDagCallbackExceptions
266 + time_grain: PT1M
267 + series:
268 + - aggregation: total
269 + kind: counter
270 + - id: airflow_integration_runtime_dag_file_refresh_error
271 + azure_name: AirflowIntegrationRuntimeDAGFileRefreshError
272 + time_grain: PT1M
273 + series:
274 + - aggregation: total
275 + kind: counter
276 + - id: airflow_integration_runtime_dag_processing_import_errors
277 + azure_name: AirflowIntegrationRuntimeDAGProcessingImportErrors
278 + time_grain: PT1M
279 + series:
280 + - aggregation: total
281 + kind: counter
282 + - id: airflow_integration_runtime_dag_processing_last_duration
283 + azure_name: AirflowIntegrationRuntimeDAGProcessingLastDuration
284 + time_grain: PT1M
285 + series:
286 + - aggregation: average
287 + kind: gauge
288 + - id: airflow_integration_runtime_dag_processing_last_run_seconds_ago
289 + azure_name: AirflowIntegrationRuntimeDAGProcessingLastRunSecondsAgo
290 + time_grain: PT1M
291 + series:
292 + - aggregation: average
293 + kind: gauge
294 + - id: airflow_integration_runtime_dag_processing_manager_stalls
295 + azure_name: AirflowIntegrationRuntimeDAGProcessingManagerStalls
296 + time_grain: PT1M
297 + series:
298 + - aggregation: total
299 + kind: counter
300 + - id: airflow_integration_runtime_dag_processing_processes
301 + azure_name: AirflowIntegrationRuntimeDAGProcessingProcesses
302 + time_grain: PT1M
303 + series:
304 + - aggregation: total
305 + kind: counter
306 + - id: airflow_integration_runtime_dag_processing_processor_timeouts
307 + azure_name: AirflowIntegrationRuntimeDAGProcessingProcessorTimeouts
308 + time_grain: PT1M
309 + series:
310 + - aggregation: average
311 + kind: gauge
312 + - id: airflow_integration_runtime_dag_processing_total_parse_time
313 + azure_name: AirflowIntegrationRuntimeDAGProcessingTotalParseTime
314 + time_grain: PT1M
315 + series:
316 + - aggregation: average
317 + kind: gauge
318 + - id: airflow_integration_runtime_dag_run_dependency_check
319 + azure_name: AirflowIntegrationRuntimeDAGRunDependencyCheck
320 + time_grain: PT1M
321 + series:
322 + - aggregation: average
323 + kind: gauge
324 + - id: airflow_integration_runtime_dag_run_duration_failed
325 + azure_name: AirflowIntegrationRuntimeDAGRunDurationFailed
326 + time_grain: PT1M
327 + series:
328 + - aggregation: average
329 + kind: gauge
330 + - id: airflow_integration_runtime_dag_run_duration_success
331 + azure_name: AirflowIntegrationRuntimeDAGRunDurationSuccess
332 + time_grain: PT1M
333 + series:
334 + - aggregation: average
335 + kind: gauge
336 + - id: airflow_integration_runtime_dag_run_first_task_scheduling_delay
337 + azure_name: AirflowIntegrationRuntimeDAGRunFirstTaskSchedulingDelay
338 + time_grain: PT1M
339 + series:
340 + - aggregation: average
341 + kind: gauge
342 + - id: airflow_integration_runtime_dag_run_schedule_delay
343 + azure_name: AirflowIntegrationRuntimeDAGRunScheduleDelay
344 + time_grain: PT1M
345 + series:
346 + - aggregation: average
347 + kind: gauge
348 + - id: airflow_integration_runtime_executor_open_slots
349 + azure_name: AirflowIntegrationRuntimeExecutorOpenSlots
350 + time_grain: PT1M
351 + series:
352 + - aggregation: total
353 + kind: counter
354 + - id: airflow_integration_runtime_executor_queued_tasks
355 + azure_name: AirflowIntegrationRuntimeExecutorQueuedTasks
356 + time_grain: PT1M
357 + series:
358 + - aggregation: total
359 + kind: counter
360 + - id: airflow_integration_runtime_executor_running_tasks
361 + azure_name: AirflowIntegrationRuntimeExecutorRunningTasks
362 + time_grain: PT1M
363 + series:
364 + - aggregation: total
365 + kind: counter
366 + - id: airflow_integration_runtime_job_start
367 + azure_name: AirflowIntegrationRuntimeJobStart
368 + time_grain: PT1M
369 + series:
370 + - aggregation: total
371 + kind: counter
372 + - id: airflow_integration_runtime_job_end
373 + azure_name: AirflowIntegrationRuntimeJobEnd
374 + time_grain: PT1M
375 + series:
376 + - aggregation: total
377 + kind: counter
378 + - id: airflow_integration_runtime_job_heartbeat_failure
379 + azure_name: AirflowIntegrationRuntimeJobHeartbeatFailure
380 + time_grain: PT1M
381 + series:
382 + - aggregation: total
383 + kind: counter
384 + - id: airflow_integration_runtime_operator_successes
385 + azure_name: AirflowIntegrationRuntimeOperatorSuccesses
386 + time_grain: PT1M
387 + series:
388 + - aggregation: total
389 + kind: counter
390 + - id: airflow_integration_runtime_operator_failures
391 + azure_name: AirflowIntegrationRuntimeOperatorFailures
392 + time_grain: PT1M
393 + series:
394 + - aggregation: total
395 + kind: counter
396 + - id: airflow_integration_runtime_pool_open_slots
397 + azure_name: AirflowIntegrationRuntimePoolOpenSlots
398 + time_grain: PT1M
399 + series:
400 + - aggregation: total
401 + kind: counter
402 + - id: airflow_integration_runtime_pool_queued_slots
403 + azure_name: AirflowIntegrationRuntimePoolQueuedSlots
404 + time_grain: PT1M
405 + series:
406 + - aggregation: total
407 + kind: counter
408 + - id: airflow_integration_runtime_pool_running_slots
409 + azure_name: AirflowIntegrationRuntimePoolRunningSlots
410 + time_grain: PT1M
411 + series:
412 + - aggregation: total
413 + kind: counter
414 + - id: airflow_integration_runtime_pool_starving_tasks
415 + azure_name: AirflowIntegrationRuntimePoolStarvingTasks
416 + time_grain: PT1M
417 + series:
418 + - aggregation: total
419 + kind: counter
420 + - id: airflow_integration_runtime_scheduler_critical_section_busy
421 + azure_name: AirflowIntegrationRuntimeSchedulerCriticalSectionBusy
422 + time_grain: PT1M
423 + series:
424 + - aggregation: total
425 + kind: counter
426 + - id: airflow_integration_runtime_scheduler_critical_section_duration
427 + azure_name: AirflowIntegrationRuntimeSchedulerCriticalSectionDuration
428 + time_grain: PT1M
429 + series:
430 + - aggregation: average
431 + kind: gauge
432 + - id: airflow_integration_runtime_scheduler_failed_sla_email_attempts
433 + azure_name: AirflowIntegrationRuntimeSchedulerFailedSLAEmailAttempts
434 + time_grain: PT1M
435 + series:
436 + - aggregation: total
437 + kind: counter
438 + - id: airflow_integration_runtime_scheduler_heartbeat
439 + azure_name: AirflowIntegrationRuntimeSchedulerHeartbeat
440 + time_grain: PT1M
441 + series:
442 + - aggregation: total
443 + kind: counter
444 + - id: airflow_integration_runtime_scheduler_orphaned_tasks_adopted
445 + azure_name: AirflowIntegrationRuntimeSchedulerOrphanedTasksAdopted
446 + time_grain: PT1M
447 + series:
448 + - aggregation: total
449 + kind: counter
450 + - id: airflow_integration_runtime_scheduler_orphaned_tasks_cleared
451 + azure_name: AirflowIntegrationRuntimeSchedulerOrphanedTasksCleared
452 + time_grain: PT1M
453 + series:
454 + - aggregation: total
455 + kind: counter
456 + - id: airflow_integration_runtime_scheduler_tasks_executable
457 + azure_name: AirflowIntegrationRuntimeSchedulerTasksExecutable
458 + time_grain: PT1M
459 + series:
460 + - aggregation: total
461 + kind: counter
462 + - id: airflow_integration_runtime_scheduler_tasks_killed_externally
463 + azure_name: AirflowIntegrationRuntimeSchedulerTasksKilledExternally
464 + time_grain: PT1M
465 + series:
466 + - aggregation: total
467 + kind: counter
468 + - id: airflow_integration_runtime_scheduler_tasks_running
469 + azure_name: AirflowIntegrationRuntimeSchedulerTasksRunning
470 + time_grain: PT1M
471 + series:
472 + - aggregation: total
473 + kind: counter
474 + - id: airflow_integration_runtime_scheduler_tasks_starving
475 + azure_name: AirflowIntegrationRuntimeSchedulerTasksStarving
476 + time_grain: PT1M
477 + series:
478 + - aggregation: total
479 + kind: counter
480 + - id: airflow_integration_runtime_started_task_instances
481 + azure_name: AirflowIntegrationRuntimeStartedTaskInstances
482 + time_grain: PT1M
483 + series:
484 + - aggregation: total
485 + kind: counter
486 + - id: airflow_integration_runtime_task_instance_created_using_operator
487 + azure_name: AirflowIntegrationRuntimeTaskInstanceCreatedUsingOperator
488 + time_grain: PT1M
489 + series:
490 + - aggregation: total
491 + kind: counter
492 + - id: airflow_integration_runtime_task_instance_duration
493 + azure_name: AirflowIntegrationRuntimeTaskInstanceDuration
494 + time_grain: PT1M
495 + series:
496 + - aggregation: average
497 + kind: gauge
498 + - id: airflow_integration_runtime_task_instance_successes
499 + azure_name: AirflowIntegrationRuntimeTaskInstanceSuccesses
500 + time_grain: PT1M
501 + series:
502 + - aggregation: total
503 + kind: counter
504 + - id: airflow_integration_runtime_task_instance_failures
505 + azure_name: AirflowIntegrationRuntimeTaskInstanceFailures
506 + time_grain: PT1M
507 + series:
508 + - aggregation: total
509 + kind: counter
510 + - id: airflow_integration_runtime_task_instance_finished
511 + azure_name: AirflowIntegrationRuntimeTaskInstanceFinished
512 + time_grain: PT1M
513 + series:
514 + - aggregation: total
515 + kind: counter
516 + - id: airflow_integration_runtime_task_instance_previously_succeeded
517 + azure_name: AirflowIntegrationRuntimeTaskInstancePreviouslySucceeded
518 + time_grain: PT1M
519 + series:
520 + - aggregation: total
521 + kind: counter
522 + - id: airflow_integration_runtime_task_removed_from_dag
523 + azure_name: AirflowIntegrationRuntimeTaskRemovedFromDAG
524 + time_grain: PT1M
525 + series:
526 + - aggregation: total
527 + kind: counter
528 + - id: airflow_integration_runtime_task_restored_to_dag
529 + azure_name: AirflowIntegrationRuntimeTaskRestoredToDAG
530 + time_grain: PT1M
531 + series:
532 + - aggregation: total
533 + kind: counter
534 + - id: airflow_integration_runtime_celery_task_timeout_error
535 + azure_name: AirflowIntegrationRuntimeCeleryTaskTimeoutError
536 + time_grain: PT1M
537 + series:
538 + - aggregation: total
539 + kind: counter
540 + - id: airflow_integration_runtime_triggers_blocked_main_thread
541 + azure_name: AirflowIntegrationRuntimeTriggersBlockedMainThread
542 + time_grain: PT1M
543 + series:
544 + - aggregation: total
545 + kind: counter
546 + - id: airflow_integration_runtime_triggers_failed
547 + azure_name: AirflowIntegrationRuntimeTriggersFailed
548 + time_grain: PT1M
549 + series:
550 + - aggregation: total
551 + kind: counter
552 + - id: airflow_integration_runtime_triggers_running
553 + azure_name: AirflowIntegrationRuntimeTriggersRunning
554 + time_grain: PT1M
555 + series:
556 + - aggregation: total
557 + kind: counter
558 + - id: airflow_integration_runtime_triggers_succeeded
559 + azure_name: AirflowIntegrationRuntimeTriggersSucceeded
560 + time_grain: PT1M
561 + series:
562 + - aggregation: total
563 + kind: counter
564 + - id: airflow_integration_runtime_zombies_killed
565 + azure_name: AirflowIntegrationRuntimeZombiesKilled
566 + time_grain: PT1M
567 + series:
568 + - aggregation: total
569 + kind: counter
570 template:
571 family: Azure Data Factory
572 context_namespace: data_factory
573 chart_defaults:
574 label_promotion:
575 - - resource_name
576 - - resource_group
577 - - region
578 - - resource_type
579 - - profile
575 + - resource_name
576 + - resource_group
577 + - region
578 + - resource_type
579 + - profile
580 instances:
581 by_labels:
582 - - resource_uid
582 + - resource_uid
583 charts:
584 - - id: am_azure_data_factory__pipeline_runs
585 - title: Azure Data Factory Pipeline Runs
586 - context: pipeline_runs
587 - family: Pipelines
588 - type: line
589 - units: runs/s
590 - algorithm: incremental
591 - dimensions:
592 - - selector: data_factory.pipeline_succeeded_runs_total
593 - name: succeeded
594 - - selector: data_factory.pipeline_failed_runs_total
595 - name: failed
596 - - selector: data_factory.pipeline_cancelled_runs_total
597 - name: cancelled
598 - - id: am_azure_data_factory__pipeline_elapsed_time
599 - title: Azure Data Factory Pipeline Elapsed Time Runs
600 - context: pipeline_elapsed_time
601 - family: Pipelines
602 - type: line
603 - units: runs/s
604 - algorithm: incremental
605 - dimensions:
606 - - selector: data_factory.pipeline_elapsed_time_runs_total
607 - name: elapsed_time
608 - - id: am_azure_data_factory__activity_runs
609 - title: Azure Data Factory Activity Runs
610 - context: activity_runs
611 - family: Activities
612 - type: line
613 - units: runs/s
614 - algorithm: incremental
615 - dimensions:
616 - - selector: data_factory.activity_succeeded_runs_total
617 - name: succeeded
618 - - selector: data_factory.activity_failed_runs_total
619 - name: failed
620 - - selector: data_factory.activity_cancelled_runs_total
621 - name: cancelled
622 - - id: am_azure_data_factory__trigger_runs
623 - title: Azure Data Factory Trigger Runs
624 - context: trigger_runs
625 - family: Triggers
626 - type: line
627 - units: runs/s
628 - algorithm: incremental
629 - dimensions:
630 - - selector: data_factory.trigger_succeeded_runs_total
631 - name: succeeded
632 - - selector: data_factory.trigger_failed_runs_total
633 - name: failed
634 - - selector: data_factory.trigger_cancelled_runs_total
635 - name: cancelled
636 - - id: am_azure_data_factory__ssis_ir_starts
637 - title: Azure Data Factory SSIS IR Start Operations
638 - context: ssis_ir_starts
639 - family: SSIS
640 - type: line
641 - units: runs/s
642 - algorithm: incremental
643 - dimensions:
644 - - selector: data_factory.ssis_integration_runtime_start_succeeded_total
645 - name: succeeded
646 - - selector: data_factory.ssis_integration_runtime_start_failed_total
647 - name: failed
648 - - selector: data_factory.ssis_integration_runtime_start_cancel_total
649 - name: cancelled
650 - - id: am_azure_data_factory__ssis_ir_stops
651 - title: Azure Data Factory SSIS IR Stop Operations
652 - context: ssis_ir_stops
653 - family: SSIS
654 - type: line
655 - units: runs/s
656 - algorithm: incremental
657 - dimensions:
658 - - selector: data_factory.ssis_integration_runtime_stop_succeeded_total
659 - name: succeeded
660 - - selector: data_factory.ssis_integration_runtime_stop_stuck_total
661 - name: stuck
662 - - id: am_azure_data_factory__ssis_package_executions
663 - title: Azure Data Factory SSIS Package Executions
664 - context: ssis_package_executions
665 - family: SSIS
666 - type: line
667 - units: executions/s
668 - algorithm: incremental
669 - dimensions:
670 - - selector: data_factory.ssis_package_execution_succeeded_total
671 - name: succeeded
672 - - selector: data_factory.ssis_package_execution_failed_total
673 - name: failed
674 - - selector: data_factory.ssis_package_execution_cancel_total
675 - name: cancelled
676 - - id: am_azure_data_factory__ir_cpu
677 - title: Azure Data Factory Integration Runtime CPU
678 - context: ir_cpu
679 - family: Integration Runtime
680 - type: line
681 - units: percentage
682 - algorithm: absolute
683 - dimensions:
684 - - selector: data_factory.integration_runtime_cpu_percentage_average
685 - name: average
686 - - id: am_azure_data_factory__ir_memory
687 - title: Azure Data Factory Integration Runtime Available Memory
688 - context: ir_memory
689 - family: Integration Runtime
690 - type: line
691 - units: bytes
692 - algorithm: absolute
693 - dimensions:
694 - - selector: data_factory.integration_runtime_available_memory_average
695 - name: available
696 - - id: am_azure_data_factory__ir_nodes
697 - title: Azure Data Factory Integration Runtime Available Nodes
698 - context: ir_nodes
699 - family: Integration Runtime
700 - type: line
701 - units: nodes
702 - algorithm: absolute
703 - dimensions:
704 - - selector: data_factory.integration_runtime_available_node_number_average
705 - name: available
706 - - id: am_azure_data_factory__ir_queue
707 - title: Azure Data Factory Integration Runtime Queue
708 - context: ir_queue
709 - family: Integration Runtime
710 - type: line
711 - units: tasks
712 - algorithm: absolute
713 - dimensions:
714 - - selector: data_factory.integration_runtime_queue_length_average
715 - name: queue_length
716 - - id: am_azure_data_factory__ir_task_pickup_delay
717 - title: Azure Data Factory Integration Runtime Task Pickup Delay
718 - context: ir_task_pickup_delay
719 - family: Integration Runtime
720 - type: line
721 - units: seconds
722 - algorithm: absolute
723 - dimensions:
724 - - selector: data_factory.integration_runtime_average_task_pickup_delay_average
725 - name: average
726 - - id: am_azure_data_factory__factory_size
727 - title: Azure Data Factory Factory Size
728 - context: factory_size
729 - family: Capacity
730 - type: line
731 - units: GiB
732 - algorithm: absolute
733 - dimensions:
734 - - selector: data_factory.factory_size_in_gb_units_maximum
735 - name: current
736 - - selector: data_factory.max_allowed_factory_size_in_gb_units_maximum
737 - name: max_allowed
738 - - id: am_azure_data_factory__entity_count
739 - title: Azure Data Factory Entity Count
740 - context: entity_count
741 - family: Capacity
742 - type: line
743 - units: entities
744 - algorithm: absolute
745 - dimensions:
746 - - selector: data_factory.resource_count_maximum
747 - name: current
748 - - selector: data_factory.max_allowed_resource_count_maximum
749 - name: max_allowed
750 - - id: am_azure_data_factory__mvnet_ir_copy_capacity
751 - title: Azure Data Factory MVNet IR Copy Capacity
752 - context: mvnet_ir_copy_capacity
753 - family: MVNet IR
754 - type: line
755 - units: percentage
756 - algorithm: absolute
757 - dimensions:
758 - - selector: data_factory.mv_net_ir_copy_capacity_utilization_maximum
759 - name: utilization
760 - - selector: data_factory.mv_net_ir_copy_available_capacity_pct_maximum
761 - name: available
762 - - id: am_azure_data_factory__mvnet_ir_copy_queue
763 - title: Azure Data Factory MVNet IR Copy Queue
764 - context: mvnet_ir_copy_queue
765 - family: MVNet IR
766 - type: line
767 - units: tasks
768 - algorithm: absolute
769 - dimensions:
770 - - selector: data_factory.mv_net_ir_copy_waiting_queue_length_average
771 - name: waiting
772 - - id: am_azure_data_factory__mvnet_ir_external_capacity
773 - title: Azure Data Factory MVNet IR External Capacity
774 - context: mvnet_ir_external_capacity
775 - family: MVNet IR
776 - type: line
777 - units: percentage
778 - algorithm: absolute
779 - dimensions:
780 - - selector: data_factory.mv_net_ir_external_capacity_utilization_maximum
781 - name: utilization
782 - - selector: data_factory.mv_net_ir_external_available_capacity_pct_maximum
783 - name: available
784 - - id: am_azure_data_factory__mvnet_ir_external_queue
785 - title: Azure Data Factory MVNet IR External Queue
786 - context: mvnet_ir_external_queue
787 - family: MVNet IR
788 - type: line
789 - units: tasks
790 - algorithm: absolute
791 - dimensions:
792 - - selector: data_factory.mv_net_ir_external_waiting_queue_length_average
793 - name: waiting
794 - - id: am_azure_data_factory__mvnet_ir_pipeline_capacity
795 - title: Azure Data Factory MVNet IR Pipeline Capacity
796 - context: mvnet_ir_pipeline_capacity
797 - family: MVNet IR
798 - type: line
799 - units: percentage
800 - algorithm: absolute
801 - dimensions:
802 - - selector: data_factory.mv_net_ir_pipeline_capacity_utilization_maximum
803 - name: utilization
804 - - selector: data_factory.mv_net_ir_pipeline_available_capacity_pct_maximum
805 - name: available
806 - - id: am_azure_data_factory__mvnet_ir_pipeline_queue
807 - title: Azure Data Factory MVNet IR Pipeline Queue
808 - context: mvnet_ir_pipeline_queue
809 - family: MVNet IR
810 - type: line
811 - units: tasks
812 - algorithm: absolute
813 - dimensions:
814 - - selector: data_factory.mv_net_ir_pipeline_waiting_queue_length_average
815 - name: waiting
816 - - id: am_azure_data_factory__airflow_ir_cpu
817 - title: Azure Data Factory Airflow IR CPU
818 - context: airflow_ir_cpu
819 - family: Airflow IR
820 - type: line
821 - units: percentage
822 - algorithm: absolute
823 - dimensions:
824 - - selector: data_factory.airflow_integration_runtime_cpu_percentage_average
825 - name: percentage
826 - - id: am_azure_data_factory__airflow_ir_cpu_usage
827 - title: Azure Data Factory Airflow IR CPU Usage
828 - context: airflow_ir_cpu_usage
829 - family: Airflow IR
830 - type: line
831 - units: millicores
832 - algorithm: absolute
833 - dimensions:
834 - - selector: data_factory.airflow_integration_runtime_cpu_usage_average
835 - name: average
836 - - id: am_azure_data_factory__airflow_ir_memory
837 - title: Azure Data Factory Airflow IR Memory
838 - context: airflow_ir_memory
839 - family: Airflow IR
840 - type: line
841 - units: percentage
842 - algorithm: absolute
843 - dimensions:
844 - - selector: data_factory.airflow_integration_runtime_memory_percentage_average
845 - name: percentage
846 - - id: am_azure_data_factory__airflow_ir_memory_usage
847 - title: Azure Data Factory Airflow IR Memory Usage
848 - context: airflow_ir_memory_usage
849 - family: Airflow IR
850 - type: line
851 - units: bytes
852 - algorithm: absolute
853 - dimensions:
854 - - selector: data_factory.airflow_integration_runtime_memory_usage_average
855 - name: average
856 - - id: am_azure_data_factory__airflow_ir_nodes
857 - title: Azure Data Factory Airflow IR Node Count
858 - context: airflow_ir_nodes
859 - family: Airflow IR
860 - type: line
861 - units: nodes
862 - algorithm: absolute
863 - dimensions:
864 - - selector: data_factory.airflow_integration_runtime_node_count_average
865 - name: average
866 - - id: am_azure_data_factory__airflow_ir_dag_collection
867 - title: Azure Data Factory Airflow IR DAG DB Collection Time
868 - context: airflow_ir_dag_collection
869 - family: Airflow DAG Processing
870 - type: line
871 - units: milliseconds
872 - algorithm: absolute
873 - dimensions:
874 - - selector: data_factory.airflow_integration_runtime_collect_db_dags_average
875 - name: average
876 - - id: am_azure_data_factory__airflow_ir_dag_bag
877 - title: Azure Data Factory Airflow IR DAG Bag Size
878 - context: airflow_ir_dag_bag
879 - family: Airflow DAG Processing
880 - type: line
881 - units: dags/s
882 - algorithm: incremental
883 - dimensions:
884 - - selector: data_factory.airflow_integration_runtime_dag_bag_size_total
885 - name: total
886 - - id: am_azure_data_factory__airflow_ir_dag_errors
887 - title: Azure Data Factory Airflow IR DAG Errors
888 - context: airflow_ir_dag_errors
889 - family: Airflow DAG Processing
890 - type: line
891 - units: errors/s
892 - algorithm: incremental
893 - dimensions:
894 - - selector: data_factory.airflow_integration_runtime_dag_callback_exceptions_total
895 - name: callback_exceptions
896 - - selector: data_factory.airflow_integration_runtime_dag_file_refresh_error_total
897 - name: file_refresh
898 - - selector: data_factory.airflow_integration_runtime_dag_processing_import_errors_total
899 - name: import
900 - - id: am_azure_data_factory__airflow_ir_dag_processing_duration
901 - title: Azure Data Factory Airflow IR DAG Processing Duration
902 - context: airflow_ir_dag_processing_duration
903 - family: Airflow DAG Processing
904 - type: line
905 - units: milliseconds
906 - algorithm: absolute
907 - dimensions:
908 - - selector: data_factory.airflow_integration_runtime_dag_processing_last_duration_average
909 - name: last_duration
910 - - id: am_azure_data_factory__airflow_ir_dag_processing_lag
911 - title: Azure Data Factory Airflow IR DAG Processing Lag
912 - context: airflow_ir_dag_processing_lag
913 - family: Airflow DAG Processing
914 - type: line
915 - units: seconds
916 - algorithm: absolute
917 - dimensions:
918 - - selector: data_factory.airflow_integration_runtime_dag_processing_last_run_seconds_ago_average
919 - name: last_run_seconds_ago
920 - - selector: data_factory.airflow_integration_runtime_dag_processing_processor_timeouts_average
921 - name: processor_timeouts
922 - - selector: data_factory.airflow_integration_runtime_dag_processing_total_parse_time_average
923 - name: total_parse_time
924 - - id: am_azure_data_factory__airflow_ir_dag_processing_activity
925 - title: Azure Data Factory Airflow IR DAG Processing Activity
926 - context: airflow_ir_dag_processing_activity
927 - family: Airflow DAG Processing
928 - type: line
929 - units: events/s
930 - algorithm: incremental
931 - dimensions:
932 - - selector: data_factory.airflow_integration_runtime_dag_processing_manager_stalls_total
933 - name: manager_stalls
934 - - selector: data_factory.airflow_integration_runtime_dag_processing_processes_total
935 - name: processes
936 - - id: am_azure_data_factory__airflow_ir_dag_run_duration
937 - title: Azure Data Factory Airflow IR DAG Run Duration
938 - context: airflow_ir_dag_run_duration
939 - family: Airflow DAG Runs
940 - type: line
941 - units: milliseconds
942 - algorithm: absolute
943 - dimensions:
944 - - selector: data_factory.airflow_integration_runtime_dag_run_duration_success_average
945 - name: success
946 - - selector: data_factory.airflow_integration_runtime_dag_run_duration_failed_average
947 - name: failed
948 - - id: am_azure_data_factory__airflow_ir_dag_run_scheduling
949 - title: Azure Data Factory Airflow IR DAG Run Scheduling Delays
950 - context: airflow_ir_dag_run_scheduling
951 - family: Airflow DAG Runs
952 - type: line
953 - units: milliseconds
954 - algorithm: absolute
955 - dimensions:
956 - - selector: data_factory.airflow_integration_runtime_dag_run_dependency_check_average
957 - name: dependency_check
958 - - selector: data_factory.airflow_integration_runtime_dag_run_first_task_scheduling_delay_average
959 - name: first_task_delay
960 - - selector: data_factory.airflow_integration_runtime_dag_run_schedule_delay_average
961 - name: schedule_delay
962 - - id: am_azure_data_factory__airflow_ir_executor
963 - title: Azure Data Factory Airflow IR Executor
964 - context: airflow_ir_executor
965 - family: Airflow Executor
966 - type: line
967 - units: slots/s
968 - algorithm: incremental
969 - dimensions:
970 - - selector: data_factory.airflow_integration_runtime_executor_open_slots_total
971 - name: open_slots
972 - - selector: data_factory.airflow_integration_runtime_executor_queued_tasks_total
973 - name: queued_tasks
974 - - selector: data_factory.airflow_integration_runtime_executor_running_tasks_total
975 - name: running_tasks
976 - - id: am_azure_data_factory__airflow_ir_jobs
977 - title: Azure Data Factory Airflow IR Jobs
978 - context: airflow_ir_jobs
979 - family: Airflow Jobs
980 - type: line
981 - units: jobs/s
982 - algorithm: incremental
983 - dimensions:
984 - - selector: data_factory.airflow_integration_runtime_job_start_total
985 - name: started
986 - - selector: data_factory.airflow_integration_runtime_job_end_total
987 - name: ended
988 - - selector: data_factory.airflow_integration_runtime_job_heartbeat_failure_total
989 - name: heartbeat_failures
990 - - id: am_azure_data_factory__airflow_ir_operators
991 - title: Azure Data Factory Airflow IR Operators
992 - context: airflow_ir_operators
993 - family: Airflow Operators
994 - type: line
995 - units: operations/s
996 - algorithm: incremental
997 - dimensions:
998 - - selector: data_factory.airflow_integration_runtime_operator_successes_total
999 - name: successes
1000 - - selector: data_factory.airflow_integration_runtime_operator_failures_total
1001 - name: failures
1002 - - id: am_azure_data_factory__airflow_ir_pool_slots
1003 - title: Azure Data Factory Airflow IR Pool Slots
1004 - context: airflow_ir_pool_slots
1005 - family: Airflow Pools
1006 - type: line
1007 - units: slots/s
1008 - algorithm: incremental
1009 - dimensions:
1010 - - selector: data_factory.airflow_integration_runtime_pool_open_slots_total
1011 - name: open
1012 - - selector: data_factory.airflow_integration_runtime_pool_queued_slots_total
1013 - name: queued
1014 - - selector: data_factory.airflow_integration_runtime_pool_running_slots_total
1015 - name: running
1016 - - id: am_azure_data_factory__airflow_ir_pool_starving
1017 - title: Azure Data Factory Airflow IR Pool Starving Tasks
1018 - context: airflow_ir_pool_starving
1019 - family: Airflow Pools
1020 - type: line
1021 - units: tasks/s
1022 - algorithm: incremental
1023 - dimensions:
1024 - - selector: data_factory.airflow_integration_runtime_pool_starving_tasks_total
1025 - name: starving
1026 - - id: am_azure_data_factory__airflow_ir_scheduler_critical_section
1027 - title: Azure Data Factory Airflow IR Scheduler Critical Section
1028 - context: airflow_ir_scheduler_critical_section
1029 - family: Airflow Scheduler
1030 - type: line
1031 - units: milliseconds
1032 - algorithm: absolute
1033 - dimensions:
1034 - - selector: data_factory.airflow_integration_runtime_scheduler_critical_section_duration_average
1035 - name: duration
1036 - - id: am_azure_data_factory__airflow_ir_scheduler_activity
1037 - title: Azure Data Factory Airflow IR Scheduler Activity
1038 - context: airflow_ir_scheduler_activity
1039 - family: Airflow Scheduler
1040 - type: line
1041 - units: events/s
1042 - algorithm: incremental
1043 - dimensions:
1044 - - selector: data_factory.airflow_integration_runtime_scheduler_critical_section_busy_total
1045 - name: critical_section_busy
1046 - - selector: data_factory.airflow_integration_runtime_scheduler_heartbeat_total
1047 - name: heartbeats
1048 - - selector: data_factory.airflow_integration_runtime_scheduler_failed_sla_email_attempts_total
1049 - name: failed_sla_emails
1050 - - id: am_azure_data_factory__airflow_ir_scheduler_orphaned_tasks
1051 - title: Azure Data Factory Airflow IR Scheduler Orphaned Tasks
1052 - context: airflow_ir_scheduler_orphaned_tasks
1053 - family: Airflow Scheduler
1054 - type: line
1055 - units: tasks/s
1056 - algorithm: incremental
1057 - dimensions:
1058 - - selector: data_factory.airflow_integration_runtime_scheduler_orphaned_tasks_adopted_total
1059 - name: adopted
1060 - - selector: data_factory.airflow_integration_runtime_scheduler_orphaned_tasks_cleared_total
1061 - name: cleared
1062 - - id: am_azure_data_factory__airflow_ir_scheduler_tasks
1063 - title: Azure Data Factory Airflow IR Scheduler Tasks
1064 - context: airflow_ir_scheduler_tasks
1065 - family: Airflow Scheduler
1066 - type: line
1067 - units: tasks/s
1068 - algorithm: incremental
1069 - dimensions:
1070 - - selector: data_factory.airflow_integration_runtime_scheduler_tasks_executable_total
1071 - name: executable
1072 - - selector: data_factory.airflow_integration_runtime_scheduler_tasks_running_total
1073 - name: running
1074 - - selector: data_factory.airflow_integration_runtime_scheduler_tasks_starving_total
1075 - name: starving
1076 - - selector: data_factory.airflow_integration_runtime_scheduler_tasks_killed_externally_total
1077 - name: killed_externally
1078 - - id: am_azure_data_factory__airflow_ir_task_instances
1079 - title: Azure Data Factory Airflow IR Task Instances
1080 - context: airflow_ir_task_instances
1081 - family: Airflow Tasks
1082 - type: line
1083 - units: instances/s
1084 - algorithm: incremental
1085 - dimensions:
1086 - - selector: data_factory.airflow_integration_runtime_started_task_instances_total
1087 - name: started
1088 - - selector: data_factory.airflow_integration_runtime_task_instance_successes_total
1089 - name: succeeded
1090 - - selector: data_factory.airflow_integration_runtime_task_instance_failures_total
1091 - name: failed
1092 - - selector: data_factory.airflow_integration_runtime_task_instance_finished_total
1093 - name: finished
1094 - - selector: data_factory.airflow_integration_runtime_task_instance_previously_succeeded_total
1095 - name: previously_succeeded
1096 - - selector: data_factory.airflow_integration_runtime_task_instance_created_using_operator_total
1097 - name: created_via_operator
1098 - - id: am_azure_data_factory__airflow_ir_task_instance_duration
1099 - title: Azure Data Factory Airflow IR Task Instance Duration
1100 - context: airflow_ir_task_instance_duration
1101 - family: Airflow Tasks
1102 - type: line
1103 - units: milliseconds
1104 - algorithm: absolute
1105 - dimensions:
1106 - - selector: data_factory.airflow_integration_runtime_task_instance_duration_average
1107 - name: average
1108 - - id: am_azure_data_factory__airflow_ir_task_dag_changes
1109 - title: Azure Data Factory Airflow IR Task DAG Changes
1110 - context: airflow_ir_task_dag_changes
1111 - family: Airflow Tasks
1112 - type: line
1113 - units: tasks/s
1114 - algorithm: incremental
1115 - dimensions:
1116 - - selector: data_factory.airflow_integration_runtime_task_removed_from_dag_total
1117 - name: removed
1118 - - selector: data_factory.airflow_integration_runtime_task_restored_to_dag_total
1119 - name: restored
1120 - - id: am_azure_data_factory__airflow_ir_triggers
1121 - title: Azure Data Factory Airflow IR Triggers
1122 - context: airflow_ir_triggers
1123 - family: Airflow Triggers
1124 - type: line
1125 - units: triggers/s
1126 - algorithm: incremental
1127 - dimensions:
1128 - - selector: data_factory.airflow_integration_runtime_triggers_succeeded_total
1129 - name: succeeded
1130 - - selector: data_factory.airflow_integration_runtime_triggers_failed_total
1131 - name: failed
1132 - - selector: data_factory.airflow_integration_runtime_triggers_running_total
1133 - name: running
1134 - - id: am_azure_data_factory__airflow_ir_trigger_issues
1135 - title: Azure Data Factory Airflow IR Trigger Issues
1136 - context: airflow_ir_trigger_issues
1137 - family: Airflow Triggers
1138 - type: line
1139 - units: events/s
1140 - algorithm: incremental
1141 - dimensions:
1142 - - selector: data_factory.airflow_integration_runtime_triggers_blocked_main_thread_total
1143 - name: blocked_main_thread
1144 - - selector: data_factory.airflow_integration_runtime_celery_task_timeout_error_total
1145 - name: celery_timeout_errors
1146 - - id: am_azure_data_factory__airflow_ir_zombies
1147 - title: Azure Data Factory Airflow IR Zombie Tasks Killed
1148 - context: airflow_ir_zombies
1149 - family: Airflow Triggers
1150 - type: line
1151 - units: tasks/s
1152 - algorithm: incremental
1153 - dimensions:
1154 - - selector: data_factory.airflow_integration_runtime_zombies_killed_total
1155 - name: killed
584 + - id: am_azure_data_factory__pipeline_runs
585 + title: Azure Data Factory Pipeline Runs
586 + context: pipeline_runs
587 + family: Pipelines
588 + type: line
589 + units: runs/s
590 + algorithm: incremental
591 + dimensions:
592 + - selector: data_factory.pipeline_succeeded_runs_total
593 + name: succeeded
594 + - selector: data_factory.pipeline_failed_runs_total
595 + name: failed
596 + - selector: data_factory.pipeline_cancelled_runs_total
597 + name: cancelled
598 + - id: am_azure_data_factory__pipeline_elapsed_time
599 + title: Azure Data Factory Pipeline Elapsed Time Runs
600 + context: pipeline_elapsed_time
601 + family: Pipelines
602 + type: line
603 + units: runs/s
604 + algorithm: incremental
605 + dimensions:
606 + - selector: data_factory.pipeline_elapsed_time_runs_total
607 + name: elapsed_time
608 + - id: am_azure_data_factory__activity_runs
609 + title: Azure Data Factory Activity Runs
610 + context: activity_runs
611 + family: Activities
612 + type: line
613 + units: runs/s
614 + algorithm: incremental
615 + dimensions:
616 + - selector: data_factory.activity_succeeded_runs_total
617 + name: succeeded
618 + - selector: data_factory.activity_failed_runs_total
619 + name: failed
620 + - selector: data_factory.activity_cancelled_runs_total
621 + name: cancelled
622 + - id: am_azure_data_factory__trigger_runs
623 + title: Azure Data Factory Trigger Runs
624 + context: trigger_runs
625 + family: Triggers
626 + type: line
627 + units: runs/s
628 + algorithm: incremental
629 + dimensions:
630 + - selector: data_factory.trigger_succeeded_runs_total
631 + name: succeeded
632 + - selector: data_factory.trigger_failed_runs_total
633 + name: failed
634 + - selector: data_factory.trigger_cancelled_runs_total
635 + name: cancelled
636 + - id: am_azure_data_factory__ssis_ir_starts
637 + title: Azure Data Factory SSIS IR Start Operations
638 + context: ssis_ir_starts
639 + family: SSIS
640 + type: line
641 + units: runs/s
642 + algorithm: incremental
643 + dimensions:
644 + - selector: data_factory.ssis_integration_runtime_start_succeeded_total
645 + name: succeeded
646 + - selector: data_factory.ssis_integration_runtime_start_failed_total
647 + name: failed
648 + - selector: data_factory.ssis_integration_runtime_start_cancel_total
649 + name: cancelled
650 + - id: am_azure_data_factory__ssis_ir_stops
651 + title: Azure Data Factory SSIS IR Stop Operations
652 + context: ssis_ir_stops
653 + family: SSIS
654 + type: line
655 + units: runs/s
656 + algorithm: incremental
657 + dimensions:
658 + - selector: data_factory.ssis_integration_runtime_stop_succeeded_total
659 + name: succeeded
660 + - selector: data_factory.ssis_integration_runtime_stop_stuck_total
661 + name: stuck
662 + - id: am_azure_data_factory__ssis_package_executions
663 + title: Azure Data Factory SSIS Package Executions
664 + context: ssis_package_executions
665 + family: SSIS
666 + type: line
667 + units: executions/s
668 + algorithm: incremental
669 + dimensions:
670 + - selector: data_factory.ssis_package_execution_succeeded_total
671 + name: succeeded
672 + - selector: data_factory.ssis_package_execution_failed_total
673 + name: failed
674 + - selector: data_factory.ssis_package_execution_cancel_total
675 + name: cancelled
676 + - id: am_azure_data_factory__ir_cpu
677 + title: Azure Data Factory Integration Runtime CPU
678 + context: ir_cpu
679 + family: Integration Runtime
680 + type: line
681 + units: percentage
682 + algorithm: absolute
683 + dimensions:
684 + - selector: data_factory.integration_runtime_cpu_percentage_average
685 + name: average
686 + - id: am_azure_data_factory__ir_memory
687 + title: Azure Data Factory Integration Runtime Available Memory
688 + context: ir_memory
689 + family: Integration Runtime
690 + type: line
691 + units: bytes
692 + algorithm: absolute
693 + dimensions:
694 + - selector: data_factory.integration_runtime_available_memory_average
695 + name: available
696 + - id: am_azure_data_factory__ir_nodes
697 + title: Azure Data Factory Integration Runtime Available Nodes
698 + context: ir_nodes
699 + family: Integration Runtime
700 + type: line
701 + units: nodes
702 + algorithm: absolute
703 + dimensions:
704 + - selector: data_factory.integration_runtime_available_node_number_average
705 + name: available
706 + - id: am_azure_data_factory__ir_queue
707 + title: Azure Data Factory Integration Runtime Queue
708 + context: ir_queue
709 + family: Integration Runtime
710 + type: line
711 + units: tasks
712 + algorithm: absolute
713 + dimensions:
714 + - selector: data_factory.integration_runtime_queue_length_average
715 + name: queue_length
716 + - id: am_azure_data_factory__ir_task_pickup_delay
717 + title: Azure Data Factory Integration Runtime Task Pickup Delay
718 + context: ir_task_pickup_delay
719 + family: Integration Runtime
720 + type: line
721 + units: seconds
722 + algorithm: absolute
723 + dimensions:
724 + - selector: data_factory.integration_runtime_average_task_pickup_delay_average
725 + name: average
726 + - id: am_azure_data_factory__factory_size
727 + title: Azure Data Factory Factory Size
728 + context: factory_size
729 + family: Capacity
730 + type: line
731 + units: GiB
732 + algorithm: absolute
733 + dimensions:
734 + - selector: data_factory.factory_size_in_gb_units_maximum
735 + name: current
736 + - selector: data_factory.max_allowed_factory_size_in_gb_units_maximum
737 + name: max_allowed
738 + - id: am_azure_data_factory__entity_count
739 + title: Azure Data Factory Entity Count
740 + context: entity_count
741 + family: Capacity
742 + type: line
743 + units: entities
744 + algorithm: absolute
745 + dimensions:
746 + - selector: data_factory.resource_count_maximum
747 + name: current
748 + - selector: data_factory.max_allowed_resource_count_maximum
749 + name: max_allowed
750 + - id: am_azure_data_factory__mvnet_ir_copy_capacity
751 + title: Azure Data Factory MVNet IR Copy Capacity
752 + context: mvnet_ir_copy_capacity
753 + family: MVNet IR
754 + type: line
755 + units: percentage
756 + algorithm: absolute
757 + dimensions:
758 + - selector: data_factory.mv_net_ir_copy_capacity_utilization_maximum
759 + name: utilization
760 + - selector: data_factory.mv_net_ir_copy_available_capacity_pct_maximum
761 + name: available
762 + - id: am_azure_data_factory__mvnet_ir_copy_queue
763 + title: Azure Data Factory MVNet IR Copy Queue
764 + context: mvnet_ir_copy_queue
765 + family: MVNet IR
766 + type: line
767 + units: tasks
768 + algorithm: absolute
769 + dimensions:
770 + - selector: data_factory.mv_net_ir_copy_waiting_queue_length_average
771 + name: waiting
772 + - id: am_azure_data_factory__mvnet_ir_external_capacity
773 + title: Azure Data Factory MVNet IR External Capacity
774 + context: mvnet_ir_external_capacity
775 + family: MVNet IR
776 + type: line
777 + units: percentage
778 + algorithm: absolute
779 + dimensions:
780 + - selector: data_factory.mv_net_ir_external_capacity_utilization_maximum
781 + name: utilization
782 + - selector: data_factory.mv_net_ir_external_available_capacity_pct_maximum
783 + name: available
784 + - id: am_azure_data_factory__mvnet_ir_external_queue
785 + title: Azure Data Factory MVNet IR External Queue
786 + context: mvnet_ir_external_queue
787 + family: MVNet IR
788 + type: line
789 + units: tasks
790 + algorithm: absolute
791 + dimensions:
792 + - selector: data_factory.mv_net_ir_external_waiting_queue_length_average
793 + name: waiting
794 + - id: am_azure_data_factory__mvnet_ir_pipeline_capacity
795 + title: Azure Data Factory MVNet IR Pipeline Capacity
796 + context: mvnet_ir_pipeline_capacity
797 + family: MVNet IR
798 + type: line
799 + units: percentage
800 + algorithm: absolute
801 + dimensions:
802 + - selector: data_factory.mv_net_ir_pipeline_capacity_utilization_maximum
803 + name: utilization
804 + - selector: data_factory.mv_net_ir_pipeline_available_capacity_pct_maximum
805 + name: available
806 + - id: am_azure_data_factory__mvnet_ir_pipeline_queue
807 + title: Azure Data Factory MVNet IR Pipeline Queue
808 + context: mvnet_ir_pipeline_queue
809 + family: MVNet IR
810 + type: line
811 + units: tasks
812 + algorithm: absolute
813 + dimensions:
814 + - selector: data_factory.mv_net_ir_pipeline_waiting_queue_length_average
815 + name: waiting
816 + - id: am_azure_data_factory__airflow_ir_cpu
817 + title: Azure Data Factory Airflow IR CPU
818 + context: airflow_ir_cpu
819 + family: Airflow IR
820 + type: line
821 + units: percentage
822 + algorithm: absolute
823 + dimensions:
824 + - selector: data_factory.airflow_integration_runtime_cpu_percentage_average
825 + name: percentage
826 + - id: am_azure_data_factory__airflow_ir_cpu_usage
827 + title: Azure Data Factory Airflow IR CPU Usage
828 + context: airflow_ir_cpu_usage
829 + family: Airflow IR
830 + type: line
831 + units: millicores
832 + algorithm: absolute
833 + dimensions:
834 + - selector: data_factory.airflow_integration_runtime_cpu_usage_average
835 + name: average
836 + - id: am_azure_data_factory__airflow_ir_memory
837 + title: Azure Data Factory Airflow IR Memory
838 + context: airflow_ir_memory
839 + family: Airflow IR
840 + type: line
841 + units: percentage
842 + algorithm: absolute
843 + dimensions:
844 + - selector: data_factory.airflow_integration_runtime_memory_percentage_average
845 + name: percentage
846 + - id: am_azure_data_factory__airflow_ir_memory_usage
847 + title: Azure Data Factory Airflow IR Memory Usage
848 + context: airflow_ir_memory_usage
849 + family: Airflow IR
850 + type: line
851 + units: bytes
852 + algorithm: absolute
853 + dimensions:
854 + - selector: data_factory.airflow_integration_runtime_memory_usage_average
855 + name: average
856 + - id: am_azure_data_factory__airflow_ir_nodes
857 + title: Azure Data Factory Airflow IR Node Count
858 + context: airflow_ir_nodes
859 + family: Airflow IR
860 + type: line
861 + units: nodes
862 + algorithm: absolute
863 + dimensions:
864 + - selector: data_factory.airflow_integration_runtime_node_count_average
865 + name: average
866 + - id: am_azure_data_factory__airflow_ir_dag_collection
867 + title: Azure Data Factory Airflow IR DAG DB Collection Time
868 + context: airflow_ir_dag_collection
869 + family: Airflow DAG Processing
870 + type: line
871 + units: milliseconds
872 + algorithm: absolute
873 + dimensions:
874 + - selector: data_factory.airflow_integration_runtime_collect_db_dags_average
875 + name: average
876 + - id: am_azure_data_factory__airflow_ir_dag_bag
877 + title: Azure Data Factory Airflow IR DAG Bag Size
878 + context: airflow_ir_dag_bag
879 + family: Airflow DAG Processing
880 + type: line
881 + units: dags/s
882 + algorithm: incremental
883 + dimensions:
884 + - selector: data_factory.airflow_integration_runtime_dag_bag_size_total
885 + name: total
886 + - id: am_azure_data_factory__airflow_ir_dag_errors
887 + title: Azure Data Factory Airflow IR DAG Errors
888 + context: airflow_ir_dag_errors
889 + family: Airflow DAG Processing
890 + type: line
891 + units: errors/s
892 + algorithm: incremental
893 + dimensions:
894 + - selector: data_factory.airflow_integration_runtime_dag_callback_exceptions_total
895 + name: callback_exceptions
896 + - selector: data_factory.airflow_integration_runtime_dag_file_refresh_error_total
897 + name: file_refresh
898 + - selector: data_factory.airflow_integration_runtime_dag_processing_import_errors_total
899 + name: import
900 + - id: am_azure_data_factory__airflow_ir_dag_processing_duration
901 + title: Azure Data Factory Airflow IR DAG Processing Duration
902 + context: airflow_ir_dag_processing_duration
903 + family: Airflow DAG Processing
904 + type: line
905 + units: milliseconds
906 + algorithm: absolute
907 + dimensions:
908 + - selector: data_factory.airflow_integration_runtime_dag_processing_last_duration_average
909 + name: last_duration
910 + - id: am_azure_data_factory__airflow_ir_dag_processing_lag
911 + title: Azure Data Factory Airflow IR DAG Processing Lag
912 + context: airflow_ir_dag_processing_lag
913 + family: Airflow DAG Processing
914 + type: line
915 + units: seconds
916 + algorithm: absolute
917 + dimensions:
918 + - selector: data_factory.airflow_integration_runtime_dag_processing_last_run_seconds_ago_average
919 + name: last_run_seconds_ago
920 + - selector: data_factory.airflow_integration_runtime_dag_processing_processor_timeouts_average
921 + name: processor_timeouts
922 + - selector: data_factory.airflow_integration_runtime_dag_processing_total_parse_time_average
923 + name: total_parse_time
924 + - id: am_azure_data_factory__airflow_ir_dag_processing_activity
925 + title: Azure Data Factory Airflow IR DAG Processing Activity
926 + context: airflow_ir_dag_processing_activity
927 + family: Airflow DAG Processing
928 + type: line
929 + units: events/s
930 + algorithm: incremental
931 + dimensions:
932 + - selector: data_factory.airflow_integration_runtime_dag_processing_manager_stalls_total
933 + name: manager_stalls
934 + - selector: data_factory.airflow_integration_runtime_dag_processing_processes_total
935 + name: processes
936 + - id: am_azure_data_factory__airflow_ir_dag_run_duration
937 + title: Azure Data Factory Airflow IR DAG Run Duration
938 + context: airflow_ir_dag_run_duration
939 + family: Airflow DAG Runs
940 + type: line
941 + units: milliseconds
942 + algorithm: absolute
943 + dimensions:
944 + - selector: data_factory.airflow_integration_runtime_dag_run_duration_success_average
945 + name: success
946 + - selector: data_factory.airflow_integration_runtime_dag_run_duration_failed_average
947 + name: failed
948 + - id: am_azure_data_factory__airflow_ir_dag_run_scheduling
949 + title: Azure Data Factory Airflow IR DAG Run Scheduling Delays
950 + context: airflow_ir_dag_run_scheduling
951 + family: Airflow DAG Runs
952 + type: line
953 + units: milliseconds
954 + algorithm: absolute
955 + dimensions:
956 + - selector: data_factory.airflow_integration_runtime_dag_run_dependency_check_average
957 + name: dependency_check
958 + - selector: data_factory.airflow_integration_runtime_dag_run_first_task_scheduling_delay_average
959 + name: first_task_delay
960 + - selector: data_factory.airflow_integration_runtime_dag_run_schedule_delay_average
961 + name: schedule_delay
962 + - id: am_azure_data_factory__airflow_ir_executor
963 + title: Azure Data Factory Airflow IR Executor
964 + context: airflow_ir_executor
965 + family: Airflow Executor
966 + type: line
967 + units: slots/s
968 + algorithm: incremental
969 + dimensions:
970 + - selector: data_factory.airflow_integration_runtime_executor_open_slots_total
971 + name: open_slots
972 + - selector: data_factory.airflow_integration_runtime_executor_queued_tasks_total
973 + name: queued_tasks
974 + - selector: data_factory.airflow_integration_runtime_executor_running_tasks_total
975 + name: running_tasks
976 + - id: am_azure_data_factory__airflow_ir_jobs
977 + title: Azure Data Factory Airflow IR Jobs
978 + context: airflow_ir_jobs
979 + family: Airflow Jobs
980 + type: line
981 + units: jobs/s
982 + algorithm: incremental
983 + dimensions:
984 + - selector: data_factory.airflow_integration_runtime_job_start_total
985 + name: started
986 + - selector: data_factory.airflow_integration_runtime_job_end_total
987 + name: ended
988 + - selector: data_factory.airflow_integration_runtime_job_heartbeat_failure_total
989 + name: heartbeat_failures
990 + - id: am_azure_data_factory__airflow_ir_operators
991 + title: Azure Data Factory Airflow IR Operators
992 + context: airflow_ir_operators
993 + family: Airflow Operators
994 + type: line
995 + units: operations/s
996 + algorithm: incremental
997 + dimensions:
998 + - selector: data_factory.airflow_integration_runtime_operator_successes_total
999 + name: successes
1000 + - selector: data_factory.airflow_integration_runtime_operator_failures_total
1001 + name: failures
1002 + - id: am_azure_data_factory__airflow_ir_pool_slots
1003 + title: Azure Data Factory Airflow IR Pool Slots
1004 + context: airflow_ir_pool_slots
1005 + family: Airflow Pools
1006 + type: line
1007 + units: slots/s
1008 + algorithm: incremental
1009 + dimensions:
1010 + - selector: data_factory.airflow_integration_runtime_pool_open_slots_total
1011 + name: open
1012 + - selector: data_factory.airflow_integration_runtime_pool_queued_slots_total
1013 + name: queued
1014 + - selector: data_factory.airflow_integration_runtime_pool_running_slots_total
1015 + name: running
1016 + - id: am_azure_data_factory__airflow_ir_pool_starving
1017 + title: Azure Data Factory Airflow IR Pool Starving Tasks
1018 + context: airflow_ir_pool_starving
1019 + family: Airflow Pools
1020 + type: line
1021 + units: tasks/s
1022 + algorithm: incremental
1023 + dimensions:
1024 + - selector: data_factory.airflow_integration_runtime_pool_starving_tasks_total
1025 + name: starving
1026 + - id: am_azure_data_factory__airflow_ir_scheduler_critical_section
1027 + title: Azure Data Factory Airflow IR Scheduler Critical Section
1028 + context: airflow_ir_scheduler_critical_section
1029 + family: Airflow Scheduler
1030 + type: line
1031 + units: milliseconds
1032 + algorithm: absolute
1033 + dimensions:
1034 + - selector: data_factory.airflow_integration_runtime_scheduler_critical_section_duration_average
1035 + name: duration
1036 + - id: am_azure_data_factory__airflow_ir_scheduler_activity
1037 + title: Azure Data Factory Airflow IR Scheduler Activity
1038 + context: airflow_ir_scheduler_activity
1039 + family: Airflow Scheduler
1040 + type: line
1041 + units: events/s
1042 + algorithm: incremental
1043 + dimensions:
1044 + - selector: data_factory.airflow_integration_runtime_scheduler_critical_section_busy_total
1045 + name: critical_section_busy
1046 + - selector: data_factory.airflow_integration_runtime_scheduler_heartbeat_total
1047 + name: heartbeats
1048 + - selector: data_factory.airflow_integration_runtime_scheduler_failed_sla_email_attempts_total
1049 + name: failed_sla_emails
1050 + - id: am_azure_data_factory__airflow_ir_scheduler_orphaned_tasks
1051 + title: Azure Data Factory Airflow IR Scheduler Orphaned Tasks
1052 + context: airflow_ir_scheduler_orphaned_tasks
1053 + family: Airflow Scheduler
1054 + type: line
1055 + units: tasks/s
1056 + algorithm: incremental
1057 + dimensions:
1058 + - selector: data_factory.airflow_integration_runtime_scheduler_orphaned_tasks_adopted_total
1059 + name: adopted
1060 + - selector: data_factory.airflow_integration_runtime_scheduler_orphaned_tasks_cleared_total
1061 + name: cleared
1062 + - id: am_azure_data_factory__airflow_ir_scheduler_tasks
1063 + title: Azure Data Factory Airflow IR Scheduler Tasks
1064 + context: airflow_ir_scheduler_tasks
1065 + family: Airflow Scheduler
1066 + type: line
1067 + units: tasks/s
1068 + algorithm: incremental
1069 + dimensions:
1070 + - selector: data_factory.airflow_integration_runtime_scheduler_tasks_executable_total
1071 + name: executable
1072 + - selector: data_factory.airflow_integration_runtime_scheduler_tasks_running_total
1073 + name: running
1074 + - selector: data_factory.airflow_integration_runtime_scheduler_tasks_starving_total
1075 + name: starving
1076 + - selector: data_factory.airflow_integration_runtime_scheduler_tasks_killed_externally_total
1077 + name: killed_externally
1078 + - id: am_azure_data_factory__airflow_ir_task_instances
1079 + title: Azure Data Factory Airflow IR Task Instances
1080 + context: airflow_ir_task_instances
1081 + family: Airflow Tasks
1082 + type: line
1083 + units: instances/s
1084 + algorithm: incremental
1085 + dimensions:
1086 + - selector: data_factory.airflow_integration_runtime_started_task_instances_total
1087 + name: started
1088 + - selector: data_factory.airflow_integration_runtime_task_instance_successes_total
1089 + name: succeeded
1090 + - selector: data_factory.airflow_integration_runtime_task_instance_failures_total
1091 + name: failed
1092 + - selector: data_factory.airflow_integration_runtime_task_instance_finished_total
1093 + name: finished
1094 + - selector: data_factory.airflow_integration_runtime_task_instance_previously_succeeded_total
1095 + name: previously_succeeded
1096 + - selector: data_factory.airflow_integration_runtime_task_instance_created_using_operator_total
1097 + name: created_via_operator
1098 + - id: am_azure_data_factory__airflow_ir_task_instance_duration
1099 + title: Azure Data Factory Airflow IR Task Instance Duration
1100 + context: airflow_ir_task_instance_duration
1101 + family: Airflow Tasks
1102 + type: line
1103 + units: milliseconds
1104 + algorithm: absolute
1105 + dimensions:
1106 + - selector: data_factory.airflow_integration_runtime_task_instance_duration_average
1107 + name: average
1108 + - id: am_azure_data_factory__airflow_ir_task_dag_changes
1109 + title: Azure Data Factory Airflow IR Task DAG Changes
1110 + context: airflow_ir_task_dag_changes
1111 + family: Airflow Tasks
1112 + type: line
1113 + units: tasks/s
1114 + algorithm: incremental
1115 + dimensions:
1116 + - selector: data_factory.airflow_integration_runtime_task_removed_from_dag_total
1117 + name: removed
1118 + - selector: data_factory.airflow_integration_runtime_task_restored_to_dag_total
1119 + name: restored
1120 + - id: am_azure_data_factory__airflow_ir_triggers
1121 + title: Azure Data Factory Airflow IR Triggers
1122 + context: airflow_ir_triggers
1123 + family: Airflow Triggers
1124 + type: line
1125 + units: triggers/s
1126 + algorithm: incremental
1127 + dimensions:
1128 + - selector: data_factory.airflow_integration_runtime_triggers_succeeded_total
1129 + name: succeeded
1130 + - selector: data_factory.airflow_integration_runtime_triggers_failed_total
1131 + name: failed
1132 + - selector: data_factory.airflow_integration_runtime_triggers_running_total
1133 + name: running
1134 + - id: am_azure_data_factory__airflow_ir_trigger_issues
1135 + title: Azure Data Factory Airflow IR Trigger Issues
1136 + context: airflow_ir_trigger_issues
1137 + family: Airflow Triggers
1138 + type: line
1139 + units: events/s
1140 + algorithm: incremental
1141 + dimensions:
1142 + - selector: data_factory.airflow_integration_runtime_triggers_blocked_main_thread_total
1143 + name: blocked_main_thread
1144 + - selector: data_factory.airflow_integration_runtime_celery_task_timeout_error_total
1145 + name: celery_timeout_errors
1146 + - id: am_azure_data_factory__airflow_ir_zombies
1147 + title: Azure Data Factory Airflow IR Zombie Tasks Killed
1148 + context: airflow_ir_zombies
1149 + family: Airflow Triggers
1150 + type: line
1151 + units: tasks/s
1152 + algorithm: incremental
1153 + dimensions:
1154 + - selector: data_factory.airflow_integration_runtime_zombies_killed_total
1155 + name: killed
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/event_grid.yaml
+142 -142
@@ -3,153 +3,153 @@ id: event_grid
3 name: Azure Event Grid Topic
4 resource_type: Microsoft.EventGrid/topics
5 metrics:
6 -- id: publish_success_count
7 - azure_name: PublishSuccessCount
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: publish_fail_count
13 - azure_name: PublishFailCount
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: publish_success_latency_in_ms
19 - azure_name: PublishSuccessLatencyInMs
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: matched_event_count
25 - azure_name: MatchedEventCount
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: unmatched_event_count
31 - azure_name: UnmatchedEventCount
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: advanced_filter_evaluation_count
37 - azure_name: AdvancedFilterEvaluationCount
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: delivery_success_count
43 - azure_name: DeliverySuccessCount
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: delivery_attempt_fail_count
49 - azure_name: DeliveryAttemptFailCount
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: dropped_event_count
55 - azure_name: DroppedEventCount
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: dead_lettered_count
61 - azure_name: DeadLetteredCount
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: destination_processing_duration_in_ms
67 - azure_name: DestinationProcessingDurationInMs
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
6 + - id: publish_success_count
7 + azure_name: PublishSuccessCount
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: publish_fail_count
13 + azure_name: PublishFailCount
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: publish_success_latency_in_ms
19 + azure_name: PublishSuccessLatencyInMs
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: matched_event_count
25 + azure_name: MatchedEventCount
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: unmatched_event_count
31 + azure_name: UnmatchedEventCount
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: advanced_filter_evaluation_count
37 + azure_name: AdvancedFilterEvaluationCount
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: delivery_success_count
43 + azure_name: DeliverySuccessCount
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: delivery_attempt_fail_count
49 + azure_name: DeliveryAttemptFailCount
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: dropped_event_count
55 + azure_name: DroppedEventCount
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: dead_lettered_count
61 + azure_name: DeadLetteredCount
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: destination_processing_duration_in_ms
67 + azure_name: DestinationProcessingDurationInMs
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 template:
73 family: Azure Event Grid Topic
74 context_namespace: event_grid
75 chart_defaults:
76 label_promotion:
77 - - resource_name
78 - - resource_group
79 - - region
80 - - resource_type
81 - - profile
77 + - resource_name
78 + - resource_group
79 + - region
80 + - resource_type
81 + - profile
82 instances:
83 by_labels:
84 - - resource_uid
84 + - resource_uid
85 charts:
86 - - id: am_azure_event_grid__publish_rate
87 - title: Azure Event Grid Publish Rate
88 - context: publish_rate
89 - family: Publishing
90 - type: line
91 - units: events/s
92 - algorithm: incremental
93 - dimensions:
94 - - selector: event_grid.publish_success_count_total
95 - name: success
96 - - selector: event_grid.publish_fail_count_total
97 - name: failed
98 - - id: am_azure_event_grid__publish_latency
99 - title: Azure Event Grid Publish Latency
100 - context: publish_latency
101 - family: Publishing
102 - type: line
103 - units: milliseconds
104 - algorithm: incremental
105 - dimensions:
106 - - selector: event_grid.publish_success_latency_in_ms_total
107 - name: latency
108 - - id: am_azure_event_grid__routing
109 - title: Azure Event Grid Event Routing
110 - context: routing
111 - family: Routing
112 - type: line
113 - units: events/s
114 - algorithm: incremental
115 - dimensions:
116 - - selector: event_grid.matched_event_count_total
117 - name: matched
118 - - selector: event_grid.unmatched_event_count_total
119 - name: unmatched
120 - - id: am_azure_event_grid__advanced_filter_evaluations
121 - title: Azure Event Grid Advanced Filter Evaluations
122 - context: advanced_filter_evaluations
123 - family: Routing
124 - type: line
125 - units: evaluations/s
126 - algorithm: incremental
127 - dimensions:
128 - - selector: event_grid.advanced_filter_evaluation_count_total
129 - name: evaluations
130 - - id: am_azure_event_grid__delivery
131 - title: Azure Event Grid Event Delivery
132 - context: delivery
133 - family: Delivery
134 - type: line
135 - units: events/s
136 - algorithm: incremental
137 - dimensions:
138 - - selector: event_grid.delivery_success_count_total
139 - name: delivered
140 - - selector: event_grid.delivery_attempt_fail_count_total
141 - name: failed
142 - - selector: event_grid.dropped_event_count_total
143 - name: dropped
144 - - selector: event_grid.dead_lettered_count_total
145 - name: dead_lettered
146 - - id: am_azure_event_grid__destination_processing_duration
147 - title: Azure Event Grid Destination Processing Duration
148 - context: destination_processing_duration
149 - family: Performance
150 - type: line
151 - units: milliseconds
152 - algorithm: absolute
153 - dimensions:
154 - - selector: event_grid.destination_processing_duration_in_ms_average
155 - name: average
86 + - id: am_azure_event_grid__publish_rate
87 + title: Azure Event Grid Publish Rate
88 + context: publish_rate
89 + family: Publishing
90 + type: line
91 + units: events/s
92 + algorithm: incremental
93 + dimensions:
94 + - selector: event_grid.publish_success_count_total
95 + name: success
96 + - selector: event_grid.publish_fail_count_total
97 + name: failed
98 + - id: am_azure_event_grid__publish_latency
99 + title: Azure Event Grid Publish Latency
100 + context: publish_latency
101 + family: Publishing
102 + type: line
103 + units: milliseconds
104 + algorithm: incremental
105 + dimensions:
106 + - selector: event_grid.publish_success_latency_in_ms_total
107 + name: latency
108 + - id: am_azure_event_grid__routing
109 + title: Azure Event Grid Event Routing
110 + context: routing
111 + family: Routing
112 + type: line
113 + units: events/s
114 + algorithm: incremental
115 + dimensions:
116 + - selector: event_grid.matched_event_count_total
117 + name: matched
118 + - selector: event_grid.unmatched_event_count_total
119 + name: unmatched
120 + - id: am_azure_event_grid__advanced_filter_evaluations
121 + title: Azure Event Grid Advanced Filter Evaluations
122 + context: advanced_filter_evaluations
123 + family: Routing
124 + type: line
125 + units: evaluations/s
126 + algorithm: incremental
127 + dimensions:
128 + - selector: event_grid.advanced_filter_evaluation_count_total
129 + name: evaluations
130 + - id: am_azure_event_grid__delivery
131 + title: Azure Event Grid Event Delivery
132 + context: delivery
133 + family: Delivery
134 + type: line
135 + units: events/s
136 + algorithm: incremental
137 + dimensions:
138 + - selector: event_grid.delivery_success_count_total
139 + name: delivered
140 + - selector: event_grid.delivery_attempt_fail_count_total
141 + name: failed
142 + - selector: event_grid.dropped_event_count_total
143 + name: dropped
144 + - selector: event_grid.dead_lettered_count_total
145 + name: dead_lettered
146 + - id: am_azure_event_grid__destination_processing_duration
147 + title: Azure Event Grid Destination Processing Duration
148 + context: destination_processing_duration
149 + family: Performance
150 + type: line
151 + units: milliseconds
152 + algorithm: absolute
153 + dimensions:
154 + - selector: event_grid.destination_processing_duration_in_ms_average
155 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/event_hubs.yaml
+278 -278
@@ -3,289 +3,289 @@ id: event_hubs
3 name: Azure Event Hubs Namespace
4 resource_type: Microsoft.EventHub/Namespaces
5 metrics:
6 -- id: incoming_messages
7 - azure_name: IncomingMessages
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: outgoing_messages
13 - azure_name: OutgoingMessages
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: incoming_bytes
19 - azure_name: IncomingBytes
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: outgoing_bytes
25 - azure_name: OutgoingBytes
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: incoming_requests
31 - azure_name: IncomingRequests
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: successful_requests
37 - azure_name: SuccessfulRequests
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: throttled_requests
43 - azure_name: ThrottledRequests
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: server_errors
49 - azure_name: ServerErrors
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: user_errors
55 - azure_name: UserErrors
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: quota_exceeded_errors
61 - azure_name: QuotaExceededErrors
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: active_connections
67 - azure_name: ActiveConnections
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: connections_opened
73 - azure_name: ConnectionsOpened
74 - time_grain: PT1M
75 - series:
76 - - aggregation: maximum
77 - kind: gauge
78 -- id: connections_closed
79 - azure_name: ConnectionsClosed
80 - time_grain: PT1M
81 - series:
82 - - aggregation: maximum
83 - kind: gauge
84 -- id: captured_messages
85 - azure_name: CapturedMessages
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: captured_bytes
91 - azure_name: CapturedBytes
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: capture_backlog
97 - azure_name: CaptureBacklog
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: gauge
102 -- id: namespace_cpu_usage
103 - azure_name: NamespaceCpuUsage
104 - time_grain: PT1M
105 - series:
106 - - aggregation: maximum
107 - kind: gauge
108 -- id: namespace_memory_usage
109 - azure_name: NamespaceMemoryUsage
110 - time_grain: PT1M
111 - series:
112 - - aggregation: maximum
113 - kind: gauge
114 -- id: replication_lag_count
115 - azure_name: ReplicationLagCount
116 - time_grain: PT1M
117 - series:
118 - - aggregation: maximum
119 - kind: gauge
120 -- id: replication_lag_duration
121 - azure_name: ReplicationLagDuration
122 - time_grain: PT1M
123 - series:
124 - - aggregation: maximum
125 - kind: gauge
126 -- id: size
127 - azure_name: Size
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
6 + - id: incoming_messages
7 + azure_name: IncomingMessages
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: outgoing_messages
13 + azure_name: OutgoingMessages
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: incoming_bytes
19 + azure_name: IncomingBytes
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: outgoing_bytes
25 + azure_name: OutgoingBytes
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: incoming_requests
31 + azure_name: IncomingRequests
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: successful_requests
37 + azure_name: SuccessfulRequests
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: throttled_requests
43 + azure_name: ThrottledRequests
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: server_errors
49 + azure_name: ServerErrors
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: user_errors
55 + azure_name: UserErrors
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: quota_exceeded_errors
61 + azure_name: QuotaExceededErrors
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: active_connections
67 + azure_name: ActiveConnections
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: connections_opened
73 + azure_name: ConnectionsOpened
74 + time_grain: PT1M
75 + series:
76 + - aggregation: maximum
77 + kind: gauge
78 + - id: connections_closed
79 + azure_name: ConnectionsClosed
80 + time_grain: PT1M
81 + series:
82 + - aggregation: maximum
83 + kind: gauge
84 + - id: captured_messages
85 + azure_name: CapturedMessages
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: captured_bytes
91 + azure_name: CapturedBytes
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: capture_backlog
97 + azure_name: CaptureBacklog
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: gauge
102 + - id: namespace_cpu_usage
103 + azure_name: NamespaceCpuUsage
104 + time_grain: PT1M
105 + series:
106 + - aggregation: maximum
107 + kind: gauge
108 + - id: namespace_memory_usage
109 + azure_name: NamespaceMemoryUsage
110 + time_grain: PT1M
111 + series:
112 + - aggregation: maximum
113 + kind: gauge
114 + - id: replication_lag_count
115 + azure_name: ReplicationLagCount
116 + time_grain: PT1M
117 + series:
118 + - aggregation: maximum
119 + kind: gauge
120 + - id: replication_lag_duration
121 + azure_name: ReplicationLagDuration
122 + time_grain: PT1M
123 + series:
124 + - aggregation: maximum
125 + kind: gauge
126 + - id: size
127 + azure_name: Size
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 template:
133 family: Azure Event Hubs Namespace
134 context_namespace: event_hubs
135 chart_defaults:
136 label_promotion:
137 - - resource_name
138 - - resource_group
139 - - region
140 - - resource_type
141 - - profile
137 + - resource_name
138 + - resource_group
139 + - region
140 + - resource_type
141 + - profile
142 instances:
143 by_labels:
144 - - resource_uid
144 + - resource_uid
145 charts:
146 - - id: am_azure_event_hubs__message_flow
147 - title: Azure Event Hubs Message Flow
148 - context: message_flow
149 - family: Messages
150 - type: line
151 - units: messages/s
152 - algorithm: incremental
153 - dimensions:
154 - - selector: event_hubs.incoming_messages_total
155 - name: in
156 - - selector: event_hubs.outgoing_messages_total
157 - name: out
158 - - id: am_azure_event_hubs__data_throughput
159 - title: Azure Event Hubs Data Throughput
160 - context: data_throughput
161 - family: Messages
162 - type: line
163 - units: bytes/s
164 - algorithm: incremental
165 - dimensions:
166 - - selector: event_hubs.incoming_bytes_total
167 - name: in
168 - - selector: event_hubs.outgoing_bytes_total
169 - name: out
170 - - id: am_azure_event_hubs__requests
171 - title: Azure Event Hubs Requests
172 - context: requests
173 - family: Requests
174 - type: line
175 - units: requests/s
176 - algorithm: incremental
177 - dimensions:
178 - - selector: event_hubs.incoming_requests_total
179 - name: incoming
180 - - selector: event_hubs.successful_requests_total
181 - name: successful
182 - - id: am_azure_event_hubs__errors
183 - title: Azure Event Hubs Errors
184 - context: errors
185 - family: Errors
186 - type: line
187 - units: errors/s
188 - algorithm: incremental
189 - dimensions:
190 - - selector: event_hubs.server_errors_total
191 - name: server
192 - - selector: event_hubs.user_errors_total
193 - name: user
194 - - selector: event_hubs.throttled_requests_total
195 - name: throttled
196 - - selector: event_hubs.quota_exceeded_errors_total
197 - name: quota_exceeded
198 - - id: am_azure_event_hubs__connections
199 - title: Azure Event Hubs Active Connections
200 - context: connections
201 - family: Connections
202 - type: line
203 - units: connections
204 - algorithm: absolute
205 - dimensions:
206 - - selector: event_hubs.active_connections_average
207 - name: active
208 - - id: am_azure_event_hubs__connection_events
209 - title: Azure Event Hubs Connection Events
210 - context: connection_events
211 - family: Connections
212 - type: line
213 - units: connections
214 - algorithm: absolute
215 - dimensions:
216 - - selector: event_hubs.connections_opened_maximum
217 - name: opened
218 - - selector: event_hubs.connections_closed_maximum
219 - name: closed
220 - - id: am_azure_event_hubs__captured_messages
221 - title: Azure Event Hubs Captured Messages
222 - context: captured_messages
223 - family: Capture
224 - type: line
225 - units: messages/s
226 - algorithm: incremental
227 - dimensions:
228 - - selector: event_hubs.captured_messages_total
229 - name: total
230 - - id: am_azure_event_hubs__captured_data
231 - title: Azure Event Hubs Captured Data
232 - context: captured_data
233 - family: Capture
234 - type: line
235 - units: bytes/s
236 - algorithm: incremental
237 - dimensions:
238 - - selector: event_hubs.captured_bytes_total
239 - name: total
240 - - id: am_azure_event_hubs__namespace_size
241 - title: Azure Event Hubs Namespace Size
242 - context: namespace_size
243 - family: Capacity
244 - type: line
245 - units: bytes
246 - algorithm: absolute
247 - dimensions:
248 - - selector: event_hubs.size_average
249 - name: average
250 - - id: am_azure_event_hubs__capture_backlog
251 - title: Azure Event Hubs Capture Backlog
252 - context: capture_backlog
253 - family: Capture
254 - type: line
255 - units: messages
256 - algorithm: absolute
257 - dimensions:
258 - - selector: event_hubs.capture_backlog_total
259 - name: backlog
260 - - id: am_azure_event_hubs__namespace_resources
261 - title: Azure Event Hubs Namespace Resources
262 - context: namespace_resources
263 - family: Capacity
264 - type: line
265 - units: percentage
266 - algorithm: absolute
267 - dimensions:
268 - - selector: event_hubs.namespace_cpu_usage_maximum
269 - name: cpu
270 - - selector: event_hubs.namespace_memory_usage_maximum
271 - name: memory
272 - - id: am_azure_event_hubs__replication_lag
273 - title: Azure Event Hubs Replication Lag
274 - context: replication_lag
275 - family: Replication
276 - type: line
277 - units: messages
278 - algorithm: absolute
279 - dimensions:
280 - - selector: event_hubs.replication_lag_count_maximum
281 - name: messages
282 - - id: am_azure_event_hubs__replication_lag_duration
283 - title: Azure Event Hubs Replication Lag Duration
284 - context: replication_lag_duration
285 - family: Replication
286 - type: line
287 - units: seconds
288 - algorithm: absolute
289 - dimensions:
290 - - selector: event_hubs.replication_lag_duration_maximum
291 - name: duration
146 + - id: am_azure_event_hubs__message_flow
147 + title: Azure Event Hubs Message Flow
148 + context: message_flow
149 + family: Messages
150 + type: line
151 + units: messages/s
152 + algorithm: incremental
153 + dimensions:
154 + - selector: event_hubs.incoming_messages_total
155 + name: in
156 + - selector: event_hubs.outgoing_messages_total
157 + name: out
158 + - id: am_azure_event_hubs__data_throughput
159 + title: Azure Event Hubs Data Throughput
160 + context: data_throughput
161 + family: Messages
162 + type: line
163 + units: bytes/s
164 + algorithm: incremental
165 + dimensions:
166 + - selector: event_hubs.incoming_bytes_total
167 + name: in
168 + - selector: event_hubs.outgoing_bytes_total
169 + name: out
170 + - id: am_azure_event_hubs__requests
171 + title: Azure Event Hubs Requests
172 + context: requests
173 + family: Requests
174 + type: line
175 + units: requests/s
176 + algorithm: incremental
177 + dimensions:
178 + - selector: event_hubs.incoming_requests_total
179 + name: incoming
180 + - selector: event_hubs.successful_requests_total
181 + name: successful
182 + - id: am_azure_event_hubs__errors
183 + title: Azure Event Hubs Errors
184 + context: errors
185 + family: Errors
186 + type: line
187 + units: errors/s
188 + algorithm: incremental
189 + dimensions:
190 + - selector: event_hubs.server_errors_total
191 + name: server
192 + - selector: event_hubs.user_errors_total
193 + name: user
194 + - selector: event_hubs.throttled_requests_total
195 + name: throttled
196 + - selector: event_hubs.quota_exceeded_errors_total
197 + name: quota_exceeded
198 + - id: am_azure_event_hubs__connections
199 + title: Azure Event Hubs Active Connections
200 + context: connections
201 + family: Connections
202 + type: line
203 + units: connections
204 + algorithm: absolute
205 + dimensions:
206 + - selector: event_hubs.active_connections_average
207 + name: active
208 + - id: am_azure_event_hubs__connection_events
209 + title: Azure Event Hubs Connection Events
210 + context: connection_events
211 + family: Connections
212 + type: line
213 + units: connections
214 + algorithm: absolute
215 + dimensions:
216 + - selector: event_hubs.connections_opened_maximum
217 + name: opened
218 + - selector: event_hubs.connections_closed_maximum
219 + name: closed
220 + - id: am_azure_event_hubs__captured_messages
221 + title: Azure Event Hubs Captured Messages
222 + context: captured_messages
223 + family: Capture
224 + type: line
225 + units: messages/s
226 + algorithm: incremental
227 + dimensions:
228 + - selector: event_hubs.captured_messages_total
229 + name: total
230 + - id: am_azure_event_hubs__captured_data
231 + title: Azure Event Hubs Captured Data
232 + context: captured_data
233 + family: Capture
234 + type: line
235 + units: bytes/s
236 + algorithm: incremental
237 + dimensions:
238 + - selector: event_hubs.captured_bytes_total
239 + name: total
240 + - id: am_azure_event_hubs__namespace_size
241 + title: Azure Event Hubs Namespace Size
242 + context: namespace_size
243 + family: Capacity
244 + type: line
245 + units: bytes
246 + algorithm: absolute
247 + dimensions:
248 + - selector: event_hubs.size_average
249 + name: average
250 + - id: am_azure_event_hubs__capture_backlog
251 + title: Azure Event Hubs Capture Backlog
252 + context: capture_backlog
253 + family: Capture
254 + type: line
255 + units: messages
256 + algorithm: absolute
257 + dimensions:
258 + - selector: event_hubs.capture_backlog_total
259 + name: backlog
260 + - id: am_azure_event_hubs__namespace_resources
261 + title: Azure Event Hubs Namespace Resources
262 + context: namespace_resources
263 + family: Capacity
264 + type: line
265 + units: percentage
266 + algorithm: absolute
267 + dimensions:
268 + - selector: event_hubs.namespace_cpu_usage_maximum
269 + name: cpu
270 + - selector: event_hubs.namespace_memory_usage_maximum
271 + name: memory
272 + - id: am_azure_event_hubs__replication_lag
273 + title: Azure Event Hubs Replication Lag
274 + context: replication_lag
275 + family: Replication
276 + type: line
277 + units: messages
278 + algorithm: absolute
279 + dimensions:
280 + - selector: event_hubs.replication_lag_count_maximum
281 + name: messages
282 + - id: am_azure_event_hubs__replication_lag_duration
283 + title: Azure Event Hubs Replication Lag Duration
284 + context: replication_lag_duration
285 + family: Replication
286 + type: line
287 + units: seconds
288 + algorithm: absolute
289 + dimensions:
290 + - selector: event_hubs.replication_lag_duration_maximum
291 + name: duration
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/express_route_circuit.yaml
+150 -150
@@ -3,161 +3,161 @@ id: express_route_circuit
3 name: Azure ExpressRoute Circuit
4 resource_type: Microsoft.Network/expressRouteCircuits
5 metrics:
6 -- id: arp_availability
7 - azure_name: ArpAvailability
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: bgp_availability
13 - azure_name: BgpAvailability
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: bits_in_per_second
19 - azure_name: BitsInPerSecond
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: bits_out_per_second
25 - azure_name: BitsOutPerSecond
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: ingress_bandwidth_utilization
31 - azure_name: IngressBandwidthUtilization
32 - time_grain: PT1M
33 - series:
34 - - aggregation: maximum
35 - kind: gauge
36 -- id: egress_bandwidth_utilization
37 - azure_name: EgressBandwidthUtilization
38 - time_grain: PT1M
39 - series:
40 - - aggregation: maximum
41 - kind: gauge
42 -- id: qos_drop_bits_in_per_second
43 - azure_name: QosDropBitsInPerSecond
44 - time_grain: PT5M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: qos_drop_bits_out_per_second
49 - azure_name: QosDropBitsOutPerSecond
50 - time_grain: PT5M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: fast_path_routes_count_for_circuit
55 - azure_name: FastPathRoutesCountForCircuit
56 - time_grain: PT5M
57 - series:
58 - - aggregation: maximum
59 - kind: gauge
60 -- id: global_reach_bits_in_per_second
61 - azure_name: GlobalReachBitsInPerSecond
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: global_reach_bits_out_per_second
67 - azure_name: GlobalReachBitsOutPerSecond
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
6 + - id: arp_availability
7 + azure_name: ArpAvailability
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: bgp_availability
13 + azure_name: BgpAvailability
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: bits_in_per_second
19 + azure_name: BitsInPerSecond
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: bits_out_per_second
25 + azure_name: BitsOutPerSecond
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: ingress_bandwidth_utilization
31 + azure_name: IngressBandwidthUtilization
32 + time_grain: PT1M
33 + series:
34 + - aggregation: maximum
35 + kind: gauge
36 + - id: egress_bandwidth_utilization
37 + azure_name: EgressBandwidthUtilization
38 + time_grain: PT1M
39 + series:
40 + - aggregation: maximum
41 + kind: gauge
42 + - id: qos_drop_bits_in_per_second
43 + azure_name: QosDropBitsInPerSecond
44 + time_grain: PT5M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: qos_drop_bits_out_per_second
49 + azure_name: QosDropBitsOutPerSecond
50 + time_grain: PT5M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: fast_path_routes_count_for_circuit
55 + azure_name: FastPathRoutesCountForCircuit
56 + time_grain: PT5M
57 + series:
58 + - aggregation: maximum
59 + kind: gauge
60 + - id: global_reach_bits_in_per_second
61 + azure_name: GlobalReachBitsInPerSecond
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: global_reach_bits_out_per_second
67 + azure_name: GlobalReachBitsOutPerSecond
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 template:
73 family: Azure ExpressRoute Circuit
74 context_namespace: express_route_circuit
75 chart_defaults:
76 label_promotion:
77 - - resource_name
78 - - resource_group
79 - - region
80 - - resource_type
81 - - profile
77 + - resource_name
78 + - resource_group
79 + - region
80 + - resource_type
81 + - profile
82 instances:
83 by_labels:
84 - - resource_uid
84 + - resource_uid
85 charts:
86 - - id: am_azure_express_route_circuit__arp_availability
87 - title: Azure ExpressRoute Circuit ARP Availability
88 - context: arp_availability
89 - family: Availability
90 - type: line
91 - units: percentage
92 - algorithm: absolute
93 - dimensions:
94 - - selector: express_route_circuit.arp_availability_average
95 - name: average
96 - - id: am_azure_express_route_circuit__bgp_availability
97 - title: Azure ExpressRoute Circuit BGP Availability
98 - context: bgp_availability
99 - family: Availability
100 - type: line
101 - units: percentage
102 - algorithm: absolute
103 - dimensions:
104 - - selector: express_route_circuit.bgp_availability_average
105 - name: average
106 - - id: am_azure_express_route_circuit__throughput
107 - title: Azure ExpressRoute Circuit Throughput
108 - context: throughput
109 - family: Traffic
110 - type: line
111 - units: bits/s
112 - algorithm: absolute
113 - dimensions:
114 - - selector: express_route_circuit.bits_in_per_second_average
115 - name: in
116 - - selector: express_route_circuit.bits_out_per_second_average
117 - name: out
118 - - id: am_azure_express_route_circuit__bandwidth_utilization
119 - title: Azure ExpressRoute Circuit Bandwidth Utilization
120 - context: bandwidth_utilization
121 - family: Traffic
122 - type: line
123 - units: percentage
124 - algorithm: absolute
125 - dimensions:
126 - - selector: express_route_circuit.ingress_bandwidth_utilization_maximum
127 - name: ingress
128 - - selector: express_route_circuit.egress_bandwidth_utilization_maximum
129 - name: egress
130 - - id: am_azure_express_route_circuit__qos_dropped_bits
131 - title: Azure ExpressRoute Circuit QoS Dropped Bits
132 - context: qos_dropped_bits
133 - family: QoS
134 - type: line
135 - units: bits/s
136 - algorithm: absolute
137 - dimensions:
138 - - selector: express_route_circuit.qos_drop_bits_in_per_second_average
139 - name: in
140 - - selector: express_route_circuit.qos_drop_bits_out_per_second_average
141 - name: out
142 - - id: am_azure_express_route_circuit__fastpath_routes
143 - title: Azure ExpressRoute Circuit FastPath Routes
144 - context: fastpath_routes
145 - family: FastPath
146 - type: line
147 - units: routes
148 - algorithm: absolute
149 - dimensions:
150 - - selector: express_route_circuit.fast_path_routes_count_for_circuit_maximum
151 - name: maximum
152 - - id: am_azure_express_route_circuit__global_reach_throughput
153 - title: Azure ExpressRoute Circuit GlobalReach Throughput
154 - context: global_reach_throughput
155 - family: GlobalReach
156 - type: line
157 - units: bits/s
158 - algorithm: absolute
159 - dimensions:
160 - - selector: express_route_circuit.global_reach_bits_in_per_second_average
161 - name: in
162 - - selector: express_route_circuit.global_reach_bits_out_per_second_average
163 - name: out
86 + - id: am_azure_express_route_circuit__arp_availability
87 + title: Azure ExpressRoute Circuit ARP Availability
88 + context: arp_availability
89 + family: Availability
90 + type: line
91 + units: percentage
92 + algorithm: absolute
93 + dimensions:
94 + - selector: express_route_circuit.arp_availability_average
95 + name: average
96 + - id: am_azure_express_route_circuit__bgp_availability
97 + title: Azure ExpressRoute Circuit BGP Availability
98 + context: bgp_availability
99 + family: Availability
100 + type: line
101 + units: percentage
102 + algorithm: absolute
103 + dimensions:
104 + - selector: express_route_circuit.bgp_availability_average
105 + name: average
106 + - id: am_azure_express_route_circuit__throughput
107 + title: Azure ExpressRoute Circuit Throughput
108 + context: throughput
109 + family: Traffic
110 + type: line
111 + units: bits/s
112 + algorithm: absolute
113 + dimensions:
114 + - selector: express_route_circuit.bits_in_per_second_average
115 + name: in
116 + - selector: express_route_circuit.bits_out_per_second_average
117 + name: out
118 + - id: am_azure_express_route_circuit__bandwidth_utilization
119 + title: Azure ExpressRoute Circuit Bandwidth Utilization
120 + context: bandwidth_utilization
121 + family: Traffic
122 + type: line
123 + units: percentage
124 + algorithm: absolute
125 + dimensions:
126 + - selector: express_route_circuit.ingress_bandwidth_utilization_maximum
127 + name: ingress
128 + - selector: express_route_circuit.egress_bandwidth_utilization_maximum
129 + name: egress
130 + - id: am_azure_express_route_circuit__qos_dropped_bits
131 + title: Azure ExpressRoute Circuit QoS Dropped Bits
132 + context: qos_dropped_bits
133 + family: QoS
134 + type: line
135 + units: bits/s
136 + algorithm: absolute
137 + dimensions:
138 + - selector: express_route_circuit.qos_drop_bits_in_per_second_average
139 + name: in
140 + - selector: express_route_circuit.qos_drop_bits_out_per_second_average
141 + name: out
142 + - id: am_azure_express_route_circuit__fastpath_routes
143 + title: Azure ExpressRoute Circuit FastPath Routes
144 + context: fastpath_routes
145 + family: FastPath
146 + type: line
147 + units: routes
148 + algorithm: absolute
149 + dimensions:
150 + - selector: express_route_circuit.fast_path_routes_count_for_circuit_maximum
151 + name: maximum
152 + - id: am_azure_express_route_circuit__global_reach_throughput
153 + title: Azure ExpressRoute Circuit GlobalReach Throughput
154 + context: global_reach_throughput
155 + family: GlobalReach
156 + type: line
157 + units: bits/s
158 + algorithm: absolute
159 + dimensions:
160 + - selector: express_route_circuit.global_reach_bits_in_per_second_average
161 + name: in
162 + - selector: express_route_circuit.global_reach_bits_out_per_second_average
163 + name: out
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/express_route_gateway.yaml
+190 -190
@@ -3,201 +3,201 @@ id: express_route_gateway
3 name: Azure ExpressRoute Gateway
4 resource_type: Microsoft.Network/expressRouteGateways
5 metrics:
6 -- id: er_gateway_connection_bits_in_per_second
7 - azure_name: ErGatewayConnectionBitsInPerSecond
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: er_gateway_connection_bits_out_per_second
13 - azure_name: ErGatewayConnectionBitsOutPerSecond
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: express_route_gateway_bits_per_second
19 - azure_name: ExpressRouteGatewayBitsPerSecond
20 - time_grain: PT5M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 - - aggregation: minimum
25 - kind: gauge
26 - - aggregation: maximum
27 - kind: gauge
28 -- id: express_route_gateway_cpu_utilization
29 - azure_name: ExpressRouteGatewayCpuUtilization
30 - time_grain: PT5M
31 - series:
32 - - aggregation: average
33 - kind: gauge
34 - - aggregation: minimum
35 - kind: gauge
36 - - aggregation: maximum
37 - kind: gauge
38 -- id: express_route_gateway_packets_per_second
39 - azure_name: ExpressRouteGatewayPacketsPerSecond
40 - time_grain: PT5M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 - - aggregation: minimum
45 - kind: gauge
46 - - aggregation: maximum
47 - kind: gauge
48 -- id: express_route_gateway_active_flows
49 - azure_name: ExpressRouteGatewayActiveFlows
50 - time_grain: PT5M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 - - aggregation: minimum
55 - kind: gauge
56 - - aggregation: maximum
57 - kind: gauge
58 -- id: express_route_gateway_count_of_routes_advertised_to_peer
59 - azure_name: ExpressRouteGatewayCountOfRoutesAdvertisedToPeer
60 - time_grain: PT5M
61 - series:
62 - - aggregation: maximum
63 - kind: gauge
64 -- id: express_route_gateway_count_of_routes_learned_from_peer
65 - azure_name: ExpressRouteGatewayCountOfRoutesLearnedFromPeer
66 - time_grain: PT5M
67 - series:
68 - - aggregation: maximum
69 - kind: gauge
70 -- id: express_route_gateway_frequency_of_routes_changed
71 - azure_name: ExpressRouteGatewayFrequencyOfRoutesChanged
72 - time_grain: PT5M
73 - series:
74 - - aggregation: total
75 - kind: counter
76 -- id: express_route_gateway_max_flows_creation_rate
77 - azure_name: ExpressRouteGatewayMaxFlowsCreationRate
78 - time_grain: PT5M
79 - series:
80 - - aggregation: maximum
81 - kind: gauge
82 -- id: express_route_gateway_number_of_vm_in_vnet
83 - azure_name: ExpressRouteGatewayNumberOfVmInVnet
84 - time_grain: PT5M
85 - series:
86 - - aggregation: maximum
87 - kind: gauge
6 + - id: er_gateway_connection_bits_in_per_second
7 + azure_name: ErGatewayConnectionBitsInPerSecond
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: er_gateway_connection_bits_out_per_second
13 + azure_name: ErGatewayConnectionBitsOutPerSecond
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: express_route_gateway_bits_per_second
19 + azure_name: ExpressRouteGatewayBitsPerSecond
20 + time_grain: PT5M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - aggregation: minimum
25 + kind: gauge
26 + - aggregation: maximum
27 + kind: gauge
28 + - id: express_route_gateway_cpu_utilization
29 + azure_name: ExpressRouteGatewayCpuUtilization
30 + time_grain: PT5M
31 + series:
32 + - aggregation: average
33 + kind: gauge
34 + - aggregation: minimum
35 + kind: gauge
36 + - aggregation: maximum
37 + kind: gauge
38 + - id: express_route_gateway_packets_per_second
39 + azure_name: ExpressRouteGatewayPacketsPerSecond
40 + time_grain: PT5M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - aggregation: minimum
45 + kind: gauge
46 + - aggregation: maximum
47 + kind: gauge
48 + - id: express_route_gateway_active_flows
49 + azure_name: ExpressRouteGatewayActiveFlows
50 + time_grain: PT5M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - aggregation: minimum
55 + kind: gauge
56 + - aggregation: maximum
57 + kind: gauge
58 + - id: express_route_gateway_count_of_routes_advertised_to_peer
59 + azure_name: ExpressRouteGatewayCountOfRoutesAdvertisedToPeer
60 + time_grain: PT5M
61 + series:
62 + - aggregation: maximum
63 + kind: gauge
64 + - id: express_route_gateway_count_of_routes_learned_from_peer
65 + azure_name: ExpressRouteGatewayCountOfRoutesLearnedFromPeer
66 + time_grain: PT5M
67 + series:
68 + - aggregation: maximum
69 + kind: gauge
70 + - id: express_route_gateway_frequency_of_routes_changed
71 + azure_name: ExpressRouteGatewayFrequencyOfRoutesChanged
72 + time_grain: PT5M
73 + series:
74 + - aggregation: total
75 + kind: counter
76 + - id: express_route_gateway_max_flows_creation_rate
77 + azure_name: ExpressRouteGatewayMaxFlowsCreationRate
78 + time_grain: PT5M
79 + series:
80 + - aggregation: maximum
81 + kind: gauge
82 + - id: express_route_gateway_number_of_vm_in_vnet
83 + azure_name: ExpressRouteGatewayNumberOfVmInVnet
84 + time_grain: PT5M
85 + series:
86 + - aggregation: maximum
87 + kind: gauge
88 template:
89 family: Azure ExpressRoute Gateway
90 context_namespace: express_route_gateway
91 chart_defaults:
92 label_promotion:
93 - - resource_name
94 - - resource_group
95 - - region
96 - - resource_type
97 - - profile
93 + - resource_name
94 + - resource_group
95 + - region
96 + - resource_type
97 + - profile
98 instances:
99 by_labels:
100 - - resource_uid
100 + - resource_uid
101 charts:
102 - - id: am_azure_express_route_gateway__connection_throughput
103 - title: Azure ExpressRoute Gateway Connection Throughput
104 - context: connection_throughput
105 - family: Traffic
106 - type: line
107 - units: bits/s
108 - algorithm: absolute
109 - dimensions:
110 - - selector: express_route_gateway.er_gateway_connection_bits_in_per_second_average
111 - name: in
112 - - selector: express_route_gateway.er_gateway_connection_bits_out_per_second_average
113 - name: out
114 - - id: am_azure_express_route_gateway__gateway_throughput
115 - title: Azure ExpressRoute Gateway Throughput
116 - context: gateway_throughput
117 - family: Performance
118 - type: line
119 - units: bits/s
120 - algorithm: absolute
121 - dimensions:
122 - - selector: express_route_gateway.express_route_gateway_bits_per_second_average
123 - name: average
124 - - id: am_azure_express_route_gateway__cpu_utilization
125 - title: Azure ExpressRoute Gateway CPU Utilization
126 - context: cpu_utilization
127 - family: Performance
128 - type: line
129 - units: percentage
130 - algorithm: absolute
131 - dimensions:
132 - - selector: express_route_gateway.express_route_gateway_cpu_utilization_average
133 - name: average
134 - - id: am_azure_express_route_gateway__packets
135 - title: Azure ExpressRoute Gateway Packets
136 - context: packets
137 - family: Performance
138 - type: line
139 - units: packets/s
140 - algorithm: absolute
141 - dimensions:
142 - - selector: express_route_gateway.express_route_gateway_packets_per_second_average
143 - name: average
144 - - id: am_azure_express_route_gateway__active_flows
145 - title: Azure ExpressRoute Gateway Active Flows
146 - context: active_flows
147 - family: Scalability
148 - type: line
149 - units: flows
150 - algorithm: absolute
151 - dimensions:
152 - - selector: express_route_gateway.express_route_gateway_active_flows_average
153 - name: average
154 - - id: am_azure_express_route_gateway__routes_advertised
155 - title: Azure ExpressRoute Gateway Routes Advertised to Peer
156 - context: routes_advertised
157 - family: Scalability
158 - type: line
159 - units: routes
160 - algorithm: absolute
161 - dimensions:
162 - - selector: express_route_gateway.express_route_gateway_count_of_routes_advertised_to_peer_maximum
163 - name: maximum
164 - - id: am_azure_express_route_gateway__routes_learned
165 - title: Azure ExpressRoute Gateway Routes Learned from Peer
166 - context: routes_learned
167 - family: Scalability
168 - type: line
169 - units: routes
170 - algorithm: absolute
171 - dimensions:
172 - - selector: express_route_gateway.express_route_gateway_count_of_routes_learned_from_peer_maximum
173 - name: maximum
174 - - id: am_azure_express_route_gateway__route_changes
175 - title: Azure ExpressRoute Gateway Route Changes
176 - context: route_changes
177 - family: Scalability
178 - type: line
179 - units: changes/s
180 - algorithm: incremental
181 - dimensions:
182 - - selector: express_route_gateway.express_route_gateway_frequency_of_routes_changed_total
183 - name: total
184 - - id: am_azure_express_route_gateway__max_flows_creation_rate
185 - title: Azure ExpressRoute Gateway Max Flow Creation Rate
186 - context: max_flows_creation_rate
187 - family: Scalability
188 - type: line
189 - units: flows/s
190 - algorithm: absolute
191 - dimensions:
192 - - selector: express_route_gateway.express_route_gateway_max_flows_creation_rate_maximum
193 - name: maximum
194 - - id: am_azure_express_route_gateway__vm_count
195 - title: Azure ExpressRoute Gateway VMs in VNet
196 - context: vm_count
197 - family: Scalability
198 - type: line
199 - units: VMs
200 - algorithm: absolute
201 - dimensions:
202 - - selector: express_route_gateway.express_route_gateway_number_of_vm_in_vnet_maximum
203 - name: maximum
102 + - id: am_azure_express_route_gateway__connection_throughput
103 + title: Azure ExpressRoute Gateway Connection Throughput
104 + context: connection_throughput
105 + family: Traffic
106 + type: line
107 + units: bits/s
108 + algorithm: absolute
109 + dimensions:
110 + - selector: express_route_gateway.er_gateway_connection_bits_in_per_second_average
111 + name: in
112 + - selector: express_route_gateway.er_gateway_connection_bits_out_per_second_average
113 + name: out
114 + - id: am_azure_express_route_gateway__gateway_throughput
115 + title: Azure ExpressRoute Gateway Throughput
116 + context: gateway_throughput
117 + family: Performance
118 + type: line
119 + units: bits/s
120 + algorithm: absolute
121 + dimensions:
122 + - selector: express_route_gateway.express_route_gateway_bits_per_second_average
123 + name: average
124 + - id: am_azure_express_route_gateway__cpu_utilization
125 + title: Azure ExpressRoute Gateway CPU Utilization
126 + context: cpu_utilization
127 + family: Performance
128 + type: line
129 + units: percentage
130 + algorithm: absolute
131 + dimensions:
132 + - selector: express_route_gateway.express_route_gateway_cpu_utilization_average
133 + name: average
134 + - id: am_azure_express_route_gateway__packets
135 + title: Azure ExpressRoute Gateway Packets
136 + context: packets
137 + family: Performance
138 + type: line
139 + units: packets/s
140 + algorithm: absolute
141 + dimensions:
142 + - selector: express_route_gateway.express_route_gateway_packets_per_second_average
143 + name: average
144 + - id: am_azure_express_route_gateway__active_flows
145 + title: Azure ExpressRoute Gateway Active Flows
146 + context: active_flows
147 + family: Scalability
148 + type: line
149 + units: flows
150 + algorithm: absolute
151 + dimensions:
152 + - selector: express_route_gateway.express_route_gateway_active_flows_average
153 + name: average
154 + - id: am_azure_express_route_gateway__routes_advertised
155 + title: Azure ExpressRoute Gateway Routes Advertised to Peer
156 + context: routes_advertised
157 + family: Scalability
158 + type: line
159 + units: routes
160 + algorithm: absolute
161 + dimensions:
162 + - selector: express_route_gateway.express_route_gateway_count_of_routes_advertised_to_peer_maximum
163 + name: maximum
164 + - id: am_azure_express_route_gateway__routes_learned
165 + title: Azure ExpressRoute Gateway Routes Learned from Peer
166 + context: routes_learned
167 + family: Scalability
168 + type: line
169 + units: routes
170 + algorithm: absolute
171 + dimensions:
172 + - selector: express_route_gateway.express_route_gateway_count_of_routes_learned_from_peer_maximum
173 + name: maximum
174 + - id: am_azure_express_route_gateway__route_changes
175 + title: Azure ExpressRoute Gateway Route Changes
176 + context: route_changes
177 + family: Scalability
178 + type: line
179 + units: changes/s
180 + algorithm: incremental
181 + dimensions:
182 + - selector: express_route_gateway.express_route_gateway_frequency_of_routes_changed_total
183 + name: total
184 + - id: am_azure_express_route_gateway__max_flows_creation_rate
185 + title: Azure ExpressRoute Gateway Max Flow Creation Rate
186 + context: max_flows_creation_rate
187 + family: Scalability
188 + type: line
189 + units: flows/s
190 + algorithm: absolute
191 + dimensions:
192 + - selector: express_route_gateway.express_route_gateway_max_flows_creation_rate_maximum
193 + name: maximum
194 + - id: am_azure_express_route_gateway__vm_count
195 + title: Azure ExpressRoute Gateway VMs in VNet
196 + context: vm_count
197 + family: Scalability
198 + type: line
199 + units: VMs
200 + algorithm: absolute
201 + dimensions:
202 + - selector: express_route_gateway.express_route_gateway_number_of_vm_in_vnet_maximum
203 + name: maximum
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/firewall.yaml
+126 -126
@@ -3,137 +3,137 @@ id: firewall
3 name: Azure Firewall
4 resource_type: Microsoft.Network/azureFirewalls
5 metrics:
6 -- id: firewall_health
7 - azure_name: FirewallHealth
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: firewall_latency_png
13 - azure_name: FirewallLatencyPng
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: throughput
19 - azure_name: Throughput
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: data_processed
25 - azure_name: DataProcessed
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: application_rule_hit
31 - azure_name: ApplicationRuleHit
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: network_rule_hit
37 - azure_name: NetworkRuleHit
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: snat_port_utilization
43 - azure_name: SNATPortUtilization
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: observed_capacity
49 - azure_name: ObservedCapacity
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
6 + - id: firewall_health
7 + azure_name: FirewallHealth
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: firewall_latency_png
13 + azure_name: FirewallLatencyPng
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: throughput
19 + azure_name: Throughput
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: data_processed
25 + azure_name: DataProcessed
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: application_rule_hit
31 + azure_name: ApplicationRuleHit
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: network_rule_hit
37 + azure_name: NetworkRuleHit
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: snat_port_utilization
43 + azure_name: SNATPortUtilization
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: observed_capacity
49 + azure_name: ObservedCapacity
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 template:
55 family: Azure Firewall
56 context_namespace: firewall
57 chart_defaults:
58 label_promotion:
59 - - resource_name
60 - - resource_group
61 - - region
62 - - resource_type
63 - - profile
59 + - resource_name
60 + - resource_group
61 + - region
62 + - resource_type
63 + - profile
64 instances:
65 by_labels:
66 - - resource_uid
66 + - resource_uid
67 charts:
68 - - id: am_azure_firewall__health
69 - title: Azure Firewall Health State
70 - context: health
71 - family: Health
72 - type: line
73 - units: percentage
74 - algorithm: absolute
75 - dimensions:
76 - - selector: firewall.firewall_health_average
77 - name: average
78 - - id: am_azure_firewall__latency
79 - title: Azure Firewall Latency Probe
80 - context: latency
81 - family: Performance
82 - type: line
83 - units: milliseconds
84 - algorithm: absolute
85 - dimensions:
86 - - selector: firewall.firewall_latency_png_average
87 - name: average
88 - - id: am_azure_firewall__throughput
89 - title: Azure Firewall Throughput
90 - context: throughput
91 - family: Traffic
92 - type: line
93 - units: bits/s
94 - algorithm: absolute
95 - dimensions:
96 - - selector: firewall.throughput_average
97 - name: average
98 - - id: am_azure_firewall__data_processed
99 - title: Azure Firewall Data Processed
100 - context: data_processed
101 - family: Traffic
102 - type: line
103 - units: bytes/s
104 - algorithm: incremental
105 - dimensions:
106 - - selector: firewall.data_processed_total
107 - name: total
108 - - id: am_azure_firewall__rule_hits
109 - title: Azure Firewall Rule Hits
110 - context: rule_hits
111 - family: Rules
112 - type: line
113 - units: hits/s
114 - algorithm: incremental
115 - dimensions:
116 - - selector: firewall.application_rule_hit_total
117 - name: application
118 - - selector: firewall.network_rule_hit_total
119 - name: network
120 - - id: am_azure_firewall__snat_port_utilization
121 - title: Azure Firewall SNAT Port Utilization
122 - context: snat_port_utilization
123 - family: SNAT
124 - type: line
125 - units: percentage
126 - algorithm: absolute
127 - dimensions:
128 - - selector: firewall.snat_port_utilization_average
129 - name: average
130 - - id: am_azure_firewall__capacity
131 - title: Azure Firewall Observed Capacity Units
132 - context: capacity
133 - family: Capacity
134 - type: line
135 - units: units
136 - algorithm: absolute
137 - dimensions:
138 - - selector: firewall.observed_capacity_average
139 - name: average
68 + - id: am_azure_firewall__health
69 + title: Azure Firewall Health State
70 + context: health
71 + family: Health
72 + type: line
73 + units: percentage
74 + algorithm: absolute
75 + dimensions:
76 + - selector: firewall.firewall_health_average
77 + name: average
78 + - id: am_azure_firewall__latency
79 + title: Azure Firewall Latency Probe
80 + context: latency
81 + family: Performance
82 + type: line
83 + units: milliseconds
84 + algorithm: absolute
85 + dimensions:
86 + - selector: firewall.firewall_latency_png_average
87 + name: average
88 + - id: am_azure_firewall__throughput
89 + title: Azure Firewall Throughput
90 + context: throughput
91 + family: Traffic
92 + type: line
93 + units: bits/s
94 + algorithm: absolute
95 + dimensions:
96 + - selector: firewall.throughput_average
97 + name: average
98 + - id: am_azure_firewall__data_processed
99 + title: Azure Firewall Data Processed
100 + context: data_processed
101 + family: Traffic
102 + type: line
103 + units: bytes/s
104 + algorithm: incremental
105 + dimensions:
106 + - selector: firewall.data_processed_total
107 + name: total
108 + - id: am_azure_firewall__rule_hits
109 + title: Azure Firewall Rule Hits
110 + context: rule_hits
111 + family: Rules
112 + type: line
113 + units: hits/s
114 + algorithm: incremental
115 + dimensions:
116 + - selector: firewall.application_rule_hit_total
117 + name: application
118 + - selector: firewall.network_rule_hit_total
119 + name: network
120 + - id: am_azure_firewall__snat_port_utilization
121 + title: Azure Firewall SNAT Port Utilization
122 + context: snat_port_utilization
123 + family: SNAT
124 + type: line
125 + units: percentage
126 + algorithm: absolute
127 + dimensions:
128 + - selector: firewall.snat_port_utilization_average
129 + name: average
130 + - id: am_azure_firewall__capacity
131 + title: Azure Firewall Observed Capacity Units
132 + context: capacity
133 + family: Capacity
134 + type: line
135 + units: units
136 + algorithm: absolute
137 + dimensions:
138 + - selector: firewall.observed_capacity_average
139 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/front_door.yaml
+262 -262
@@ -3,273 +3,273 @@ id: front_door
3 name: Azure Front Door
4 resource_type: Microsoft.Cdn/profiles
5 metrics:
6 -- id: total_latency
7 - azure_name: TotalLatency
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: origin_latency
13 - azure_name: OriginLatency
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: origin_health_percentage
19 - azure_name: OriginHealthPercentage
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: byte_hit_ratio
25 - azure_name: ByteHitRatio
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: percentage4xx
31 - azure_name: Percentage4XX
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: percentage5xx
37 - azure_name: Percentage5XX
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: request_count
43 - azure_name: RequestCount
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: origin_request_count
49 - azure_name: OriginRequestCount
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: request_size
55 - azure_name: RequestSize
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: response_size
61 - azure_name: ResponseSize
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: origin_shield_request_count
67 - azure_name: OriginShieldRequestCount
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: origin_shield_origin_request_count
73 - azure_name: OriginShieldOriginRequestCount
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: origin_shield_rate_limit_request_count
79 - azure_name: OriginShieldRateLimitRequestCount
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: origin_shield_request_size
85 - azure_name: OriginShieldRequestSize
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: web_application_firewall_request_count
91 - azure_name: WebApplicationFirewallRequestCount
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: web_application_firewall_captcha_request_count
97 - azure_name: WebApplicationFirewallCaptchaRequestCount
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: web_application_firewall_js_request_count
103 - azure_name: WebApplicationFirewallJsRequestCount
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: web_socket_connections
109 - azure_name: WebSocketConnections
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: active_web_socket_connections
115 - azure_name: ActiveWebSocketConnections
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: average_web_socket_connection_duration
121 - azure_name: AverageWebSocketConnectionDuration
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
6 + - id: total_latency
7 + azure_name: TotalLatency
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: origin_latency
13 + azure_name: OriginLatency
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: origin_health_percentage
19 + azure_name: OriginHealthPercentage
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: byte_hit_ratio
25 + azure_name: ByteHitRatio
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: percentage4xx
31 + azure_name: Percentage4XX
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: percentage5xx
37 + azure_name: Percentage5XX
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: request_count
43 + azure_name: RequestCount
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: origin_request_count
49 + azure_name: OriginRequestCount
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: request_size
55 + azure_name: RequestSize
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: response_size
61 + azure_name: ResponseSize
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: origin_shield_request_count
67 + azure_name: OriginShieldRequestCount
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: origin_shield_origin_request_count
73 + azure_name: OriginShieldOriginRequestCount
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: origin_shield_rate_limit_request_count
79 + azure_name: OriginShieldRateLimitRequestCount
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: origin_shield_request_size
85 + azure_name: OriginShieldRequestSize
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: web_application_firewall_request_count
91 + azure_name: WebApplicationFirewallRequestCount
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: web_application_firewall_captcha_request_count
97 + azure_name: WebApplicationFirewallCaptchaRequestCount
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: web_application_firewall_js_request_count
103 + azure_name: WebApplicationFirewallJsRequestCount
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: web_socket_connections
109 + azure_name: WebSocketConnections
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: active_web_socket_connections
115 + azure_name: ActiveWebSocketConnections
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: average_web_socket_connection_duration
121 + azure_name: AverageWebSocketConnectionDuration
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 template:
127 family: Azure Front Door
128 context_namespace: front_door
129 chart_defaults:
130 label_promotion:
131 - - resource_name
132 - - resource_group
133 - - region
134 - - resource_type
135 - - profile
131 + - resource_name
132 + - resource_group
133 + - region
134 + - resource_type
135 + - profile
136 instances:
137 by_labels:
138 - - resource_uid
138 + - resource_uid
139 charts:
140 - - id: am_azure_front_door__latency
141 - title: Azure Front Door Latency
142 - context: latency
143 - family: Latency
144 - type: line
145 - units: milliseconds
146 - algorithm: absolute
147 - dimensions:
148 - - selector: front_door.total_latency_average
149 - name: total
150 - - selector: front_door.origin_latency_average
151 - name: origin
152 - - id: am_azure_front_door__origin_health
153 - title: Azure Front Door Origin Health
154 - context: origin_health
155 - family: Origin Health
156 - type: line
157 - units: percentage
158 - algorithm: absolute
159 - dimensions:
160 - - selector: front_door.origin_health_percentage_average
161 - name: health
162 - - id: am_azure_front_door__byte_hit_ratio
163 - title: Azure Front Door Byte Hit Ratio
164 - context: byte_hit_ratio
165 - family: Cache
166 - type: line
167 - units: percentage
168 - algorithm: absolute
169 - dimensions:
170 - - selector: front_door.byte_hit_ratio_average
171 - name: hit_ratio
172 - - id: am_azure_front_door__error_rate
173 - title: Azure Front Door Error Rate
174 - context: error_rate
175 - family: Errors
176 - type: line
177 - units: percentage
178 - algorithm: absolute
179 - dimensions:
180 - - selector: front_door.percentage4xx_average
181 - name: 4xx
182 - - selector: front_door.percentage5xx_average
183 - name: 5xx
184 - - id: am_azure_front_door__requests
185 - title: Azure Front Door Requests
186 - context: requests
187 - family: Traffic
188 - type: line
189 - units: requests/s
190 - algorithm: incremental
191 - dimensions:
192 - - selector: front_door.request_count_total
193 - name: client
194 - - selector: front_door.origin_request_count_total
195 - name: origin
196 - - id: am_azure_front_door__data_transfer
197 - title: Azure Front Door Data Transfer
198 - context: data_transfer
199 - family: Traffic
200 - type: line
201 - units: bytes/s
202 - algorithm: incremental
203 - dimensions:
204 - - selector: front_door.request_size_total
205 - name: request
206 - - selector: front_door.response_size_total
207 - name: response
208 - - id: am_azure_front_door__origin_shield_requests
209 - title: Azure Front Door Origin Shield Requests
210 - context: origin_shield_requests
211 - family: Origin Shield
212 - type: line
213 - units: requests/s
214 - algorithm: incremental
215 - dimensions:
216 - - selector: front_door.origin_shield_request_count_total
217 - name: to_shield
218 - - selector: front_door.origin_shield_origin_request_count_total
219 - name: to_origin
220 - - selector: front_door.origin_shield_rate_limit_request_count_total
221 - name: rate_limited
222 - - id: am_azure_front_door__origin_shield_data_transfer
223 - title: Azure Front Door Origin Shield Data Transfer
224 - context: origin_shield_data_transfer
225 - family: Origin Shield
226 - type: line
227 - units: bytes/s
228 - algorithm: incremental
229 - dimensions:
230 - - selector: front_door.origin_shield_request_size_total
231 - name: request
232 - - id: am_azure_front_door__waf_requests
233 - title: Azure Front Door WAF Requests
234 - context: waf_requests
235 - family: WAF
236 - type: line
237 - units: requests/s
238 - algorithm: incremental
239 - dimensions:
240 - - selector: front_door.web_application_firewall_request_count_total
241 - name: total
242 - - id: am_azure_front_door__waf_challenges
243 - title: Azure Front Door WAF Challenges
244 - context: waf_challenges
245 - family: WAF
246 - type: line
247 - units: requests/s
248 - algorithm: incremental
249 - dimensions:
250 - - selector: front_door.web_application_firewall_captcha_request_count_total
251 - name: captcha
252 - - selector: front_door.web_application_firewall_js_request_count_total
253 - name: js_challenge
254 - - id: am_azure_front_door__websocket_connections
255 - title: Azure Front Door WebSocket Connections
256 - context: websocket_connections
257 - family: WebSocket
258 - type: line
259 - units: connections/s
260 - algorithm: incremental
261 - dimensions:
262 - - selector: front_door.web_socket_connections_total
263 - name: requested
264 - - selector: front_door.active_web_socket_connections_total
265 - name: active
266 - - id: am_azure_front_door__websocket_duration
267 - title: Azure Front Door WebSocket Connection Duration
268 - context: websocket_duration
269 - family: WebSocket
270 - type: line
271 - units: milliseconds
272 - algorithm: absolute
273 - dimensions:
274 - - selector: front_door.average_web_socket_connection_duration_average
275 - name: average
140 + - id: am_azure_front_door__latency
141 + title: Azure Front Door Latency
142 + context: latency
143 + family: Latency
144 + type: line
145 + units: milliseconds
146 + algorithm: absolute
147 + dimensions:
148 + - selector: front_door.total_latency_average
149 + name: total
150 + - selector: front_door.origin_latency_average
151 + name: origin
152 + - id: am_azure_front_door__origin_health
153 + title: Azure Front Door Origin Health
154 + context: origin_health
155 + family: Origin Health
156 + type: line
157 + units: percentage
158 + algorithm: absolute
159 + dimensions:
160 + - selector: front_door.origin_health_percentage_average
161 + name: health
162 + - id: am_azure_front_door__byte_hit_ratio
163 + title: Azure Front Door Byte Hit Ratio
164 + context: byte_hit_ratio
165 + family: Cache
166 + type: line
167 + units: percentage
168 + algorithm: absolute
169 + dimensions:
170 + - selector: front_door.byte_hit_ratio_average
171 + name: hit_ratio
172 + - id: am_azure_front_door__error_rate
173 + title: Azure Front Door Error Rate
174 + context: error_rate
175 + family: Errors
176 + type: line
177 + units: percentage
178 + algorithm: absolute
179 + dimensions:
180 + - selector: front_door.percentage4xx_average
181 + name: 4xx
182 + - selector: front_door.percentage5xx_average
183 + name: 5xx
184 + - id: am_azure_front_door__requests
185 + title: Azure Front Door Requests
186 + context: requests
187 + family: Traffic
188 + type: line
189 + units: requests/s
190 + algorithm: incremental
191 + dimensions:
192 + - selector: front_door.request_count_total
193 + name: client
194 + - selector: front_door.origin_request_count_total
195 + name: origin
196 + - id: am_azure_front_door__data_transfer
197 + title: Azure Front Door Data Transfer
198 + context: data_transfer
199 + family: Traffic
200 + type: line
201 + units: bytes/s
202 + algorithm: incremental
203 + dimensions:
204 + - selector: front_door.request_size_total
205 + name: request
206 + - selector: front_door.response_size_total
207 + name: response
208 + - id: am_azure_front_door__origin_shield_requests
209 + title: Azure Front Door Origin Shield Requests
210 + context: origin_shield_requests
211 + family: Origin Shield
212 + type: line
213 + units: requests/s
214 + algorithm: incremental
215 + dimensions:
216 + - selector: front_door.origin_shield_request_count_total
217 + name: to_shield
218 + - selector: front_door.origin_shield_origin_request_count_total
219 + name: to_origin
220 + - selector: front_door.origin_shield_rate_limit_request_count_total
221 + name: rate_limited
222 + - id: am_azure_front_door__origin_shield_data_transfer
223 + title: Azure Front Door Origin Shield Data Transfer
224 + context: origin_shield_data_transfer
225 + family: Origin Shield
226 + type: line
227 + units: bytes/s
228 + algorithm: incremental
229 + dimensions:
230 + - selector: front_door.origin_shield_request_size_total
231 + name: request
232 + - id: am_azure_front_door__waf_requests
233 + title: Azure Front Door WAF Requests
234 + context: waf_requests
235 + family: WAF
236 + type: line
237 + units: requests/s
238 + algorithm: incremental
239 + dimensions:
240 + - selector: front_door.web_application_firewall_request_count_total
241 + name: total
242 + - id: am_azure_front_door__waf_challenges
243 + title: Azure Front Door WAF Challenges
244 + context: waf_challenges
245 + family: WAF
246 + type: line
247 + units: requests/s
248 + algorithm: incremental
249 + dimensions:
250 + - selector: front_door.web_application_firewall_captcha_request_count_total
251 + name: captcha
252 + - selector: front_door.web_application_firewall_js_request_count_total
253 + name: js_challenge
254 + - id: am_azure_front_door__websocket_connections
255 + title: Azure Front Door WebSocket Connections
256 + context: websocket_connections
257 + family: WebSocket
258 + type: line
259 + units: connections/s
260 + algorithm: incremental
261 + dimensions:
262 + - selector: front_door.web_socket_connections_total
263 + name: requested
264 + - selector: front_door.active_web_socket_connections_total
265 + name: active
266 + - id: am_azure_front_door__websocket_duration
267 + title: Azure Front Door WebSocket Connection Duration
268 + context: websocket_duration
269 + family: WebSocket
270 + type: line
271 + units: milliseconds
272 + algorithm: absolute
273 + dimensions:
274 + - selector: front_door.average_web_socket_connection_duration_average
275 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/iot_hub.yaml
+854 -854
@@ -3,865 +3,865 @@ id: iot_hub
3 name: Azure IoT Hub
4 resource_type: Microsoft.Devices/IotHubs
5 metrics:
6 -- id: c2d_commands_egress_abandon_success
7 - azure_name: c2d.commands.egress.abandon.success
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: c2d_commands_egress_complete_success
13 - azure_name: c2d.commands.egress.complete.success
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: c2d_commands_egress_reject_success
19 - azure_name: c2d.commands.egress.reject.success
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: c2d_messages_expired
25 - azure_name: C2DMessagesExpired
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: c2d_methods_success
31 - azure_name: c2d.methods.success
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: c2d_methods_failure
37 - azure_name: c2d.methods.failure
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: c2d_methods_request_size
43 - azure_name: c2d.methods.requestSize
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: c2d_methods_response_size
49 - azure_name: c2d.methods.responseSize
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: c2d_twin_read_success
55 - azure_name: c2d.twin.read.success
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: c2d_twin_read_failure
61 - azure_name: c2d.twin.read.failure
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: c2d_twin_read_size
67 - azure_name: c2d.twin.read.size
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: c2d_twin_update_success
73 - azure_name: c2d.twin.update.success
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: c2d_twin_update_failure
79 - azure_name: c2d.twin.update.failure
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: c2d_twin_update_size
85 - azure_name: c2d.twin.update.size
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: d2c_telemetry_ingress_all_protocol
91 - azure_name: d2c.telemetry.ingress.allProtocol
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: d2c_telemetry_ingress_success
97 - azure_name: d2c.telemetry.ingress.success
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: d2c_telemetry_ingress_send_throttle
103 - azure_name: d2c.telemetry.ingress.sendThrottle
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: d2c_twin_read_success
109 - azure_name: d2c.twin.read.success
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: d2c_twin_read_failure
115 - azure_name: d2c.twin.read.failure
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: d2c_twin_read_size
121 - azure_name: d2c.twin.read.size
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: d2c_twin_update_success
127 - azure_name: d2c.twin.update.success
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: d2c_twin_update_failure
133 - azure_name: d2c.twin.update.failure
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: d2c_twin_update_size
139 - azure_name: d2c.twin.update.size
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: d2c_endpoints_egress_built_in_events
145 - azure_name: d2c.endpoints.egress.builtIn.events
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: counter
150 -- id: d2c_endpoints_egress_event_hubs
151 - azure_name: d2c.endpoints.egress.eventHubs
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: d2c_endpoints_egress_service_bus_queues
157 - azure_name: d2c.endpoints.egress.serviceBusQueues
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: d2c_endpoints_egress_service_bus_topics
163 - azure_name: d2c.endpoints.egress.serviceBusTopics
164 - time_grain: PT1M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: d2c_endpoints_egress_storage
169 - azure_name: d2c.endpoints.egress.storage
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: d2c_endpoints_egress_storage_blobs
175 - azure_name: d2c.endpoints.egress.storage.blobs
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: d2c_endpoints_egress_storage_bytes
181 - azure_name: d2c.endpoints.egress.storage.bytes
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
186 -- id: d2c_endpoints_latency_built_in_events
187 - azure_name: d2c.endpoints.latency.builtIn.events
188 - time_grain: PT1M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: d2c_endpoints_latency_event_hubs
193 - azure_name: d2c.endpoints.latency.eventHubs
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: d2c_endpoints_latency_service_bus_queues
199 - azure_name: d2c.endpoints.latency.serviceBusQueues
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: d2c_endpoints_latency_service_bus_topics
205 - azure_name: d2c.endpoints.latency.serviceBusTopics
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: d2c_endpoints_latency_storage
211 - azure_name: d2c.endpoints.latency.storage
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: d2c_telemetry_egress_success
217 - azure_name: d2c.telemetry.egress.success
218 - time_grain: PT1M
219 - series:
220 - - aggregation: total
221 - kind: counter
222 -- id: d2c_telemetry_egress_dropped
223 - azure_name: d2c.telemetry.egress.dropped
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: d2c_telemetry_egress_orphaned
229 - azure_name: d2c.telemetry.egress.orphaned
230 - time_grain: PT1M
231 - series:
232 - - aggregation: total
233 - kind: counter
234 -- id: d2c_telemetry_egress_invalid
235 - azure_name: d2c.telemetry.egress.invalid
236 - time_grain: PT1M
237 - series:
238 - - aggregation: total
239 - kind: counter
240 -- id: d2c_telemetry_egress_fallback
241 - azure_name: d2c.telemetry.egress.fallback
242 - time_grain: PT1M
243 - series:
244 - - aggregation: total
245 - kind: counter
246 -- id: routing_deliveries
247 - azure_name: RoutingDeliveries
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: counter
252 -- id: routing_delivery_latency
253 - azure_name: RoutingDeliveryLatency
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: routing_data_size_in_bytes_delivered
259 - azure_name: RoutingDataSizeInBytesDelivered
260 - time_grain: PT1M
261 - series:
262 - - aggregation: total
263 - kind: counter
264 -- id: connect_success
265 - azure_name: connect.success
266 - time_grain: PT1M
267 - series:
268 - - aggregation: total
269 - kind: counter
270 -- id: connected_device_count
271 - azure_name: connectedDeviceCount
272 - time_grain: PT1M
273 - series:
274 - - aggregation: average
275 - kind: gauge
276 -- id: total_device_count
277 - azure_name: totalDeviceCount
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
282 -- id: daily_message_quota_used
283 - azure_name: dailyMessageQuotaUsed
284 - time_grain: PT1M
285 - series:
286 - - aggregation: average
287 - kind: gauge
288 -- id: device_data_usage
289 - azure_name: deviceDataUsage
290 - time_grain: PT1M
291 - series:
292 - - aggregation: total
293 - kind: counter
294 -- id: device_data_usage_v2
295 - azure_name: deviceDataUsageV2
296 - time_grain: PT1M
297 - series:
298 - - aggregation: total
299 - kind: counter
300 -- id: configurations
301 - azure_name: configurations
302 - time_grain: PT1M
303 - series:
304 - - aggregation: total
305 - kind: counter
306 -- id: event_grid_deliveries
307 - azure_name: EventGridDeliveries
308 - time_grain: PT1M
309 - series:
310 - - aggregation: total
311 - kind: counter
312 -- id: event_grid_latency
313 - azure_name: EventGridLatency
314 - time_grain: PT1M
315 - series:
316 - - aggregation: average
317 - kind: gauge
318 -- id: jobs_completed
319 - azure_name: jobs.completed
320 - time_grain: PT1M
321 - series:
322 - - aggregation: total
323 - kind: counter
324 -- id: jobs_failed
325 - azure_name: jobs.failed
326 - time_grain: PT1M
327 - series:
328 - - aggregation: total
329 - kind: counter
330 -- id: jobs_cancel_job_success
331 - azure_name: jobs.cancelJob.success
332 - time_grain: PT1M
333 - series:
334 - - aggregation: total
335 - kind: counter
336 -- id: jobs_cancel_job_failure
337 - azure_name: jobs.cancelJob.failure
338 - time_grain: PT1M
339 - series:
340 - - aggregation: total
341 - kind: counter
342 -- id: jobs_create_direct_method_job_success
343 - azure_name: jobs.createDirectMethodJob.success
344 - time_grain: PT1M
345 - series:
346 - - aggregation: total
347 - kind: counter
348 -- id: jobs_create_direct_method_job_failure
349 - azure_name: jobs.createDirectMethodJob.failure
350 - time_grain: PT1M
351 - series:
352 - - aggregation: total
353 - kind: counter
354 -- id: jobs_create_twin_update_job_success
355 - azure_name: jobs.createTwinUpdateJob.success
356 - time_grain: PT1M
357 - series:
358 - - aggregation: total
359 - kind: counter
360 -- id: jobs_create_twin_update_job_failure
361 - azure_name: jobs.createTwinUpdateJob.failure
362 - time_grain: PT1M
363 - series:
364 - - aggregation: total
365 - kind: counter
366 -- id: jobs_list_jobs_success
367 - azure_name: jobs.listJobs.success
368 - time_grain: PT1M
369 - series:
370 - - aggregation: total
371 - kind: counter
372 -- id: jobs_list_jobs_failure
373 - azure_name: jobs.listJobs.failure
374 - time_grain: PT1M
375 - series:
376 - - aggregation: total
377 - kind: counter
378 -- id: jobs_query_jobs_success
379 - azure_name: jobs.queryJobs.success
380 - time_grain: PT1M
381 - series:
382 - - aggregation: total
383 - kind: counter
384 -- id: jobs_query_jobs_failure
385 - azure_name: jobs.queryJobs.failure
386 - time_grain: PT1M
387 - series:
388 - - aggregation: total
389 - kind: counter
390 -- id: twin_queries_success
391 - azure_name: twinQueries.success
392 - time_grain: PT1M
393 - series:
394 - - aggregation: total
395 - kind: counter
396 -- id: twin_queries_failure
397 - azure_name: twinQueries.failure
398 - time_grain: PT1M
399 - series:
400 - - aggregation: total
401 - kind: counter
402 -- id: twin_queries_result_size
403 - azure_name: twinQueries.resultSize
404 - time_grain: PT1M
405 - series:
406 - - aggregation: average
407 - kind: gauge
6 + - id: c2d_commands_egress_abandon_success
7 + azure_name: c2d.commands.egress.abandon.success
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: c2d_commands_egress_complete_success
13 + azure_name: c2d.commands.egress.complete.success
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: c2d_commands_egress_reject_success
19 + azure_name: c2d.commands.egress.reject.success
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: c2d_messages_expired
25 + azure_name: C2DMessagesExpired
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: c2d_methods_success
31 + azure_name: c2d.methods.success
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: c2d_methods_failure
37 + azure_name: c2d.methods.failure
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: c2d_methods_request_size
43 + azure_name: c2d.methods.requestSize
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: c2d_methods_response_size
49 + azure_name: c2d.methods.responseSize
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: c2d_twin_read_success
55 + azure_name: c2d.twin.read.success
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: c2d_twin_read_failure
61 + azure_name: c2d.twin.read.failure
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: c2d_twin_read_size
67 + azure_name: c2d.twin.read.size
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: c2d_twin_update_success
73 + azure_name: c2d.twin.update.success
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: c2d_twin_update_failure
79 + azure_name: c2d.twin.update.failure
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: c2d_twin_update_size
85 + azure_name: c2d.twin.update.size
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: d2c_telemetry_ingress_all_protocol
91 + azure_name: d2c.telemetry.ingress.allProtocol
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: d2c_telemetry_ingress_success
97 + azure_name: d2c.telemetry.ingress.success
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: d2c_telemetry_ingress_send_throttle
103 + azure_name: d2c.telemetry.ingress.sendThrottle
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: d2c_twin_read_success
109 + azure_name: d2c.twin.read.success
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: d2c_twin_read_failure
115 + azure_name: d2c.twin.read.failure
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: d2c_twin_read_size
121 + azure_name: d2c.twin.read.size
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: d2c_twin_update_success
127 + azure_name: d2c.twin.update.success
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: d2c_twin_update_failure
133 + azure_name: d2c.twin.update.failure
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: d2c_twin_update_size
139 + azure_name: d2c.twin.update.size
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: d2c_endpoints_egress_built_in_events
145 + azure_name: d2c.endpoints.egress.builtIn.events
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: counter
150 + - id: d2c_endpoints_egress_event_hubs
151 + azure_name: d2c.endpoints.egress.eventHubs
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: d2c_endpoints_egress_service_bus_queues
157 + azure_name: d2c.endpoints.egress.serviceBusQueues
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: d2c_endpoints_egress_service_bus_topics
163 + azure_name: d2c.endpoints.egress.serviceBusTopics
164 + time_grain: PT1M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: d2c_endpoints_egress_storage
169 + azure_name: d2c.endpoints.egress.storage
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: d2c_endpoints_egress_storage_blobs
175 + azure_name: d2c.endpoints.egress.storage.blobs
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: d2c_endpoints_egress_storage_bytes
181 + azure_name: d2c.endpoints.egress.storage.bytes
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 + - id: d2c_endpoints_latency_built_in_events
187 + azure_name: d2c.endpoints.latency.builtIn.events
188 + time_grain: PT1M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: d2c_endpoints_latency_event_hubs
193 + azure_name: d2c.endpoints.latency.eventHubs
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: d2c_endpoints_latency_service_bus_queues
199 + azure_name: d2c.endpoints.latency.serviceBusQueues
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: d2c_endpoints_latency_service_bus_topics
205 + azure_name: d2c.endpoints.latency.serviceBusTopics
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: d2c_endpoints_latency_storage
211 + azure_name: d2c.endpoints.latency.storage
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: d2c_telemetry_egress_success
217 + azure_name: d2c.telemetry.egress.success
218 + time_grain: PT1M
219 + series:
220 + - aggregation: total
221 + kind: counter
222 + - id: d2c_telemetry_egress_dropped
223 + azure_name: d2c.telemetry.egress.dropped
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: d2c_telemetry_egress_orphaned
229 + azure_name: d2c.telemetry.egress.orphaned
230 + time_grain: PT1M
231 + series:
232 + - aggregation: total
233 + kind: counter
234 + - id: d2c_telemetry_egress_invalid
235 + azure_name: d2c.telemetry.egress.invalid
236 + time_grain: PT1M
237 + series:
238 + - aggregation: total
239 + kind: counter
240 + - id: d2c_telemetry_egress_fallback
241 + azure_name: d2c.telemetry.egress.fallback
242 + time_grain: PT1M
243 + series:
244 + - aggregation: total
245 + kind: counter
246 + - id: routing_deliveries
247 + azure_name: RoutingDeliveries
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: counter
252 + - id: routing_delivery_latency
253 + azure_name: RoutingDeliveryLatency
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: routing_data_size_in_bytes_delivered
259 + azure_name: RoutingDataSizeInBytesDelivered
260 + time_grain: PT1M
261 + series:
262 + - aggregation: total
263 + kind: counter
264 + - id: connect_success
265 + azure_name: connect.success
266 + time_grain: PT1M
267 + series:
268 + - aggregation: total
269 + kind: counter
270 + - id: connected_device_count
271 + azure_name: connectedDeviceCount
272 + time_grain: PT1M
273 + series:
274 + - aggregation: average
275 + kind: gauge
276 + - id: total_device_count
277 + azure_name: totalDeviceCount
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 + - id: daily_message_quota_used
283 + azure_name: dailyMessageQuotaUsed
284 + time_grain: PT1M
285 + series:
286 + - aggregation: average
287 + kind: gauge
288 + - id: device_data_usage
289 + azure_name: deviceDataUsage
290 + time_grain: PT1M
291 + series:
292 + - aggregation: total
293 + kind: counter
294 + - id: device_data_usage_v2
295 + azure_name: deviceDataUsageV2
296 + time_grain: PT1M
297 + series:
298 + - aggregation: total
299 + kind: counter
300 + - id: configurations
301 + azure_name: configurations
302 + time_grain: PT1M
303 + series:
304 + - aggregation: total
305 + kind: counter
306 + - id: event_grid_deliveries
307 + azure_name: EventGridDeliveries
308 + time_grain: PT1M
309 + series:
310 + - aggregation: total
311 + kind: counter
312 + - id: event_grid_latency
313 + azure_name: EventGridLatency
314 + time_grain: PT1M
315 + series:
316 + - aggregation: average
317 + kind: gauge
318 + - id: jobs_completed
319 + azure_name: jobs.completed
320 + time_grain: PT1M
321 + series:
322 + - aggregation: total
323 + kind: counter
324 + - id: jobs_failed
325 + azure_name: jobs.failed
326 + time_grain: PT1M
327 + series:
328 + - aggregation: total
329 + kind: counter
330 + - id: jobs_cancel_job_success
331 + azure_name: jobs.cancelJob.success
332 + time_grain: PT1M
333 + series:
334 + - aggregation: total
335 + kind: counter
336 + - id: jobs_cancel_job_failure
337 + azure_name: jobs.cancelJob.failure
338 + time_grain: PT1M
339 + series:
340 + - aggregation: total
341 + kind: counter
342 + - id: jobs_create_direct_method_job_success
343 + azure_name: jobs.createDirectMethodJob.success
344 + time_grain: PT1M
345 + series:
346 + - aggregation: total
347 + kind: counter
348 + - id: jobs_create_direct_method_job_failure
349 + azure_name: jobs.createDirectMethodJob.failure
350 + time_grain: PT1M
351 + series:
352 + - aggregation: total
353 + kind: counter
354 + - id: jobs_create_twin_update_job_success
355 + azure_name: jobs.createTwinUpdateJob.success
356 + time_grain: PT1M
357 + series:
358 + - aggregation: total
359 + kind: counter
360 + - id: jobs_create_twin_update_job_failure
361 + azure_name: jobs.createTwinUpdateJob.failure
362 + time_grain: PT1M
363 + series:
364 + - aggregation: total
365 + kind: counter
366 + - id: jobs_list_jobs_success
367 + azure_name: jobs.listJobs.success
368 + time_grain: PT1M
369 + series:
370 + - aggregation: total
371 + kind: counter
372 + - id: jobs_list_jobs_failure
373 + azure_name: jobs.listJobs.failure
374 + time_grain: PT1M
375 + series:
376 + - aggregation: total
377 + kind: counter
378 + - id: jobs_query_jobs_success
379 + azure_name: jobs.queryJobs.success
380 + time_grain: PT1M
381 + series:
382 + - aggregation: total
383 + kind: counter
384 + - id: jobs_query_jobs_failure
385 + azure_name: jobs.queryJobs.failure
386 + time_grain: PT1M
387 + series:
388 + - aggregation: total
389 + kind: counter
390 + - id: twin_queries_success
391 + azure_name: twinQueries.success
392 + time_grain: PT1M
393 + series:
394 + - aggregation: total
395 + kind: counter
396 + - id: twin_queries_failure
397 + azure_name: twinQueries.failure
398 + time_grain: PT1M
399 + series:
400 + - aggregation: total
401 + kind: counter
402 + - id: twin_queries_result_size
403 + azure_name: twinQueries.resultSize
404 + time_grain: PT1M
405 + series:
406 + - aggregation: average
407 + kind: gauge
408 template:
409 family: Azure IoT Hub
410 context_namespace: iot_hub
411 chart_defaults:
412 label_promotion:
413 - - resource_name
414 - - resource_group
415 - - region
416 - - resource_type
417 - - profile
413 + - resource_name
414 + - resource_group
415 + - region
416 + - resource_type
417 + - profile
418 instances:
419 by_labels:
420 - - resource_uid
420 + - resource_uid
421 charts:
422 - - id: am_azure_iot_hub__c2d_commands
423 - title: Azure IoT Hub Cloud-to-Device Commands
424 - context: c2d_commands
425 - family: C2D Messages
426 - type: line
427 - units: messages/s
428 - algorithm: incremental
429 - dimensions:
430 - - selector: iot_hub.c2d_commands_egress_complete_success_total
431 - name: completed
432 - - selector: iot_hub.c2d_commands_egress_abandon_success_total
433 - name: abandoned
434 - - selector: iot_hub.c2d_commands_egress_reject_success_total
435 - name: rejected
436 - - id: am_azure_iot_hub__c2d_messages_expired
437 - title: Azure IoT Hub Cloud-to-Device Messages Expired
438 - context: c2d_messages_expired
439 - family: C2D Messages
440 - type: line
441 - units: messages/s
442 - algorithm: incremental
443 - dimensions:
444 - - selector: iot_hub.c2d_messages_expired_total
445 - name: expired
446 - - id: am_azure_iot_hub__c2d_methods
447 - title: Azure IoT Hub Direct Method Invocations
448 - context: c2d_methods
449 - family: C2D Methods
450 - type: line
451 - units: invocations/s
452 - algorithm: incremental
453 - dimensions:
454 - - selector: iot_hub.c2d_methods_success_total
455 - name: successful
456 - - selector: iot_hub.c2d_methods_failure_total
457 - name: failed
458 - - id: am_azure_iot_hub__c2d_methods_request_size
459 - title: Azure IoT Hub Direct Method Request Size
460 - context: c2d_methods_request_size
461 - family: C2D Methods
462 - type: line
463 - units: bytes
464 - algorithm: absolute
465 - dimensions:
466 - - selector: iot_hub.c2d_methods_request_size_average
467 - name: average
468 - - id: am_azure_iot_hub__c2d_methods_response_size
469 - title: Azure IoT Hub Direct Method Response Size
470 - context: c2d_methods_response_size
471 - family: C2D Methods
472 - type: line
473 - units: bytes
474 - algorithm: absolute
475 - dimensions:
476 - - selector: iot_hub.c2d_methods_response_size_average
477 - name: average
478 - - id: am_azure_iot_hub__c2d_twin_reads
479 - title: Azure IoT Hub Backend Twin Reads
480 - context: c2d_twin_reads
481 - family: C2D Twins
482 - type: line
483 - units: operations/s
484 - algorithm: incremental
485 - dimensions:
486 - - selector: iot_hub.c2d_twin_read_success_total
487 - name: successful
488 - - selector: iot_hub.c2d_twin_read_failure_total
489 - name: failed
490 - - id: am_azure_iot_hub__c2d_twin_read_size
491 - title: Azure IoT Hub Backend Twin Read Size
492 - context: c2d_twin_read_size
493 - family: C2D Twins
494 - type: line
495 - units: bytes
496 - algorithm: absolute
497 - dimensions:
498 - - selector: iot_hub.c2d_twin_read_size_average
499 - name: average
500 - - id: am_azure_iot_hub__c2d_twin_updates
501 - title: Azure IoT Hub Backend Twin Updates
502 - context: c2d_twin_updates
503 - family: C2D Twins
504 - type: line
505 - units: operations/s
506 - algorithm: incremental
507 - dimensions:
508 - - selector: iot_hub.c2d_twin_update_success_total
509 - name: successful
510 - - selector: iot_hub.c2d_twin_update_failure_total
511 - name: failed
512 - - id: am_azure_iot_hub__c2d_twin_update_size
513 - title: Azure IoT Hub Backend Twin Update Size
514 - context: c2d_twin_update_size
515 - family: C2D Twins
516 - type: line
517 - units: bytes
518 - algorithm: absolute
519 - dimensions:
520 - - selector: iot_hub.c2d_twin_update_size_average
521 - name: average
522 - - id: am_azure_iot_hub__d2c_telemetry
523 - title: Azure IoT Hub Device Telemetry
524 - context: d2c_telemetry
525 - family: D2C Telemetry
526 - type: line
527 - units: messages/s
528 - algorithm: incremental
529 - dimensions:
530 - - selector: iot_hub.d2c_telemetry_ingress_all_protocol_total
531 - name: attempted
532 - - selector: iot_hub.d2c_telemetry_ingress_success_total
533 - name: sent
534 - - id: am_azure_iot_hub__d2c_telemetry_throttle
535 - title: Azure IoT Hub Telemetry Throttling Errors
536 - context: d2c_telemetry_throttle
537 - family: D2C Telemetry
538 - type: line
539 - units: errors/s
540 - algorithm: incremental
541 - dimensions:
542 - - selector: iot_hub.d2c_telemetry_ingress_send_throttle_total
543 - name: throttled
544 - - id: am_azure_iot_hub__d2c_twin_reads
545 - title: Azure IoT Hub Device Twin Reads
546 - context: d2c_twin_reads
547 - family: D2C Twins
548 - type: line
549 - units: operations/s
550 - algorithm: incremental
551 - dimensions:
552 - - selector: iot_hub.d2c_twin_read_success_total
553 - name: successful
554 - - selector: iot_hub.d2c_twin_read_failure_total
555 - name: failed
556 - - id: am_azure_iot_hub__d2c_twin_read_size
557 - title: Azure IoT Hub Device Twin Read Size
558 - context: d2c_twin_read_size
559 - family: D2C Twins
560 - type: line
561 - units: bytes
562 - algorithm: absolute
563 - dimensions:
564 - - selector: iot_hub.d2c_twin_read_size_average
565 - name: average
566 - - id: am_azure_iot_hub__d2c_twin_updates
567 - title: Azure IoT Hub Device Twin Updates
568 - context: d2c_twin_updates
569 - family: D2C Twins
570 - type: line
571 - units: operations/s
572 - algorithm: incremental
573 - dimensions:
574 - - selector: iot_hub.d2c_twin_update_success_total
575 - name: successful
576 - - selector: iot_hub.d2c_twin_update_failure_total
577 - name: failed
578 - - id: am_azure_iot_hub__d2c_twin_update_size
579 - title: Azure IoT Hub Device Twin Update Size
580 - context: d2c_twin_update_size
581 - family: D2C Twins
582 - type: line
583 - units: bytes
584 - algorithm: absolute
585 - dimensions:
586 - - selector: iot_hub.d2c_twin_update_size_average
587 - name: average
588 - - id: am_azure_iot_hub__routing_deliveries
589 - title: Azure IoT Hub Routing Message Deliveries
590 - context: routing_deliveries
591 - family: Routing
592 - type: line
593 - units: messages/s
594 - algorithm: incremental
595 - dimensions:
596 - - selector: iot_hub.d2c_telemetry_egress_success_total
597 - name: delivered
598 - - selector: iot_hub.d2c_telemetry_egress_dropped_total
599 - name: dropped
600 - - selector: iot_hub.d2c_telemetry_egress_orphaned_total
601 - name: orphaned
602 - - selector: iot_hub.d2c_telemetry_egress_invalid_total
603 - name: invalid
604 - - selector: iot_hub.d2c_telemetry_egress_fallback_total
605 - name: fallback
606 - - id: am_azure_iot_hub__routing_delivery_by_endpoint
607 - title: Azure IoT Hub Routing Deliveries by Endpoint
608 - context: routing_delivery_by_endpoint
609 - family: Routing
610 - type: line
611 - units: messages/s
612 - algorithm: incremental
613 - dimensions:
614 - - selector: iot_hub.d2c_endpoints_egress_built_in_events_total
615 - name: builtin_events
616 - - selector: iot_hub.d2c_endpoints_egress_event_hubs_total
617 - name: event_hubs
618 - - selector: iot_hub.d2c_endpoints_egress_service_bus_queues_total
619 - name: service_bus_queues
620 - - selector: iot_hub.d2c_endpoints_egress_service_bus_topics_total
621 - name: service_bus_topics
622 - - selector: iot_hub.d2c_endpoints_egress_storage_total
623 - name: storage
624 - - id: am_azure_iot_hub__routing_storage_blobs
625 - title: Azure IoT Hub Routing Blobs Delivered to Storage
626 - context: routing_storage_blobs
627 - family: Routing
628 - type: line
629 - units: blobs/s
630 - algorithm: incremental
631 - dimensions:
632 - - selector: iot_hub.d2c_endpoints_egress_storage_blobs_total
633 - name: blobs
634 - - id: am_azure_iot_hub__routing_storage_data
635 - title: Azure IoT Hub Routing Data Delivered to Storage
636 - context: routing_storage_data
637 - family: Routing
638 - type: line
639 - units: bytes/s
640 - algorithm: incremental
641 - dimensions:
642 - - selector: iot_hub.d2c_endpoints_egress_storage_bytes_total
643 - name: bytes
644 - - id: am_azure_iot_hub__routing_latency
645 - title: Azure IoT Hub Routing Latency
646 - context: routing_latency
647 - family: Routing
648 - type: line
649 - units: milliseconds
650 - algorithm: absolute
651 - dimensions:
652 - - selector: iot_hub.d2c_endpoints_latency_built_in_events_average
653 - name: builtin_events
654 - - selector: iot_hub.d2c_endpoints_latency_event_hubs_average
655 - name: event_hubs
656 - - selector: iot_hub.d2c_endpoints_latency_service_bus_queues_average
657 - name: service_bus_queues
658 - - selector: iot_hub.d2c_endpoints_latency_service_bus_topics_average
659 - name: service_bus_topics
660 - - selector: iot_hub.d2c_endpoints_latency_storage_average
661 - name: storage
662 - - id: am_azure_iot_hub__routing_deliveries_preview
663 - title: Azure IoT Hub Routing Deliveries (Preview)
664 - context: routing_deliveries_preview
665 - family: Routing
666 - type: line
667 - units: deliveries/s
668 - algorithm: incremental
669 - dimensions:
670 - - selector: iot_hub.routing_deliveries_total
671 - name: deliveries
672 - - id: am_azure_iot_hub__routing_delivery_latency_preview
673 - title: Azure IoT Hub Routing Delivery Latency (Preview)
674 - context: routing_delivery_latency_preview
675 - family: Routing
676 - type: line
677 - units: milliseconds
678 - algorithm: absolute
679 - dimensions:
680 - - selector: iot_hub.routing_delivery_latency_average
681 - name: average
682 - - id: am_azure_iot_hub__routing_data_size_preview
683 - title: Azure IoT Hub Routing Delivery Message Size (Preview)
684 - context: routing_data_size_preview
685 - family: Routing
686 - type: line
687 - units: bytes/s
688 - algorithm: incremental
689 - dimensions:
690 - - selector: iot_hub.routing_data_size_in_bytes_delivered_total
691 - name: bytes
692 - - id: am_azure_iot_hub__connections
693 - title: Azure IoT Hub Successful Connections
694 - context: connections
695 - family: Connections
696 - type: line
697 - units: connections/s
698 - algorithm: incremental
699 - dimensions:
700 - - selector: iot_hub.connect_success_total
701 - name: successful
702 - - id: am_azure_iot_hub__connected_devices
703 - title: Azure IoT Hub Connected Devices
704 - context: connected_devices
705 - family: Connections
706 - type: line
707 - units: devices
708 - algorithm: absolute
709 - dimensions:
710 - - selector: iot_hub.connected_device_count_average
711 - name: connected
712 - - id: am_azure_iot_hub__total_devices
713 - title: Azure IoT Hub Total Devices
714 - context: total_devices
715 - family: Devices
716 - type: line
717 - units: devices
718 - algorithm: absolute
719 - dimensions:
720 - - selector: iot_hub.total_device_count_average
721 - name: total
722 - - id: am_azure_iot_hub__daily_message_quota
723 - title: Azure IoT Hub Daily Message Quota Used
724 - context: daily_message_quota
725 - family: Quota
726 - type: line
727 - units: messages
728 - algorithm: absolute
729 - dimensions:
730 - - selector: iot_hub.daily_message_quota_used_average
731 - name: used
732 - - id: am_azure_iot_hub__data_usage
733 - title: Azure IoT Hub Device Data Usage
734 - context: data_usage
735 - family: Data Usage
736 - type: line
737 - units: bytes/s
738 - algorithm: incremental
739 - dimensions:
740 - - selector: iot_hub.device_data_usage_total
741 - name: data_usage
742 - - selector: iot_hub.device_data_usage_v2_total
743 - name: data_usage_v2
744 - - id: am_azure_iot_hub__configurations
745 - title: Azure IoT Hub Configuration Operations
746 - context: configurations
747 - family: Configuration
748 - type: line
749 - units: operations/s
750 - algorithm: incremental
751 - dimensions:
752 - - selector: iot_hub.configurations_total
753 - name: operations
754 - - id: am_azure_iot_hub__event_grid_deliveries
755 - title: Azure IoT Hub Event Grid Deliveries
756 - context: event_grid_deliveries
757 - family: Event Grid
758 - type: line
759 - units: deliveries/s
760 - algorithm: incremental
761 - dimensions:
762 - - selector: iot_hub.event_grid_deliveries_total
763 - name: deliveries
764 - - id: am_azure_iot_hub__event_grid_latency
765 - title: Azure IoT Hub Event Grid Latency
766 - context: event_grid_latency
767 - family: Event Grid
768 - type: line
769 - units: milliseconds
770 - algorithm: absolute
771 - dimensions:
772 - - selector: iot_hub.event_grid_latency_average
773 - name: average
774 - - id: am_azure_iot_hub__jobs_status
775 - title: Azure IoT Hub Job Completions
776 - context: jobs_status
777 - family: Jobs
778 - type: line
779 - units: operations/s
780 - algorithm: incremental
781 - dimensions:
782 - - selector: iot_hub.jobs_completed_total
783 - name: completed
784 - - selector: iot_hub.jobs_failed_total
785 - name: failed
786 - - id: am_azure_iot_hub__jobs_cancel
787 - title: Azure IoT Hub Job Cancellations
788 - context: jobs_cancel
789 - family: Jobs
790 - type: line
791 - units: operations/s
792 - algorithm: incremental
793 - dimensions:
794 - - selector: iot_hub.jobs_cancel_job_success_total
795 - name: successful
796 - - selector: iot_hub.jobs_cancel_job_failure_total
797 - name: failed
798 - - id: am_azure_iot_hub__jobs_create_method
799 - title: Azure IoT Hub Direct Method Job Creations
800 - context: jobs_create_method
801 - family: Jobs
802 - type: line
803 - units: operations/s
804 - algorithm: incremental
805 - dimensions:
806 - - selector: iot_hub.jobs_create_direct_method_job_success_total
807 - name: successful
808 - - selector: iot_hub.jobs_create_direct_method_job_failure_total
809 - name: failed
810 - - id: am_azure_iot_hub__jobs_create_twin_update
811 - title: Azure IoT Hub Twin Update Job Creations
812 - context: jobs_create_twin_update
813 - family: Jobs
814 - type: line
815 - units: operations/s
816 - algorithm: incremental
817 - dimensions:
818 - - selector: iot_hub.jobs_create_twin_update_job_success_total
819 - name: successful
820 - - selector: iot_hub.jobs_create_twin_update_job_failure_total
821 - name: failed
822 - - id: am_azure_iot_hub__jobs_list
823 - title: Azure IoT Hub Job List Calls
824 - context: jobs_list
825 - family: Jobs
826 - type: line
827 - units: operations/s
828 - algorithm: incremental
829 - dimensions:
830 - - selector: iot_hub.jobs_list_jobs_success_total
831 - name: successful
832 - - selector: iot_hub.jobs_list_jobs_failure_total
833 - name: failed
834 - - id: am_azure_iot_hub__jobs_query
835 - title: Azure IoT Hub Job Queries
836 - context: jobs_query
837 - family: Jobs
838 - type: line
839 - units: operations/s
840 - algorithm: incremental
841 - dimensions:
842 - - selector: iot_hub.jobs_query_jobs_success_total
843 - name: successful
844 - - selector: iot_hub.jobs_query_jobs_failure_total
845 - name: failed
846 - - id: am_azure_iot_hub__twin_queries
847 - title: Azure IoT Hub Twin Queries
848 - context: twin_queries
849 - family: Twin Queries
850 - type: line
851 - units: queries/s
852 - algorithm: incremental
853 - dimensions:
854 - - selector: iot_hub.twin_queries_success_total
855 - name: successful
856 - - selector: iot_hub.twin_queries_failure_total
857 - name: failed
858 - - id: am_azure_iot_hub__twin_queries_result_size
859 - title: Azure IoT Hub Twin Query Result Size
860 - context: twin_queries_result_size
861 - family: Twin Queries
862 - type: line
863 - units: bytes
864 - algorithm: absolute
865 - dimensions:
866 - - selector: iot_hub.twin_queries_result_size_average
867 - name: average
422 + - id: am_azure_iot_hub__c2d_commands
423 + title: Azure IoT Hub Cloud-to-Device Commands
424 + context: c2d_commands
425 + family: C2D Messages
426 + type: line
427 + units: messages/s
428 + algorithm: incremental
429 + dimensions:
430 + - selector: iot_hub.c2d_commands_egress_complete_success_total
431 + name: completed
432 + - selector: iot_hub.c2d_commands_egress_abandon_success_total
433 + name: abandoned
434 + - selector: iot_hub.c2d_commands_egress_reject_success_total
435 + name: rejected
436 + - id: am_azure_iot_hub__c2d_messages_expired
437 + title: Azure IoT Hub Cloud-to-Device Messages Expired
438 + context: c2d_messages_expired
439 + family: C2D Messages
440 + type: line
441 + units: messages/s
442 + algorithm: incremental
443 + dimensions:
444 + - selector: iot_hub.c2d_messages_expired_total
445 + name: expired
446 + - id: am_azure_iot_hub__c2d_methods
447 + title: Azure IoT Hub Direct Method Invocations
448 + context: c2d_methods
449 + family: C2D Methods
450 + type: line
451 + units: invocations/s
452 + algorithm: incremental
453 + dimensions:
454 + - selector: iot_hub.c2d_methods_success_total
455 + name: successful
456 + - selector: iot_hub.c2d_methods_failure_total
457 + name: failed
458 + - id: am_azure_iot_hub__c2d_methods_request_size
459 + title: Azure IoT Hub Direct Method Request Size
460 + context: c2d_methods_request_size
461 + family: C2D Methods
462 + type: line
463 + units: bytes
464 + algorithm: absolute
465 + dimensions:
466 + - selector: iot_hub.c2d_methods_request_size_average
467 + name: average
468 + - id: am_azure_iot_hub__c2d_methods_response_size
469 + title: Azure IoT Hub Direct Method Response Size
470 + context: c2d_methods_response_size
471 + family: C2D Methods
472 + type: line
473 + units: bytes
474 + algorithm: absolute
475 + dimensions:
476 + - selector: iot_hub.c2d_methods_response_size_average
477 + name: average
478 + - id: am_azure_iot_hub__c2d_twin_reads
479 + title: Azure IoT Hub Backend Twin Reads
480 + context: c2d_twin_reads
481 + family: C2D Twins
482 + type: line
483 + units: operations/s
484 + algorithm: incremental
485 + dimensions:
486 + - selector: iot_hub.c2d_twin_read_success_total
487 + name: successful
488 + - selector: iot_hub.c2d_twin_read_failure_total
489 + name: failed
490 + - id: am_azure_iot_hub__c2d_twin_read_size
491 + title: Azure IoT Hub Backend Twin Read Size
492 + context: c2d_twin_read_size
493 + family: C2D Twins
494 + type: line
495 + units: bytes
496 + algorithm: absolute
497 + dimensions:
498 + - selector: iot_hub.c2d_twin_read_size_average
499 + name: average
500 + - id: am_azure_iot_hub__c2d_twin_updates
501 + title: Azure IoT Hub Backend Twin Updates
502 + context: c2d_twin_updates
503 + family: C2D Twins
504 + type: line
505 + units: operations/s
506 + algorithm: incremental
507 + dimensions:
508 + - selector: iot_hub.c2d_twin_update_success_total
509 + name: successful
510 + - selector: iot_hub.c2d_twin_update_failure_total
511 + name: failed
512 + - id: am_azure_iot_hub__c2d_twin_update_size
513 + title: Azure IoT Hub Backend Twin Update Size
514 + context: c2d_twin_update_size
515 + family: C2D Twins
516 + type: line
517 + units: bytes
518 + algorithm: absolute
519 + dimensions:
520 + - selector: iot_hub.c2d_twin_update_size_average
521 + name: average
522 + - id: am_azure_iot_hub__d2c_telemetry
523 + title: Azure IoT Hub Device Telemetry
524 + context: d2c_telemetry
525 + family: D2C Telemetry
526 + type: line
527 + units: messages/s
528 + algorithm: incremental
529 + dimensions:
530 + - selector: iot_hub.d2c_telemetry_ingress_all_protocol_total
531 + name: attempted
532 + - selector: iot_hub.d2c_telemetry_ingress_success_total
533 + name: sent
534 + - id: am_azure_iot_hub__d2c_telemetry_throttle
535 + title: Azure IoT Hub Telemetry Throttling Errors
536 + context: d2c_telemetry_throttle
537 + family: D2C Telemetry
538 + type: line
539 + units: errors/s
540 + algorithm: incremental
541 + dimensions:
542 + - selector: iot_hub.d2c_telemetry_ingress_send_throttle_total
543 + name: throttled
544 + - id: am_azure_iot_hub__d2c_twin_reads
545 + title: Azure IoT Hub Device Twin Reads
546 + context: d2c_twin_reads
547 + family: D2C Twins
548 + type: line
549 + units: operations/s
550 + algorithm: incremental
551 + dimensions:
552 + - selector: iot_hub.d2c_twin_read_success_total
553 + name: successful
554 + - selector: iot_hub.d2c_twin_read_failure_total
555 + name: failed
556 + - id: am_azure_iot_hub__d2c_twin_read_size
557 + title: Azure IoT Hub Device Twin Read Size
558 + context: d2c_twin_read_size
559 + family: D2C Twins
560 + type: line
561 + units: bytes
562 + algorithm: absolute
563 + dimensions:
564 + - selector: iot_hub.d2c_twin_read_size_average
565 + name: average
566 + - id: am_azure_iot_hub__d2c_twin_updates
567 + title: Azure IoT Hub Device Twin Updates
568 + context: d2c_twin_updates
569 + family: D2C Twins
570 + type: line
571 + units: operations/s
572 + algorithm: incremental
573 + dimensions:
574 + - selector: iot_hub.d2c_twin_update_success_total
575 + name: successful
576 + - selector: iot_hub.d2c_twin_update_failure_total
577 + name: failed
578 + - id: am_azure_iot_hub__d2c_twin_update_size
579 + title: Azure IoT Hub Device Twin Update Size
580 + context: d2c_twin_update_size
581 + family: D2C Twins
582 + type: line
583 + units: bytes
584 + algorithm: absolute
585 + dimensions:
586 + - selector: iot_hub.d2c_twin_update_size_average
587 + name: average
588 + - id: am_azure_iot_hub__routing_deliveries
589 + title: Azure IoT Hub Routing Message Deliveries
590 + context: routing_deliveries
591 + family: Routing
592 + type: line
593 + units: messages/s
594 + algorithm: incremental
595 + dimensions:
596 + - selector: iot_hub.d2c_telemetry_egress_success_total
597 + name: delivered
598 + - selector: iot_hub.d2c_telemetry_egress_dropped_total
599 + name: dropped
600 + - selector: iot_hub.d2c_telemetry_egress_orphaned_total
601 + name: orphaned
602 + - selector: iot_hub.d2c_telemetry_egress_invalid_total
603 + name: invalid
604 + - selector: iot_hub.d2c_telemetry_egress_fallback_total
605 + name: fallback
606 + - id: am_azure_iot_hub__routing_delivery_by_endpoint
607 + title: Azure IoT Hub Routing Deliveries by Endpoint
608 + context: routing_delivery_by_endpoint
609 + family: Routing
610 + type: line
611 + units: messages/s
612 + algorithm: incremental
613 + dimensions:
614 + - selector: iot_hub.d2c_endpoints_egress_built_in_events_total
615 + name: builtin_events
616 + - selector: iot_hub.d2c_endpoints_egress_event_hubs_total
617 + name: event_hubs
618 + - selector: iot_hub.d2c_endpoints_egress_service_bus_queues_total
619 + name: service_bus_queues
620 + - selector: iot_hub.d2c_endpoints_egress_service_bus_topics_total
621 + name: service_bus_topics
622 + - selector: iot_hub.d2c_endpoints_egress_storage_total
623 + name: storage
624 + - id: am_azure_iot_hub__routing_storage_blobs
625 + title: Azure IoT Hub Routing Blobs Delivered to Storage
626 + context: routing_storage_blobs
627 + family: Routing
628 + type: line
629 + units: blobs/s
630 + algorithm: incremental
631 + dimensions:
632 + - selector: iot_hub.d2c_endpoints_egress_storage_blobs_total
633 + name: blobs
634 + - id: am_azure_iot_hub__routing_storage_data
635 + title: Azure IoT Hub Routing Data Delivered to Storage
636 + context: routing_storage_data
637 + family: Routing
638 + type: line
639 + units: bytes/s
640 + algorithm: incremental
641 + dimensions:
642 + - selector: iot_hub.d2c_endpoints_egress_storage_bytes_total
643 + name: bytes
644 + - id: am_azure_iot_hub__routing_latency
645 + title: Azure IoT Hub Routing Latency
646 + context: routing_latency
647 + family: Routing
648 + type: line
649 + units: milliseconds
650 + algorithm: absolute
651 + dimensions:
652 + - selector: iot_hub.d2c_endpoints_latency_built_in_events_average
653 + name: builtin_events
654 + - selector: iot_hub.d2c_endpoints_latency_event_hubs_average
655 + name: event_hubs
656 + - selector: iot_hub.d2c_endpoints_latency_service_bus_queues_average
657 + name: service_bus_queues
658 + - selector: iot_hub.d2c_endpoints_latency_service_bus_topics_average
659 + name: service_bus_topics
660 + - selector: iot_hub.d2c_endpoints_latency_storage_average
661 + name: storage
662 + - id: am_azure_iot_hub__routing_deliveries_preview
663 + title: Azure IoT Hub Routing Deliveries (Preview)
664 + context: routing_deliveries_preview
665 + family: Routing
666 + type: line
667 + units: deliveries/s
668 + algorithm: incremental
669 + dimensions:
670 + - selector: iot_hub.routing_deliveries_total
671 + name: deliveries
672 + - id: am_azure_iot_hub__routing_delivery_latency_preview
673 + title: Azure IoT Hub Routing Delivery Latency (Preview)
674 + context: routing_delivery_latency_preview
675 + family: Routing
676 + type: line
677 + units: milliseconds
678 + algorithm: absolute
679 + dimensions:
680 + - selector: iot_hub.routing_delivery_latency_average
681 + name: average
682 + - id: am_azure_iot_hub__routing_data_size_preview
683 + title: Azure IoT Hub Routing Delivery Message Size (Preview)
684 + context: routing_data_size_preview
685 + family: Routing
686 + type: line
687 + units: bytes/s
688 + algorithm: incremental
689 + dimensions:
690 + - selector: iot_hub.routing_data_size_in_bytes_delivered_total
691 + name: bytes
692 + - id: am_azure_iot_hub__connections
693 + title: Azure IoT Hub Successful Connections
694 + context: connections
695 + family: Connections
696 + type: line
697 + units: connections/s
698 + algorithm: incremental
699 + dimensions:
700 + - selector: iot_hub.connect_success_total
701 + name: successful
702 + - id: am_azure_iot_hub__connected_devices
703 + title: Azure IoT Hub Connected Devices
704 + context: connected_devices
705 + family: Connections
706 + type: line
707 + units: devices
708 + algorithm: absolute
709 + dimensions:
710 + - selector: iot_hub.connected_device_count_average
711 + name: connected
712 + - id: am_azure_iot_hub__total_devices
713 + title: Azure IoT Hub Total Devices
714 + context: total_devices
715 + family: Devices
716 + type: line
717 + units: devices
718 + algorithm: absolute
719 + dimensions:
720 + - selector: iot_hub.total_device_count_average
721 + name: total
722 + - id: am_azure_iot_hub__daily_message_quota
723 + title: Azure IoT Hub Daily Message Quota Used
724 + context: daily_message_quota
725 + family: Quota
726 + type: line
727 + units: messages
728 + algorithm: absolute
729 + dimensions:
730 + - selector: iot_hub.daily_message_quota_used_average
731 + name: used
732 + - id: am_azure_iot_hub__data_usage
733 + title: Azure IoT Hub Device Data Usage
734 + context: data_usage
735 + family: Data Usage
736 + type: line
737 + units: bytes/s
738 + algorithm: incremental
739 + dimensions:
740 + - selector: iot_hub.device_data_usage_total
741 + name: data_usage
742 + - selector: iot_hub.device_data_usage_v2_total
743 + name: data_usage_v2
744 + - id: am_azure_iot_hub__configurations
745 + title: Azure IoT Hub Configuration Operations
746 + context: configurations
747 + family: Configuration
748 + type: line
749 + units: operations/s
750 + algorithm: incremental
751 + dimensions:
752 + - selector: iot_hub.configurations_total
753 + name: operations
754 + - id: am_azure_iot_hub__event_grid_deliveries
755 + title: Azure IoT Hub Event Grid Deliveries
756 + context: event_grid_deliveries
757 + family: Event Grid
758 + type: line
759 + units: deliveries/s
760 + algorithm: incremental
761 + dimensions:
762 + - selector: iot_hub.event_grid_deliveries_total
763 + name: deliveries
764 + - id: am_azure_iot_hub__event_grid_latency
765 + title: Azure IoT Hub Event Grid Latency
766 + context: event_grid_latency
767 + family: Event Grid
768 + type: line
769 + units: milliseconds
770 + algorithm: absolute
771 + dimensions:
772 + - selector: iot_hub.event_grid_latency_average
773 + name: average
774 + - id: am_azure_iot_hub__jobs_status
775 + title: Azure IoT Hub Job Completions
776 + context: jobs_status
777 + family: Jobs
778 + type: line
779 + units: operations/s
780 + algorithm: incremental
781 + dimensions:
782 + - selector: iot_hub.jobs_completed_total
783 + name: completed
784 + - selector: iot_hub.jobs_failed_total
785 + name: failed
786 + - id: am_azure_iot_hub__jobs_cancel
787 + title: Azure IoT Hub Job Cancellations
788 + context: jobs_cancel
789 + family: Jobs
790 + type: line
791 + units: operations/s
792 + algorithm: incremental
793 + dimensions:
794 + - selector: iot_hub.jobs_cancel_job_success_total
795 + name: successful
796 + - selector: iot_hub.jobs_cancel_job_failure_total
797 + name: failed
798 + - id: am_azure_iot_hub__jobs_create_method
799 + title: Azure IoT Hub Direct Method Job Creations
800 + context: jobs_create_method
801 + family: Jobs
802 + type: line
803 + units: operations/s
804 + algorithm: incremental
805 + dimensions:
806 + - selector: iot_hub.jobs_create_direct_method_job_success_total
807 + name: successful
808 + - selector: iot_hub.jobs_create_direct_method_job_failure_total
809 + name: failed
810 + - id: am_azure_iot_hub__jobs_create_twin_update
811 + title: Azure IoT Hub Twin Update Job Creations
812 + context: jobs_create_twin_update
813 + family: Jobs
814 + type: line
815 + units: operations/s
816 + algorithm: incremental
817 + dimensions:
818 + - selector: iot_hub.jobs_create_twin_update_job_success_total
819 + name: successful
820 + - selector: iot_hub.jobs_create_twin_update_job_failure_total
821 + name: failed
822 + - id: am_azure_iot_hub__jobs_list
823 + title: Azure IoT Hub Job List Calls
824 + context: jobs_list
825 + family: Jobs
826 + type: line
827 + units: operations/s
828 + algorithm: incremental
829 + dimensions:
830 + - selector: iot_hub.jobs_list_jobs_success_total
831 + name: successful
832 + - selector: iot_hub.jobs_list_jobs_failure_total
833 + name: failed
834 + - id: am_azure_iot_hub__jobs_query
835 + title: Azure IoT Hub Job Queries
836 + context: jobs_query
837 + family: Jobs
838 + type: line
839 + units: operations/s
840 + algorithm: incremental
841 + dimensions:
842 + - selector: iot_hub.jobs_query_jobs_success_total
843 + name: successful
844 + - selector: iot_hub.jobs_query_jobs_failure_total
845 + name: failed
846 + - id: am_azure_iot_hub__twin_queries
847 + title: Azure IoT Hub Twin Queries
848 + context: twin_queries
849 + family: Twin Queries
850 + type: line
851 + units: queries/s
852 + algorithm: incremental
853 + dimensions:
854 + - selector: iot_hub.twin_queries_success_total
855 + name: successful
856 + - selector: iot_hub.twin_queries_failure_total
857 + name: failed
858 + - id: am_azure_iot_hub__twin_queries_result_size
859 + title: Azure IoT Hub Twin Query Result Size
860 + context: twin_queries_result_size
861 + family: Twin Queries
862 + type: line
863 + units: bytes
864 + algorithm: absolute
865 + dimensions:
866 + - selector: iot_hub.twin_queries_result_size_average
867 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/key_vault.yaml
+78 -78
@@ -3,89 +3,89 @@ id: key_vault
3 name: Azure Key Vault
4 resource_type: Microsoft.KeyVault/vaults
5 metrics:
6 -- id: availability
7 - azure_name: Availability
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: service_api_latency
13 - azure_name: ServiceApiLatency
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: saturation_shoebox
19 - azure_name: SaturationShoebox
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: service_api_hit
25 - azure_name: ServiceApiHit
26 - time_grain: PT1M
27 - series:
28 - - aggregation: count
29 - kind: counter
30 -- id: service_api_result
31 - azure_name: ServiceApiResult
32 - time_grain: PT1M
33 - series:
34 - - aggregation: count
35 - kind: counter
6 + - id: availability
7 + azure_name: Availability
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: service_api_latency
13 + azure_name: ServiceApiLatency
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: saturation_shoebox
19 + azure_name: SaturationShoebox
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: service_api_hit
25 + azure_name: ServiceApiHit
26 + time_grain: PT1M
27 + series:
28 + - aggregation: count
29 + kind: counter
30 + - id: service_api_result
31 + azure_name: ServiceApiResult
32 + time_grain: PT1M
33 + series:
34 + - aggregation: count
35 + kind: counter
36 template:
37 family: Azure Key Vault
38 context_namespace: key_vault
39 chart_defaults:
40 label_promotion:
41 - - resource_name
42 - - resource_group
43 - - region
44 - - resource_type
45 - - profile
41 + - resource_name
42 + - resource_group
43 + - region
44 + - resource_type
45 + - profile
46 instances:
47 by_labels:
48 - - resource_uid
48 + - resource_uid
49 charts:
50 - - id: am_azure_key_vault__availability
51 - title: Azure Key Vault Availability
52 - context: availability
53 - family: Availability
54 - type: line
55 - units: percentage
56 - algorithm: absolute
57 - dimensions:
58 - - selector: key_vault.availability_average
59 - name: average
60 - - id: am_azure_key_vault__api_latency
61 - title: Azure Key Vault API Latency
62 - context: api_latency
63 - family: Performance
64 - type: line
65 - units: milliseconds
66 - algorithm: absolute
67 - dimensions:
68 - - selector: key_vault.service_api_latency_average
69 - name: average
70 - - id: am_azure_key_vault__saturation
71 - title: Azure Key Vault Saturation
72 - context: saturation
73 - family: Capacity
74 - type: line
75 - units: percentage
76 - algorithm: absolute
77 - dimensions:
78 - - selector: key_vault.saturation_shoebox_average
79 - name: average
80 - - id: am_azure_key_vault__api_activity
81 - title: Azure Key Vault API Activity
82 - context: api_activity
83 - family: Operations
84 - type: line
85 - units: operations/s
86 - algorithm: incremental
87 - dimensions:
88 - - selector: key_vault.service_api_hit_count
89 - name: hits
90 - - selector: key_vault.service_api_result_count
91 - name: results
50 + - id: am_azure_key_vault__availability
51 + title: Azure Key Vault Availability
52 + context: availability
53 + family: Availability
54 + type: line
55 + units: percentage
56 + algorithm: absolute
57 + dimensions:
58 + - selector: key_vault.availability_average
59 + name: average
60 + - id: am_azure_key_vault__api_latency
61 + title: Azure Key Vault API Latency
62 + context: api_latency
63 + family: Performance
64 + type: line
65 + units: milliseconds
66 + algorithm: absolute
67 + dimensions:
68 + - selector: key_vault.service_api_latency_average
69 + name: average
70 + - id: am_azure_key_vault__saturation
71 + title: Azure Key Vault Saturation
72 + context: saturation
73 + family: Capacity
74 + type: line
75 + units: percentage
76 + algorithm: absolute
77 + dimensions:
78 + - selector: key_vault.saturation_shoebox_average
79 + name: average
80 + - id: am_azure_key_vault__api_activity
81 + title: Azure Key Vault API Activity
82 + context: api_activity
83 + family: Operations
84 + type: line
85 + units: operations/s
86 + algorithm: incremental
87 + dimensions:
88 + - selector: key_vault.service_api_hit_count
89 + name: hits
90 + - selector: key_vault.service_api_result_count
91 + name: results
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/load_balancers.yaml
+142 -142
@@ -3,153 +3,153 @@ id: load_balancers
3 name: Azure Load Balancer
4 resource_type: Microsoft.Network/loadBalancers
5 metrics:
6 -- id: vip_availability
7 - azure_name: VipAvailability
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: dip_availability
13 - azure_name: DipAvailability
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: global_backend_availability
19 - azure_name: GlobalBackendAvailability
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: byte_count
25 - azure_name: ByteCount
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: packet_count
31 - azure_name: PacketCount
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: syn_count
37 - azure_name: SYNCount
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: snat_connection_count
43 - azure_name: SnatConnectionCount
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: allocated_snat_ports
49 - azure_name: AllocatedSnatPorts
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: used_snat_ports
55 - azure_name: UsedSnatPorts
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
6 + - id: vip_availability
7 + azure_name: VipAvailability
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: dip_availability
13 + azure_name: DipAvailability
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: global_backend_availability
19 + azure_name: GlobalBackendAvailability
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: byte_count
25 + azure_name: ByteCount
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: packet_count
31 + azure_name: PacketCount
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: syn_count
37 + azure_name: SYNCount
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: snat_connection_count
43 + azure_name: SnatConnectionCount
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: allocated_snat_ports
49 + azure_name: AllocatedSnatPorts
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: used_snat_ports
55 + azure_name: UsedSnatPorts
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 template:
61 family: Azure Load Balancer
62 context_namespace: load_balancers
63 chart_defaults:
64 label_promotion:
65 - - resource_name
66 - - resource_group
67 - - region
68 - - resource_type
69 - - profile
65 + - resource_name
66 + - resource_group
67 + - region
68 + - resource_type
69 + - profile
70 instances:
71 by_labels:
72 - - resource_uid
72 + - resource_uid
73 charts:
74 - - id: am_azure_load_balancers__vip_availability
75 - title: Azure Load Balancer Data Path Availability
76 - context: vip_availability
77 - family: Availability
78 - type: line
79 - units: percentage
80 - algorithm: absolute
81 - dimensions:
82 - - selector: load_balancers.vip_availability_average
83 - name: average
84 - - id: am_azure_load_balancers__dip_availability
85 - title: Azure Load Balancer Health Probe Status
86 - context: dip_availability
87 - family: Availability
88 - type: line
89 - units: percentage
90 - algorithm: absolute
91 - dimensions:
92 - - selector: load_balancers.dip_availability_average
93 - name: average
94 - - id: am_azure_load_balancers__global_backend_availability
95 - title: Azure Load Balancer Global Backend Availability
96 - context: global_backend_availability
97 - family: Availability
98 - type: line
99 - units: percentage
100 - algorithm: absolute
101 - dimensions:
102 - - selector: load_balancers.global_backend_availability_average
103 - name: average
104 - - id: am_azure_load_balancers__byte_throughput
105 - title: Azure Load Balancer Byte Throughput
106 - context: byte_throughput
107 - family: Throughput
108 - type: line
109 - units: bytes/s
110 - algorithm: incremental
111 - dimensions:
112 - - selector: load_balancers.byte_count_total
113 - name: total
114 - - id: am_azure_load_balancers__packet_throughput
115 - title: Azure Load Balancer Packet Throughput
116 - context: packet_throughput
117 - family: Throughput
118 - type: line
119 - units: packets/s
120 - algorithm: incremental
121 - dimensions:
122 - - selector: load_balancers.packet_count_total
123 - name: total
124 - - id: am_azure_load_balancers__syn_count
125 - title: Azure Load Balancer SYN Packets
126 - context: syn_count
127 - family: Throughput
128 - type: line
129 - units: packets/s
130 - algorithm: incremental
131 - dimensions:
132 - - selector: load_balancers.syn_count_total
133 - name: total
134 - - id: am_azure_load_balancers__snat_connections
135 - title: Azure Load Balancer SNAT Connections
136 - context: snat_connections
137 - family: SNAT
138 - type: line
139 - units: connections/s
140 - algorithm: incremental
141 - dimensions:
142 - - selector: load_balancers.snat_connection_count_total
143 - name: total
144 - - id: am_azure_load_balancers__snat_ports
145 - title: Azure Load Balancer SNAT Port Usage
146 - context: snat_ports
147 - family: SNAT
148 - type: line
149 - units: ports
150 - algorithm: absolute
151 - dimensions:
152 - - selector: load_balancers.allocated_snat_ports_average
153 - name: allocated
154 - - selector: load_balancers.used_snat_ports_average
155 - name: used
74 + - id: am_azure_load_balancers__vip_availability
75 + title: Azure Load Balancer Data Path Availability
76 + context: vip_availability
77 + family: Availability
78 + type: line
79 + units: percentage
80 + algorithm: absolute
81 + dimensions:
82 + - selector: load_balancers.vip_availability_average
83 + name: average
84 + - id: am_azure_load_balancers__dip_availability
85 + title: Azure Load Balancer Health Probe Status
86 + context: dip_availability
87 + family: Availability
88 + type: line
89 + units: percentage
90 + algorithm: absolute
91 + dimensions:
92 + - selector: load_balancers.dip_availability_average
93 + name: average
94 + - id: am_azure_load_balancers__global_backend_availability
95 + title: Azure Load Balancer Global Backend Availability
96 + context: global_backend_availability
97 + family: Availability
98 + type: line
99 + units: percentage
100 + algorithm: absolute
101 + dimensions:
102 + - selector: load_balancers.global_backend_availability_average
103 + name: average
104 + - id: am_azure_load_balancers__byte_throughput
105 + title: Azure Load Balancer Byte Throughput
106 + context: byte_throughput
107 + family: Throughput
108 + type: line
109 + units: bytes/s
110 + algorithm: incremental
111 + dimensions:
112 + - selector: load_balancers.byte_count_total
113 + name: total
114 + - id: am_azure_load_balancers__packet_throughput
115 + title: Azure Load Balancer Packet Throughput
116 + context: packet_throughput
117 + family: Throughput
118 + type: line
119 + units: packets/s
120 + algorithm: incremental
121 + dimensions:
122 + - selector: load_balancers.packet_count_total
123 + name: total
124 + - id: am_azure_load_balancers__syn_count
125 + title: Azure Load Balancer SYN Packets
126 + context: syn_count
127 + family: Throughput
128 + type: line
129 + units: packets/s
130 + algorithm: incremental
131 + dimensions:
132 + - selector: load_balancers.syn_count_total
133 + name: total
134 + - id: am_azure_load_balancers__snat_connections
135 + title: Azure Load Balancer SNAT Connections
136 + context: snat_connections
137 + family: SNAT
138 + type: line
139 + units: connections/s
140 + algorithm: incremental
141 + dimensions:
142 + - selector: load_balancers.snat_connection_count_total
143 + name: total
144 + - id: am_azure_load_balancers__snat_ports
145 + title: Azure Load Balancer SNAT Port Usage
146 + context: snat_ports
147 + family: SNAT
148 + type: line
149 + units: ports
150 + algorithm: absolute
151 + dimensions:
152 + - selector: load_balancers.allocated_snat_ports_average
153 + name: allocated
154 + - selector: load_balancers.used_snat_ports_average
155 + name: used
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/log_analytics.yaml
+878 -878
@@ -3,889 +3,889 @@ id: log_analytics
3 name: Azure Log Analytics Workspace
4 resource_type: Microsoft.OperationalInsights/workspaces
5 metrics:
6 -- id: availability_rate_query
7 - azure_name: AvailabilityRate_Query
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: ingestion_time
13 - azure_name: Ingestion Time
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 - - aggregation: maximum
19 - kind: gauge
20 - - aggregation: minimum
21 - kind: gauge
22 -- id: ingestion_volume
23 - azure_name: Ingestion Volume
24 - time_grain: PT1M
25 - series:
26 - - aggregation: count
27 - kind: counter
28 -- id: query_count
29 - azure_name: Query Count
30 - time_grain: PT1M
31 - series:
32 - - aggregation: count
33 - kind: counter
34 -- id: query_failure_count
35 - azure_name: Query Failure Count
36 - time_grain: PT1M
37 - series:
38 - - aggregation: count
39 - kind: counter
40 -- id: bytes_exported
41 - azure_name: BytesExported
42 - time_grain: PT1M
43 - series:
44 - - aggregation: total
45 - kind: counter
46 -- id: records_exported
47 - azure_name: RecordsExported
48 - time_grain: PT1M
49 - series:
50 - - aggregation: total
51 - kind: counter
52 -- id: export_failed
53 - azure_name: ExportFailed
54 - time_grain: PT1M
55 - series:
56 - - aggregation: total
57 - kind: counter
58 -- id: average_processor_time
59 - azure_name: Average_% Processor Time
60 - time_grain: PT1M
61 - series:
62 - - aggregation: average
63 - kind: gauge
64 -- id: average_privileged_time
65 - azure_name: Average_% Privileged Time
66 - time_grain: PT1M
67 - series:
68 - - aggregation: average
69 - kind: gauge
70 -- id: average_user_time
71 - azure_name: Average_% User Time
72 - time_grain: PT1M
73 - series:
74 - - aggregation: average
75 - kind: gauge
76 -- id: average_dpc_time
77 - azure_name: Average_% DPC Time
78 - time_grain: PT1M
79 - series:
80 - - aggregation: average
81 - kind: gauge
82 -- id: average_interrupt_time
83 - azure_name: Average_% Interrupt Time
84 - time_grain: PT1M
85 - series:
86 - - aggregation: average
87 - kind: gauge
88 -- id: average_idle_time
89 - azure_name: Average_% Idle Time
90 - time_grain: PT1M
91 - series:
92 - - aggregation: average
93 - kind: gauge
94 -- id: average_io_wait_time
95 - azure_name: Average_% IO Wait Time
96 - time_grain: PT1M
97 - series:
98 - - aggregation: average
99 - kind: gauge
100 -- id: average_nice_time
101 - azure_name: Average_% Nice Time
102 - time_grain: PT1M
103 - series:
104 - - aggregation: average
105 - kind: gauge
106 -- id: average_pct_privileged_time
107 - azure_name: Average_Pct Privileged Time
108 - time_grain: PT1M
109 - series:
110 - - aggregation: average
111 - kind: gauge
112 -- id: average_pct_user_time
113 - azure_name: Average_Pct User Time
114 - time_grain: PT1M
115 - series:
116 - - aggregation: average
117 - kind: gauge
118 -- id: average_available_memory
119 - azure_name: Average_% Available Memory
120 - time_grain: PT1M
121 - series:
122 - - aggregation: average
123 - kind: gauge
124 -- id: average_used_memory
125 - azure_name: Average_% Used Memory
126 - time_grain: PT1M
127 - series:
128 - - aggregation: average
129 - kind: gauge
130 -- id: average_committed_bytes_in_use
131 - azure_name: Average_% Committed Bytes In Use
132 - time_grain: PT1M
133 - series:
134 - - aggregation: average
135 - kind: gauge
136 -- id: average_available_m_bytes
137 - azure_name: Average_Available MBytes
138 - time_grain: PT1M
139 - series:
140 - - aggregation: average
141 - kind: gauge
142 -- id: average_available_m_bytes_memory
143 - azure_name: Average_Available MBytes Memory
144 - time_grain: PT1M
145 - series:
146 - - aggregation: average
147 - kind: gauge
148 -- id: average_used_memory_k_bytes
149 - azure_name: Average_Used Memory kBytes
150 - time_grain: PT1M
151 - series:
152 - - aggregation: average
153 - kind: gauge
154 -- id: average_used_memory_m_bytes
155 - azure_name: Average_Used Memory MBytes
156 - time_grain: PT1M
157 - series:
158 - - aggregation: average
159 - kind: gauge
160 -- id: average_free_physical_memory
161 - azure_name: Average_Free Physical Memory
162 - time_grain: PT1M
163 - series:
164 - - aggregation: average
165 - kind: gauge
166 -- id: average_free_virtual_memory
167 - azure_name: Average_Free Virtual Memory
168 - time_grain: PT1M
169 - series:
170 - - aggregation: average
171 - kind: gauge
172 -- id: average_virtual_shared_memory
173 - azure_name: Average_Virtual Shared Memory
174 - time_grain: PT1M
175 - series:
176 - - aggregation: average
177 - kind: gauge
178 -- id: average_available_swap_space
179 - azure_name: Average_% Available Swap Space
180 - time_grain: PT1M
181 - series:
182 - - aggregation: average
183 - kind: gauge
184 -- id: average_used_swap_space
185 - azure_name: Average_% Used Swap Space
186 - time_grain: PT1M
187 - series:
188 - - aggregation: average
189 - kind: gauge
190 -- id: average_available_m_bytes_swap
191 - azure_name: Average_Available MBytes Swap
192 - time_grain: PT1M
193 - series:
194 - - aggregation: average
195 - kind: gauge
196 -- id: average_used_m_bytes_swap_space
197 - azure_name: Average_Used MBytes Swap Space
198 - time_grain: PT1M
199 - series:
200 - - aggregation: average
201 - kind: gauge
202 -- id: average_free_space
203 - azure_name: Average_% Free Space
204 - time_grain: PT1M
205 - series:
206 - - aggregation: average
207 - kind: gauge
208 -- id: average_used_space
209 - azure_name: Average_% Used Space
210 - time_grain: PT1M
211 - series:
212 - - aggregation: average
213 - kind: gauge
214 -- id: average_free_inodes
215 - azure_name: Average_% Free Inodes
216 - time_grain: PT1M
217 - series:
218 - - aggregation: average
219 - kind: gauge
220 -- id: average_used_inodes
221 - azure_name: Average_% Used Inodes
222 - time_grain: PT1M
223 - series:
224 - - aggregation: average
225 - kind: gauge
226 -- id: average_free_megabytes
227 - azure_name: Average_Free Megabytes
228 - time_grain: PT1M
229 - series:
230 - - aggregation: average
231 - kind: gauge
232 -- id: average_disk_read_bytes_sec
233 - azure_name: Average_Disk Read Bytes/sec
234 - time_grain: PT1M
235 - series:
236 - - aggregation: average
237 - kind: gauge
238 -- id: average_disk_write_bytes_sec
239 - azure_name: Average_Disk Write Bytes/sec
240 - time_grain: PT1M
241 - series:
242 - - aggregation: average
243 - kind: gauge
244 -- id: average_disk_reads_sec
245 - azure_name: Average_Disk Reads/sec
246 - time_grain: PT1M
247 - series:
248 - - aggregation: average
249 - kind: gauge
250 -- id: average_disk_writes_sec
251 - azure_name: Average_Disk Writes/sec
252 - time_grain: PT1M
253 - series:
254 - - aggregation: average
255 - kind: gauge
256 -- id: average_disk_transfers_sec
257 - azure_name: Average_Disk Transfers/sec
258 - time_grain: PT1M
259 - series:
260 - - aggregation: average
261 - kind: gauge
262 -- id: average_logical_disk_bytes_sec
263 - azure_name: Average_Logical Disk Bytes/sec
264 - time_grain: PT1M
265 - series:
266 - - aggregation: average
267 - kind: gauge
268 -- id: average_physical_disk_bytes_sec
269 - azure_name: Average_Physical Disk Bytes/sec
270 - time_grain: PT1M
271 - series:
272 - - aggregation: average
273 - kind: gauge
274 -- id: average_avg_disk_sec_read
275 - azure_name: Average_Avg. Disk sec/Read
276 - time_grain: PT1M
277 - series:
278 - - aggregation: average
279 - kind: gauge
280 -- id: average_avg_disk_sec_write
281 - azure_name: Average_Avg. Disk sec/Write
282 - time_grain: PT1M
283 - series:
284 - - aggregation: average
285 - kind: gauge
286 -- id: average_avg_disk_sec_transfer
287 - azure_name: Average_Avg. Disk sec/Transfer
288 - time_grain: PT1M
289 - series:
290 - - aggregation: average
291 - kind: gauge
292 -- id: average_current_disk_queue_length
293 - azure_name: Average_Current Disk Queue Length
294 - time_grain: PT1M
295 - series:
296 - - aggregation: average
297 - kind: gauge
298 -- id: average_page_reads_sec
299 - azure_name: Average_Page Reads/sec
300 - time_grain: PT1M
301 - series:
302 - - aggregation: average
303 - kind: gauge
304 -- id: average_page_writes_sec
305 - azure_name: Average_Page Writes/sec
306 - time_grain: PT1M
307 - series:
308 - - aggregation: average
309 - kind: gauge
310 -- id: average_pages_sec
311 - azure_name: Average_Pages/sec
312 - time_grain: PT1M
313 - series:
314 - - aggregation: average
315 - kind: gauge
316 -- id: average_free_space_in_paging_files
317 - azure_name: Average_Free Space in Paging Files
318 - time_grain: PT1M
319 - series:
320 - - aggregation: average
321 - kind: gauge
322 -- id: average_size_stored_in_paging_files
323 - azure_name: Average_Size Stored In Paging Files
324 - time_grain: PT1M
325 - series:
326 - - aggregation: average
327 - kind: gauge
328 -- id: average_bytes_received_sec
329 - azure_name: Average_Bytes Received/sec
330 - time_grain: PT1M
331 - series:
332 - - aggregation: average
333 - kind: gauge
334 -- id: average_bytes_sent_sec
335 - azure_name: Average_Bytes Sent/sec
336 - time_grain: PT1M
337 - series:
338 - - aggregation: average
339 - kind: gauge
340 -- id: average_bytes_total_sec
341 - azure_name: Average_Bytes Total/sec
342 - time_grain: PT1M
343 - series:
344 - - aggregation: average
345 - kind: gauge
346 -- id: average_total_bytes
347 - azure_name: Average_Total Bytes
348 - time_grain: PT1M
349 - series:
350 - - aggregation: average
351 - kind: gauge
352 -- id: average_total_bytes_received
353 - azure_name: Average_Total Bytes Received
354 - time_grain: PT1M
355 - series:
356 - - aggregation: average
357 - kind: gauge
358 -- id: average_total_bytes_transmitted
359 - azure_name: Average_Total Bytes Transmitted
360 - time_grain: PT1M
361 - series:
362 - - aggregation: average
363 - kind: gauge
364 -- id: average_total_packets_received
365 - azure_name: Average_Total Packets Received
366 - time_grain: PT1M
367 - series:
368 - - aggregation: average
369 - kind: gauge
370 -- id: average_total_packets_transmitted
371 - azure_name: Average_Total Packets Transmitted
372 - time_grain: PT1M
373 - series:
374 - - aggregation: average
375 - kind: gauge
376 -- id: average_total_collisions
377 - azure_name: Average_Total Collisions
378 - time_grain: PT1M
379 - series:
380 - - aggregation: average
381 - kind: gauge
382 -- id: average_total_rx_errors
383 - azure_name: Average_Total Rx Errors
384 - time_grain: PT1M
385 - series:
386 - - aggregation: average
387 - kind: gauge
388 -- id: average_total_tx_errors
389 - azure_name: Average_Total Tx Errors
390 - time_grain: PT1M
391 - series:
392 - - aggregation: average
393 - kind: gauge
394 -- id: average_processes
395 - azure_name: Average_Processes
396 - time_grain: PT1M
397 - series:
398 - - aggregation: average
399 - kind: gauge
400 -- id: average_processor_queue_length
401 - azure_name: Average_Processor Queue Length
402 - time_grain: PT1M
403 - series:
404 - - aggregation: average
405 - kind: gauge
406 -- id: average_uptime
407 - azure_name: Average_Uptime
408 - time_grain: PT1M
409 - series:
410 - - aggregation: average
411 - kind: gauge
412 -- id: average_users
413 - azure_name: Average_Users
414 - time_grain: PT1M
415 - series:
416 - - aggregation: average
417 - kind: gauge
418 -- id: event
419 - azure_name: Event
420 - time_grain: PT1M
421 - series:
422 - - aggregation: average
423 - kind: gauge
424 -- id: heartbeat
425 - azure_name: Heartbeat
426 - time_grain: PT1M
427 - series:
428 - - aggregation: total
429 - kind: counter
430 -- id: update
431 - azure_name: Update
432 - time_grain: PT1M
433 - series:
434 - - aggregation: average
435 - kind: gauge
6 + - id: availability_rate_query
7 + azure_name: AvailabilityRate_Query
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: ingestion_time
13 + azure_name: Ingestion Time
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - aggregation: maximum
19 + kind: gauge
20 + - aggregation: minimum
21 + kind: gauge
22 + - id: ingestion_volume
23 + azure_name: Ingestion Volume
24 + time_grain: PT1M
25 + series:
26 + - aggregation: count
27 + kind: counter
28 + - id: query_count
29 + azure_name: Query Count
30 + time_grain: PT1M
31 + series:
32 + - aggregation: count
33 + kind: counter
34 + - id: query_failure_count
35 + azure_name: Query Failure Count
36 + time_grain: PT1M
37 + series:
38 + - aggregation: count
39 + kind: counter
40 + - id: bytes_exported
41 + azure_name: BytesExported
42 + time_grain: PT1M
43 + series:
44 + - aggregation: total
45 + kind: counter
46 + - id: records_exported
47 + azure_name: RecordsExported
48 + time_grain: PT1M
49 + series:
50 + - aggregation: total
51 + kind: counter
52 + - id: export_failed
53 + azure_name: ExportFailed
54 + time_grain: PT1M
55 + series:
56 + - aggregation: total
57 + kind: counter
58 + - id: average_processor_time
59 + azure_name: Average_% Processor Time
60 + time_grain: PT1M
61 + series:
62 + - aggregation: average
63 + kind: gauge
64 + - id: average_privileged_time
65 + azure_name: Average_% Privileged Time
66 + time_grain: PT1M
67 + series:
68 + - aggregation: average
69 + kind: gauge
70 + - id: average_user_time
71 + azure_name: Average_% User Time
72 + time_grain: PT1M
73 + series:
74 + - aggregation: average
75 + kind: gauge
76 + - id: average_dpc_time
77 + azure_name: Average_% DPC Time
78 + time_grain: PT1M
79 + series:
80 + - aggregation: average
81 + kind: gauge
82 + - id: average_interrupt_time
83 + azure_name: Average_% Interrupt Time
84 + time_grain: PT1M
85 + series:
86 + - aggregation: average
87 + kind: gauge
88 + - id: average_idle_time
89 + azure_name: Average_% Idle Time
90 + time_grain: PT1M
91 + series:
92 + - aggregation: average
93 + kind: gauge
94 + - id: average_io_wait_time
95 + azure_name: Average_% IO Wait Time
96 + time_grain: PT1M
97 + series:
98 + - aggregation: average
99 + kind: gauge
100 + - id: average_nice_time
101 + azure_name: Average_% Nice Time
102 + time_grain: PT1M
103 + series:
104 + - aggregation: average
105 + kind: gauge
106 + - id: average_pct_privileged_time
107 + azure_name: Average_Pct Privileged Time
108 + time_grain: PT1M
109 + series:
110 + - aggregation: average
111 + kind: gauge
112 + - id: average_pct_user_time
113 + azure_name: Average_Pct User Time
114 + time_grain: PT1M
115 + series:
116 + - aggregation: average
117 + kind: gauge
118 + - id: average_available_memory
119 + azure_name: Average_% Available Memory
120 + time_grain: PT1M
121 + series:
122 + - aggregation: average
123 + kind: gauge
124 + - id: average_used_memory
125 + azure_name: Average_% Used Memory
126 + time_grain: PT1M
127 + series:
128 + - aggregation: average
129 + kind: gauge
130 + - id: average_committed_bytes_in_use
131 + azure_name: Average_% Committed Bytes In Use
132 + time_grain: PT1M
133 + series:
134 + - aggregation: average
135 + kind: gauge
136 + - id: average_available_m_bytes
137 + azure_name: Average_Available MBytes
138 + time_grain: PT1M
139 + series:
140 + - aggregation: average
141 + kind: gauge
142 + - id: average_available_m_bytes_memory
143 + azure_name: Average_Available MBytes Memory
144 + time_grain: PT1M
145 + series:
146 + - aggregation: average
147 + kind: gauge
148 + - id: average_used_memory_k_bytes
149 + azure_name: Average_Used Memory kBytes
150 + time_grain: PT1M
151 + series:
152 + - aggregation: average
153 + kind: gauge
154 + - id: average_used_memory_m_bytes
155 + azure_name: Average_Used Memory MBytes
156 + time_grain: PT1M
157 + series:
158 + - aggregation: average
159 + kind: gauge
160 + - id: average_free_physical_memory
161 + azure_name: Average_Free Physical Memory
162 + time_grain: PT1M
163 + series:
164 + - aggregation: average
165 + kind: gauge
166 + - id: average_free_virtual_memory
167 + azure_name: Average_Free Virtual Memory
168 + time_grain: PT1M
169 + series:
170 + - aggregation: average
171 + kind: gauge
172 + - id: average_virtual_shared_memory
173 + azure_name: Average_Virtual Shared Memory
174 + time_grain: PT1M
175 + series:
176 + - aggregation: average
177 + kind: gauge
178 + - id: average_available_swap_space
179 + azure_name: Average_% Available Swap Space
180 + time_grain: PT1M
181 + series:
182 + - aggregation: average
183 + kind: gauge
184 + - id: average_used_swap_space
185 + azure_name: Average_% Used Swap Space
186 + time_grain: PT1M
187 + series:
188 + - aggregation: average
189 + kind: gauge
190 + - id: average_available_m_bytes_swap
191 + azure_name: Average_Available MBytes Swap
192 + time_grain: PT1M
193 + series:
194 + - aggregation: average
195 + kind: gauge
196 + - id: average_used_m_bytes_swap_space
197 + azure_name: Average_Used MBytes Swap Space
198 + time_grain: PT1M
199 + series:
200 + - aggregation: average
201 + kind: gauge
202 + - id: average_free_space
203 + azure_name: Average_% Free Space
204 + time_grain: PT1M
205 + series:
206 + - aggregation: average
207 + kind: gauge
208 + - id: average_used_space
209 + azure_name: Average_% Used Space
210 + time_grain: PT1M
211 + series:
212 + - aggregation: average
213 + kind: gauge
214 + - id: average_free_inodes
215 + azure_name: Average_% Free Inodes
216 + time_grain: PT1M
217 + series:
218 + - aggregation: average
219 + kind: gauge
220 + - id: average_used_inodes
221 + azure_name: Average_% Used Inodes
222 + time_grain: PT1M
223 + series:
224 + - aggregation: average
225 + kind: gauge
226 + - id: average_free_megabytes
227 + azure_name: Average_Free Megabytes
228 + time_grain: PT1M
229 + series:
230 + - aggregation: average
231 + kind: gauge
232 + - id: average_disk_read_bytes_sec
233 + azure_name: Average_Disk Read Bytes/sec
234 + time_grain: PT1M
235 + series:
236 + - aggregation: average
237 + kind: gauge
238 + - id: average_disk_write_bytes_sec
239 + azure_name: Average_Disk Write Bytes/sec
240 + time_grain: PT1M
241 + series:
242 + - aggregation: average
243 + kind: gauge
244 + - id: average_disk_reads_sec
245 + azure_name: Average_Disk Reads/sec
246 + time_grain: PT1M
247 + series:
248 + - aggregation: average
249 + kind: gauge
250 + - id: average_disk_writes_sec
251 + azure_name: Average_Disk Writes/sec
252 + time_grain: PT1M
253 + series:
254 + - aggregation: average
255 + kind: gauge
256 + - id: average_disk_transfers_sec
257 + azure_name: Average_Disk Transfers/sec
258 + time_grain: PT1M
259 + series:
260 + - aggregation: average
261 + kind: gauge
262 + - id: average_logical_disk_bytes_sec
263 + azure_name: Average_Logical Disk Bytes/sec
264 + time_grain: PT1M
265 + series:
266 + - aggregation: average
267 + kind: gauge
268 + - id: average_physical_disk_bytes_sec
269 + azure_name: Average_Physical Disk Bytes/sec
270 + time_grain: PT1M
271 + series:
272 + - aggregation: average
273 + kind: gauge
274 + - id: average_avg_disk_sec_read
275 + azure_name: Average_Avg. Disk sec/Read
276 + time_grain: PT1M
277 + series:
278 + - aggregation: average
279 + kind: gauge
280 + - id: average_avg_disk_sec_write
281 + azure_name: Average_Avg. Disk sec/Write
282 + time_grain: PT1M
283 + series:
284 + - aggregation: average
285 + kind: gauge
286 + - id: average_avg_disk_sec_transfer
287 + azure_name: Average_Avg. Disk sec/Transfer
288 + time_grain: PT1M
289 + series:
290 + - aggregation: average
291 + kind: gauge
292 + - id: average_current_disk_queue_length
293 + azure_name: Average_Current Disk Queue Length
294 + time_grain: PT1M
295 + series:
296 + - aggregation: average
297 + kind: gauge
298 + - id: average_page_reads_sec
299 + azure_name: Average_Page Reads/sec
300 + time_grain: PT1M
301 + series:
302 + - aggregation: average
303 + kind: gauge
304 + - id: average_page_writes_sec
305 + azure_name: Average_Page Writes/sec
306 + time_grain: PT1M
307 + series:
308 + - aggregation: average
309 + kind: gauge
310 + - id: average_pages_sec
311 + azure_name: Average_Pages/sec
312 + time_grain: PT1M
313 + series:
314 + - aggregation: average
315 + kind: gauge
316 + - id: average_free_space_in_paging_files
317 + azure_name: Average_Free Space in Paging Files
318 + time_grain: PT1M
319 + series:
320 + - aggregation: average
321 + kind: gauge
322 + - id: average_size_stored_in_paging_files
323 + azure_name: Average_Size Stored In Paging Files
324 + time_grain: PT1M
325 + series:
326 + - aggregation: average
327 + kind: gauge
328 + - id: average_bytes_received_sec
329 + azure_name: Average_Bytes Received/sec
330 + time_grain: PT1M
331 + series:
332 + - aggregation: average
333 + kind: gauge
334 + - id: average_bytes_sent_sec
335 + azure_name: Average_Bytes Sent/sec
336 + time_grain: PT1M
337 + series:
338 + - aggregation: average
339 + kind: gauge
340 + - id: average_bytes_total_sec
341 + azure_name: Average_Bytes Total/sec
342 + time_grain: PT1M
343 + series:
344 + - aggregation: average
345 + kind: gauge
346 + - id: average_total_bytes
347 + azure_name: Average_Total Bytes
348 + time_grain: PT1M
349 + series:
350 + - aggregation: average
351 + kind: gauge
352 + - id: average_total_bytes_received
353 + azure_name: Average_Total Bytes Received
354 + time_grain: PT1M
355 + series:
356 + - aggregation: average
357 + kind: gauge
358 + - id: average_total_bytes_transmitted
359 + azure_name: Average_Total Bytes Transmitted
360 + time_grain: PT1M
361 + series:
362 + - aggregation: average
363 + kind: gauge
364 + - id: average_total_packets_received
365 + azure_name: Average_Total Packets Received
366 + time_grain: PT1M
367 + series:
368 + - aggregation: average
369 + kind: gauge
370 + - id: average_total_packets_transmitted
371 + azure_name: Average_Total Packets Transmitted
372 + time_grain: PT1M
373 + series:
374 + - aggregation: average
375 + kind: gauge
376 + - id: average_total_collisions
377 + azure_name: Average_Total Collisions
378 + time_grain: PT1M
379 + series:
380 + - aggregation: average
381 + kind: gauge
382 + - id: average_total_rx_errors
383 + azure_name: Average_Total Rx Errors
384 + time_grain: PT1M
385 + series:
386 + - aggregation: average
387 + kind: gauge
388 + - id: average_total_tx_errors
389 + azure_name: Average_Total Tx Errors
390 + time_grain: PT1M
391 + series:
392 + - aggregation: average
393 + kind: gauge
394 + - id: average_processes
395 + azure_name: Average_Processes
396 + time_grain: PT1M
397 + series:
398 + - aggregation: average
399 + kind: gauge
400 + - id: average_processor_queue_length
401 + azure_name: Average_Processor Queue Length
402 + time_grain: PT1M
403 + series:
404 + - aggregation: average
405 + kind: gauge
406 + - id: average_uptime
407 + azure_name: Average_Uptime
408 + time_grain: PT1M
409 + series:
410 + - aggregation: average
411 + kind: gauge
412 + - id: average_users
413 + azure_name: Average_Users
414 + time_grain: PT1M
415 + series:
416 + - aggregation: average
417 + kind: gauge
418 + - id: event
419 + azure_name: Event
420 + time_grain: PT1M
421 + series:
422 + - aggregation: average
423 + kind: gauge
424 + - id: heartbeat
425 + azure_name: Heartbeat
426 + time_grain: PT1M
427 + series:
428 + - aggregation: total
429 + kind: counter
430 + - id: update
431 + azure_name: Update
432 + time_grain: PT1M
433 + series:
434 + - aggregation: average
435 + kind: gauge
436 template:
437 family: Azure Log Analytics Workspace
438 context_namespace: log_analytics
439 chart_defaults:
440 label_promotion:
441 - - resource_name
442 - - resource_group
443 - - region
444 - - resource_type
445 - - profile
441 + - resource_name
442 + - resource_group
443 + - region
444 + - resource_type
445 + - profile
446 instances:
447 by_labels:
448 - - resource_uid
448 + - resource_uid
449 charts:
450 - - id: am_azure_log_analytics__query_availability
451 - title: Azure Log Analytics Query Availability
452 - context: query_availability
453 - family: Availability
454 - type: line
455 - units: percentage
456 - algorithm: absolute
457 - dimensions:
458 - - selector: log_analytics.availability_rate_query_average
459 - name: availability
460 - - id: am_azure_log_analytics__ingestion_latency
461 - title: Azure Log Analytics Ingestion Latency
462 - context: ingestion_latency
463 - family: Ingestion
464 - type: line
465 - units: seconds
466 - algorithm: absolute
467 - dimensions:
468 - - selector: log_analytics.ingestion_time_average
469 - name: average
470 - - selector: log_analytics.ingestion_time_maximum
471 - name: maximum
472 - - selector: log_analytics.ingestion_time_minimum
473 - name: minimum
474 - - id: am_azure_log_analytics__ingestion_volume
475 - title: Azure Log Analytics Ingestion Volume
476 - context: ingestion_volume
477 - family: Ingestion
478 - type: line
479 - units: records/s
480 - algorithm: incremental
481 - dimensions:
482 - - selector: log_analytics.ingestion_volume_count
483 - name: records
484 - - id: am_azure_log_analytics__queries
485 - title: Azure Log Analytics Queries
486 - context: queries
487 - family: Queries
488 - type: line
489 - units: queries/s
490 - algorithm: incremental
491 - dimensions:
492 - - selector: log_analytics.query_count_count
493 - name: total
494 - - selector: log_analytics.query_failure_count_count
495 - name: failed
496 - - id: am_azure_log_analytics__export_data
497 - title: Azure Log Analytics Exported Data
498 - context: export_data
499 - family: DataExport
500 - type: line
501 - units: bytes/s
502 - algorithm: incremental
503 - dimensions:
504 - - selector: log_analytics.bytes_exported_total
505 - name: exported
506 - - id: am_azure_log_analytics__export_records
507 - title: Azure Log Analytics Exported Records
508 - context: export_records
509 - family: DataExport
510 - type: line
511 - units: records/s
512 - algorithm: incremental
513 - dimensions:
514 - - selector: log_analytics.records_exported_total
515 - name: exported
516 - - id: am_azure_log_analytics__export_failures
517 - title: Azure Log Analytics Export Failures
518 - context: export_failures
519 - family: DataExport
520 - type: line
521 - units: exports/s
522 - algorithm: incremental
523 - dimensions:
524 - - selector: log_analytics.export_failed_total
525 - name: failed
526 - - id: am_azure_log_analytics__legacy_cpu_utilization
527 - title: Azure Log Analytics Legacy CPU Utilization
528 - context: legacy_cpu_utilization
529 - family: 'Legacy: CPU'
530 - type: line
531 - units: percentage
532 - algorithm: absolute
533 - dimensions:
534 - - selector: log_analytics.average_processor_time_average
535 - name: processor
536 - - selector: log_analytics.average_privileged_time_average
537 - name: privileged
538 - - selector: log_analytics.average_user_time_average
539 - name: user
540 - - selector: log_analytics.average_idle_time_average
541 - name: idle
542 - - id: am_azure_log_analytics__legacy_cpu_detailed
543 - title: Azure Log Analytics Legacy CPU Detailed
544 - context: legacy_cpu_detailed
545 - family: 'Legacy: CPU'
546 - type: line
547 - units: percentage
548 - algorithm: absolute
549 - dimensions:
550 - - selector: log_analytics.average_dpc_time_average
551 - name: dpc
552 - - selector: log_analytics.average_interrupt_time_average
553 - name: interrupt
554 - - selector: log_analytics.average_io_wait_time_average
555 - name: io_wait
556 - - selector: log_analytics.average_nice_time_average
557 - name: nice
558 - - id: am_azure_log_analytics__legacy_cpu_pct
559 - title: Azure Log Analytics Legacy CPU Pct Time
560 - context: legacy_cpu_pct
561 - family: 'Legacy: CPU'
562 - type: line
563 - units: percentage
564 - algorithm: absolute
565 - dimensions:
566 - - selector: log_analytics.average_pct_privileged_time_average
567 - name: privileged
568 - - selector: log_analytics.average_pct_user_time_average
569 - name: user
570 - - id: am_azure_log_analytics__legacy_memory_utilization
571 - title: Azure Log Analytics Legacy Memory Utilization
572 - context: legacy_memory_utilization
573 - family: 'Legacy: Memory'
574 - type: line
575 - units: percentage
576 - algorithm: absolute
577 - dimensions:
578 - - selector: log_analytics.average_available_memory_average
579 - name: available
580 - - selector: log_analytics.average_used_memory_average
581 - name: used
582 - - selector: log_analytics.average_committed_bytes_in_use_average
583 - name: committed
584 - - id: am_azure_log_analytics__legacy_memory_available
585 - title: Azure Log Analytics Legacy Available Memory
586 - context: legacy_memory_available
587 - family: 'Legacy: Memory'
588 - type: line
589 - units: megabytes
590 - algorithm: absolute
591 - dimensions:
592 - - selector: log_analytics.average_available_m_bytes_average
593 - name: available_mbytes
594 - - selector: log_analytics.average_available_m_bytes_memory_average
595 - name: available_mbytes_memory
596 - - id: am_azure_log_analytics__legacy_memory_used_kbytes
597 - title: Azure Log Analytics Legacy Used Memory (kBytes)
598 - context: legacy_memory_used_kbytes
599 - family: 'Legacy: Memory'
600 - type: line
601 - units: kilobytes
602 - algorithm: absolute
603 - dimensions:
604 - - selector: log_analytics.average_used_memory_k_bytes_average
605 - name: used
606 - - id: am_azure_log_analytics__legacy_memory_used_mbytes
607 - title: Azure Log Analytics Legacy Used Memory (MBytes)
608 - context: legacy_memory_used_mbytes
609 - family: 'Legacy: Memory'
610 - type: line
611 - units: megabytes
612 - algorithm: absolute
613 - dimensions:
614 - - selector: log_analytics.average_used_memory_m_bytes_average
615 - name: used
616 - - id: am_azure_log_analytics__legacy_memory_free
617 - title: Azure Log Analytics Legacy Free Memory
618 - context: legacy_memory_free
619 - family: 'Legacy: Memory'
620 - type: line
621 - units: megabytes
622 - algorithm: absolute
623 - dimensions:
624 - - selector: log_analytics.average_free_physical_memory_average
625 - name: physical
626 - - selector: log_analytics.average_free_virtual_memory_average
627 - name: virtual
628 - - selector: log_analytics.average_virtual_shared_memory_average
629 - name: shared
630 - - id: am_azure_log_analytics__legacy_swap_utilization
631 - title: Azure Log Analytics Legacy Swap Utilization
632 - context: legacy_swap_utilization
633 - family: 'Legacy: Swap'
634 - type: line
635 - units: percentage
636 - algorithm: absolute
637 - dimensions:
638 - - selector: log_analytics.average_available_swap_space_average
639 - name: available
640 - - selector: log_analytics.average_used_swap_space_average
641 - name: used
642 - - id: am_azure_log_analytics__legacy_swap_size
643 - title: Azure Log Analytics Legacy Swap Size
644 - context: legacy_swap_size
645 - family: 'Legacy: Swap'
646 - type: line
647 - units: megabytes
648 - algorithm: absolute
649 - dimensions:
650 - - selector: log_analytics.average_available_m_bytes_swap_average
651 - name: available
652 - - selector: log_analytics.average_used_m_bytes_swap_space_average
653 - name: used
654 - - id: am_azure_log_analytics__legacy_disk_space_utilization
655 - title: Azure Log Analytics Legacy Disk Space Utilization
656 - context: legacy_disk_space_utilization
657 - family: 'Legacy: Disk'
658 - type: line
659 - units: percentage
660 - algorithm: absolute
661 - dimensions:
662 - - selector: log_analytics.average_free_space_average
663 - name: free
664 - - selector: log_analytics.average_used_space_average
665 - name: used
666 - - id: am_azure_log_analytics__legacy_disk_inodes
667 - title: Azure Log Analytics Legacy Disk Inodes
668 - context: legacy_disk_inodes
669 - family: 'Legacy: Disk'
670 - type: line
671 - units: percentage
672 - algorithm: absolute
673 - dimensions:
674 - - selector: log_analytics.average_free_inodes_average
675 - name: free
676 - - selector: log_analytics.average_used_inodes_average
677 - name: used
678 - - id: am_azure_log_analytics__legacy_disk_free
679 - title: Azure Log Analytics Legacy Disk Free Space
680 - context: legacy_disk_free
681 - family: 'Legacy: Disk'
682 - type: line
683 - units: megabytes
684 - algorithm: absolute
685 - dimensions:
686 - - selector: log_analytics.average_free_megabytes_average
687 - name: free
688 - - id: am_azure_log_analytics__legacy_disk_io_throughput
689 - title: Azure Log Analytics Legacy Disk I/O Throughput
690 - context: legacy_disk_io_throughput
691 - family: 'Legacy: Disk'
692 - type: line
693 - units: bytes/s
694 - algorithm: absolute
695 - dimensions:
696 - - selector: log_analytics.average_disk_read_bytes_sec_average
697 - name: read
698 - - selector: log_analytics.average_disk_write_bytes_sec_average
699 - name: write
700 - - selector: log_analytics.average_logical_disk_bytes_sec_average
701 - name: logical
702 - - selector: log_analytics.average_physical_disk_bytes_sec_average
703 - name: physical
704 - - id: am_azure_log_analytics__legacy_disk_io_operations
705 - title: Azure Log Analytics Legacy Disk I/O Operations
706 - context: legacy_disk_io_operations
707 - family: 'Legacy: Disk'
708 - type: line
709 - units: operations/s
710 - algorithm: absolute
711 - dimensions:
712 - - selector: log_analytics.average_disk_reads_sec_average
713 - name: reads
714 - - selector: log_analytics.average_disk_writes_sec_average
715 - name: writes
716 - - selector: log_analytics.average_disk_transfers_sec_average
717 - name: transfers
718 - - id: am_azure_log_analytics__legacy_disk_io_latency
719 - title: Azure Log Analytics Legacy Disk I/O Latency
720 - context: legacy_disk_io_latency
721 - family: 'Legacy: Disk'
722 - type: line
723 - units: seconds
724 - algorithm: absolute
725 - dimensions:
726 - - selector: log_analytics.average_avg_disk_sec_read_average
727 - name: read
728 - - selector: log_analytics.average_avg_disk_sec_write_average
729 - name: write
730 - - selector: log_analytics.average_avg_disk_sec_transfer_average
731 - name: transfer
732 - - id: am_azure_log_analytics__legacy_disk_queue
733 - title: Azure Log Analytics Legacy Disk Queue Length
734 - context: legacy_disk_queue
735 - family: 'Legacy: Disk'
736 - type: line
737 - units: operations
738 - algorithm: absolute
739 - dimensions:
740 - - selector: log_analytics.average_current_disk_queue_length_average
741 - name: queue_length
742 - - id: am_azure_log_analytics__legacy_paging
743 - title: Azure Log Analytics Legacy Paging Activity
744 - context: legacy_paging
745 - family: 'Legacy: Memory'
746 - type: line
747 - units: pages/s
748 - algorithm: absolute
749 - dimensions:
750 - - selector: log_analytics.average_page_reads_sec_average
751 - name: reads
752 - - selector: log_analytics.average_page_writes_sec_average
753 - name: writes
754 - - selector: log_analytics.average_pages_sec_average
755 - name: total
756 - - id: am_azure_log_analytics__legacy_paging_files
757 - title: Azure Log Analytics Legacy Paging Files
758 - context: legacy_paging_files
759 - family: 'Legacy: Memory'
760 - type: line
761 - units: megabytes
762 - algorithm: absolute
763 - dimensions:
764 - - selector: log_analytics.average_free_space_in_paging_files_average
765 - name: free
766 - - selector: log_analytics.average_size_stored_in_paging_files_average
767 - name: stored
768 - - id: am_azure_log_analytics__legacy_network_throughput_win
769 - title: Azure Log Analytics Legacy Network Throughput (Windows)
770 - context: legacy_network_throughput_win
771 - family: 'Legacy: Network'
772 - type: line
773 - units: bytes/s
774 - algorithm: absolute
775 - dimensions:
776 - - selector: log_analytics.average_bytes_received_sec_average
777 - name: received
778 - - selector: log_analytics.average_bytes_sent_sec_average
779 - name: sent
780 - - selector: log_analytics.average_bytes_total_sec_average
781 - name: total
782 - - id: am_azure_log_analytics__legacy_network_traffic
783 - title: Azure Log Analytics Legacy Network Traffic
784 - context: legacy_network_traffic
785 - family: 'Legacy: Network'
786 - type: line
787 - units: bytes
788 - algorithm: absolute
789 - dimensions:
790 - - selector: log_analytics.average_total_bytes_average
791 - name: total
792 - - selector: log_analytics.average_total_bytes_received_average
793 - name: received
794 - - selector: log_analytics.average_total_bytes_transmitted_average
795 - name: transmitted
796 - - id: am_azure_log_analytics__legacy_network_packets
797 - title: Azure Log Analytics Legacy Network Packets
798 - context: legacy_network_packets
799 - family: 'Legacy: Network'
800 - type: line
801 - units: packets
802 - algorithm: absolute
803 - dimensions:
804 - - selector: log_analytics.average_total_packets_received_average
805 - name: received
806 - - selector: log_analytics.average_total_packets_transmitted_average
807 - name: transmitted
808 - - id: am_azure_log_analytics__legacy_network_errors
809 - title: Azure Log Analytics Legacy Network Errors
810 - context: legacy_network_errors
811 - family: 'Legacy: Network'
812 - type: line
813 - units: errors
814 - algorithm: absolute
815 - dimensions:
816 - - selector: log_analytics.average_total_rx_errors_average
817 - name: rx
818 - - selector: log_analytics.average_total_tx_errors_average
819 - name: tx
820 - - selector: log_analytics.average_total_collisions_average
821 - name: collisions
822 - - id: am_azure_log_analytics__legacy_system
823 - title: Azure Log Analytics Legacy System
824 - context: legacy_system
825 - family: 'Legacy: System'
826 - type: line
827 - units: processes
828 - algorithm: absolute
829 - dimensions:
830 - - selector: log_analytics.average_processes_average
831 - name: processes
832 - - id: am_azure_log_analytics__legacy_processor_queue
833 - title: Azure Log Analytics Legacy Processor Queue
834 - context: legacy_processor_queue
835 - family: 'Legacy: System'
836 - type: line
837 - units: threads
838 - algorithm: absolute
839 - dimensions:
840 - - selector: log_analytics.average_processor_queue_length_average
841 - name: queue_length
842 - - id: am_azure_log_analytics__legacy_uptime
843 - title: Azure Log Analytics Legacy Uptime
844 - context: legacy_uptime
845 - family: 'Legacy: System'
846 - type: line
847 - units: seconds
848 - algorithm: absolute
849 - dimensions:
850 - - selector: log_analytics.average_uptime_average
851 - name: uptime
852 - - id: am_azure_log_analytics__legacy_users
853 - title: Azure Log Analytics Legacy Users
854 - context: legacy_users
855 - family: 'Legacy: System'
856 - type: line
857 - units: users
858 - algorithm: absolute
859 - dimensions:
860 - - selector: log_analytics.average_users_average
861 - name: users
862 - - id: am_azure_log_analytics__legacy_events
863 - title: Azure Log Analytics Legacy Events
864 - context: legacy_events
865 - family: 'Legacy: Events'
866 - type: line
867 - units: events/s
868 - algorithm: absolute
869 - dimensions:
870 - - selector: log_analytics.event_average
871 - name: events
872 - - id: am_azure_log_analytics__legacy_heartbeat
873 - title: Azure Log Analytics Legacy Heartbeat
874 - context: legacy_heartbeat
875 - family: 'Legacy: Events'
876 - type: line
877 - units: heartbeats/s
878 - algorithm: incremental
879 - dimensions:
880 - - selector: log_analytics.heartbeat_total
881 - name: heartbeats
882 - - id: am_azure_log_analytics__legacy_updates
883 - title: Azure Log Analytics Legacy Updates
884 - context: legacy_updates
885 - family: 'Legacy: Events'
886 - type: line
887 - units: updates
888 - algorithm: absolute
889 - dimensions:
890 - - selector: log_analytics.update_average
891 - name: updates
450 + - id: am_azure_log_analytics__query_availability
451 + title: Azure Log Analytics Query Availability
452 + context: query_availability
453 + family: Availability
454 + type: line
455 + units: percentage
456 + algorithm: absolute
457 + dimensions:
458 + - selector: log_analytics.availability_rate_query_average
459 + name: availability
460 + - id: am_azure_log_analytics__ingestion_latency
461 + title: Azure Log Analytics Ingestion Latency
462 + context: ingestion_latency
463 + family: Ingestion
464 + type: line
465 + units: seconds
466 + algorithm: absolute
467 + dimensions:
468 + - selector: log_analytics.ingestion_time_average
469 + name: average
470 + - selector: log_analytics.ingestion_time_maximum
471 + name: maximum
472 + - selector: log_analytics.ingestion_time_minimum
473 + name: minimum
474 + - id: am_azure_log_analytics__ingestion_volume
475 + title: Azure Log Analytics Ingestion Volume
476 + context: ingestion_volume
477 + family: Ingestion
478 + type: line
479 + units: records/s
480 + algorithm: incremental
481 + dimensions:
482 + - selector: log_analytics.ingestion_volume_count
483 + name: records
484 + - id: am_azure_log_analytics__queries
485 + title: Azure Log Analytics Queries
486 + context: queries
487 + family: Queries
488 + type: line
489 + units: queries/s
490 + algorithm: incremental
491 + dimensions:
492 + - selector: log_analytics.query_count_count
493 + name: total
494 + - selector: log_analytics.query_failure_count_count
495 + name: failed
496 + - id: am_azure_log_analytics__export_data
497 + title: Azure Log Analytics Exported Data
498 + context: export_data
499 + family: DataExport
500 + type: line
501 + units: bytes/s
502 + algorithm: incremental
503 + dimensions:
504 + - selector: log_analytics.bytes_exported_total
505 + name: exported
506 + - id: am_azure_log_analytics__export_records
507 + title: Azure Log Analytics Exported Records
508 + context: export_records
509 + family: DataExport
510 + type: line
511 + units: records/s
512 + algorithm: incremental
513 + dimensions:
514 + - selector: log_analytics.records_exported_total
515 + name: exported
516 + - id: am_azure_log_analytics__export_failures
517 + title: Azure Log Analytics Export Failures
518 + context: export_failures
519 + family: DataExport
520 + type: line
521 + units: exports/s
522 + algorithm: incremental
523 + dimensions:
524 + - selector: log_analytics.export_failed_total
525 + name: failed
526 + - id: am_azure_log_analytics__legacy_cpu_utilization
527 + title: Azure Log Analytics Legacy CPU Utilization
528 + context: legacy_cpu_utilization
529 + family: 'Legacy: CPU'
530 + type: line
531 + units: percentage
532 + algorithm: absolute
533 + dimensions:
534 + - selector: log_analytics.average_processor_time_average
535 + name: processor
536 + - selector: log_analytics.average_privileged_time_average
537 + name: privileged
538 + - selector: log_analytics.average_user_time_average
539 + name: user
540 + - selector: log_analytics.average_idle_time_average
541 + name: idle
542 + - id: am_azure_log_analytics__legacy_cpu_detailed
543 + title: Azure Log Analytics Legacy CPU Detailed
544 + context: legacy_cpu_detailed
545 + family: 'Legacy: CPU'
546 + type: line
547 + units: percentage
548 + algorithm: absolute
549 + dimensions:
550 + - selector: log_analytics.average_dpc_time_average
551 + name: dpc
552 + - selector: log_analytics.average_interrupt_time_average
553 + name: interrupt
554 + - selector: log_analytics.average_io_wait_time_average
555 + name: io_wait
556 + - selector: log_analytics.average_nice_time_average
557 + name: nice
558 + - id: am_azure_log_analytics__legacy_cpu_pct
559 + title: Azure Log Analytics Legacy CPU Pct Time
560 + context: legacy_cpu_pct
561 + family: 'Legacy: CPU'
562 + type: line
563 + units: percentage
564 + algorithm: absolute
565 + dimensions:
566 + - selector: log_analytics.average_pct_privileged_time_average
567 + name: privileged
568 + - selector: log_analytics.average_pct_user_time_average
569 + name: user
570 + - id: am_azure_log_analytics__legacy_memory_utilization
571 + title: Azure Log Analytics Legacy Memory Utilization
572 + context: legacy_memory_utilization
573 + family: 'Legacy: Memory'
574 + type: line
575 + units: percentage
576 + algorithm: absolute
577 + dimensions:
578 + - selector: log_analytics.average_available_memory_average
579 + name: available
580 + - selector: log_analytics.average_used_memory_average
581 + name: used
582 + - selector: log_analytics.average_committed_bytes_in_use_average
583 + name: committed
584 + - id: am_azure_log_analytics__legacy_memory_available
585 + title: Azure Log Analytics Legacy Available Memory
586 + context: legacy_memory_available
587 + family: 'Legacy: Memory'
588 + type: line
589 + units: megabytes
590 + algorithm: absolute
591 + dimensions:
592 + - selector: log_analytics.average_available_m_bytes_average
593 + name: available_mbytes
594 + - selector: log_analytics.average_available_m_bytes_memory_average
595 + name: available_mbytes_memory
596 + - id: am_azure_log_analytics__legacy_memory_used_kbytes
597 + title: Azure Log Analytics Legacy Used Memory (kBytes)
598 + context: legacy_memory_used_kbytes
599 + family: 'Legacy: Memory'
600 + type: line
601 + units: kilobytes
602 + algorithm: absolute
603 + dimensions:
604 + - selector: log_analytics.average_used_memory_k_bytes_average
605 + name: used
606 + - id: am_azure_log_analytics__legacy_memory_used_mbytes
607 + title: Azure Log Analytics Legacy Used Memory (MBytes)
608 + context: legacy_memory_used_mbytes
609 + family: 'Legacy: Memory'
610 + type: line
611 + units: megabytes
612 + algorithm: absolute
613 + dimensions:
614 + - selector: log_analytics.average_used_memory_m_bytes_average
615 + name: used
616 + - id: am_azure_log_analytics__legacy_memory_free
617 + title: Azure Log Analytics Legacy Free Memory
618 + context: legacy_memory_free
619 + family: 'Legacy: Memory'
620 + type: line
621 + units: megabytes
622 + algorithm: absolute
623 + dimensions:
624 + - selector: log_analytics.average_free_physical_memory_average
625 + name: physical
626 + - selector: log_analytics.average_free_virtual_memory_average
627 + name: virtual
628 + - selector: log_analytics.average_virtual_shared_memory_average
629 + name: shared
630 + - id: am_azure_log_analytics__legacy_swap_utilization
631 + title: Azure Log Analytics Legacy Swap Utilization
632 + context: legacy_swap_utilization
633 + family: 'Legacy: Swap'
634 + type: line
635 + units: percentage
636 + algorithm: absolute
637 + dimensions:
638 + - selector: log_analytics.average_available_swap_space_average
639 + name: available
640 + - selector: log_analytics.average_used_swap_space_average
641 + name: used
642 + - id: am_azure_log_analytics__legacy_swap_size
643 + title: Azure Log Analytics Legacy Swap Size
644 + context: legacy_swap_size
645 + family: 'Legacy: Swap'
646 + type: line
647 + units: megabytes
648 + algorithm: absolute
649 + dimensions:
650 + - selector: log_analytics.average_available_m_bytes_swap_average
651 + name: available
652 + - selector: log_analytics.average_used_m_bytes_swap_space_average
653 + name: used
654 + - id: am_azure_log_analytics__legacy_disk_space_utilization
655 + title: Azure Log Analytics Legacy Disk Space Utilization
656 + context: legacy_disk_space_utilization
657 + family: 'Legacy: Disk'
658 + type: line
659 + units: percentage
660 + algorithm: absolute
661 + dimensions:
662 + - selector: log_analytics.average_free_space_average
663 + name: free
664 + - selector: log_analytics.average_used_space_average
665 + name: used
666 + - id: am_azure_log_analytics__legacy_disk_inodes
667 + title: Azure Log Analytics Legacy Disk Inodes
668 + context: legacy_disk_inodes
669 + family: 'Legacy: Disk'
670 + type: line
671 + units: percentage
672 + algorithm: absolute
673 + dimensions:
674 + - selector: log_analytics.average_free_inodes_average
675 + name: free
676 + - selector: log_analytics.average_used_inodes_average
677 + name: used
678 + - id: am_azure_log_analytics__legacy_disk_free
679 + title: Azure Log Analytics Legacy Disk Free Space
680 + context: legacy_disk_free
681 + family: 'Legacy: Disk'
682 + type: line
683 + units: megabytes
684 + algorithm: absolute
685 + dimensions:
686 + - selector: log_analytics.average_free_megabytes_average
687 + name: free
688 + - id: am_azure_log_analytics__legacy_disk_io_throughput
689 + title: Azure Log Analytics Legacy Disk I/O Throughput
690 + context: legacy_disk_io_throughput
691 + family: 'Legacy: Disk'
692 + type: line
693 + units: bytes/s
694 + algorithm: absolute
695 + dimensions:
696 + - selector: log_analytics.average_disk_read_bytes_sec_average
697 + name: read
698 + - selector: log_analytics.average_disk_write_bytes_sec_average
699 + name: write
700 + - selector: log_analytics.average_logical_disk_bytes_sec_average
701 + name: logical
702 + - selector: log_analytics.average_physical_disk_bytes_sec_average
703 + name: physical
704 + - id: am_azure_log_analytics__legacy_disk_io_operations
705 + title: Azure Log Analytics Legacy Disk I/O Operations
706 + context: legacy_disk_io_operations
707 + family: 'Legacy: Disk'
708 + type: line
709 + units: operations/s
710 + algorithm: absolute
711 + dimensions:
712 + - selector: log_analytics.average_disk_reads_sec_average
713 + name: reads
714 + - selector: log_analytics.average_disk_writes_sec_average
715 + name: writes
716 + - selector: log_analytics.average_disk_transfers_sec_average
717 + name: transfers
718 + - id: am_azure_log_analytics__legacy_disk_io_latency
719 + title: Azure Log Analytics Legacy Disk I/O Latency
720 + context: legacy_disk_io_latency
721 + family: 'Legacy: Disk'
722 + type: line
723 + units: seconds
724 + algorithm: absolute
725 + dimensions:
726 + - selector: log_analytics.average_avg_disk_sec_read_average
727 + name: read
728 + - selector: log_analytics.average_avg_disk_sec_write_average
729 + name: write
730 + - selector: log_analytics.average_avg_disk_sec_transfer_average
731 + name: transfer
732 + - id: am_azure_log_analytics__legacy_disk_queue
733 + title: Azure Log Analytics Legacy Disk Queue Length
734 + context: legacy_disk_queue
735 + family: 'Legacy: Disk'
736 + type: line
737 + units: operations
738 + algorithm: absolute
739 + dimensions:
740 + - selector: log_analytics.average_current_disk_queue_length_average
741 + name: queue_length
742 + - id: am_azure_log_analytics__legacy_paging
743 + title: Azure Log Analytics Legacy Paging Activity
744 + context: legacy_paging
745 + family: 'Legacy: Memory'
746 + type: line
747 + units: pages/s
748 + algorithm: absolute
749 + dimensions:
750 + - selector: log_analytics.average_page_reads_sec_average
751 + name: reads
752 + - selector: log_analytics.average_page_writes_sec_average
753 + name: writes
754 + - selector: log_analytics.average_pages_sec_average
755 + name: total
756 + - id: am_azure_log_analytics__legacy_paging_files
757 + title: Azure Log Analytics Legacy Paging Files
758 + context: legacy_paging_files
759 + family: 'Legacy: Memory'
760 + type: line
761 + units: megabytes
762 + algorithm: absolute
763 + dimensions:
764 + - selector: log_analytics.average_free_space_in_paging_files_average
765 + name: free
766 + - selector: log_analytics.average_size_stored_in_paging_files_average
767 + name: stored
768 + - id: am_azure_log_analytics__legacy_network_throughput_win
769 + title: Azure Log Analytics Legacy Network Throughput (Windows)
770 + context: legacy_network_throughput_win
771 + family: 'Legacy: Network'
772 + type: line
773 + units: bytes/s
774 + algorithm: absolute
775 + dimensions:
776 + - selector: log_analytics.average_bytes_received_sec_average
777 + name: received
778 + - selector: log_analytics.average_bytes_sent_sec_average
779 + name: sent
780 + - selector: log_analytics.average_bytes_total_sec_average
781 + name: total
782 + - id: am_azure_log_analytics__legacy_network_traffic
783 + title: Azure Log Analytics Legacy Network Traffic
784 + context: legacy_network_traffic
785 + family: 'Legacy: Network'
786 + type: line
787 + units: bytes
788 + algorithm: absolute
789 + dimensions:
790 + - selector: log_analytics.average_total_bytes_average
791 + name: total
792 + - selector: log_analytics.average_total_bytes_received_average
793 + name: received
794 + - selector: log_analytics.average_total_bytes_transmitted_average
795 + name: transmitted
796 + - id: am_azure_log_analytics__legacy_network_packets
797 + title: Azure Log Analytics Legacy Network Packets
798 + context: legacy_network_packets
799 + family: 'Legacy: Network'
800 + type: line
801 + units: packets
802 + algorithm: absolute
803 + dimensions:
804 + - selector: log_analytics.average_total_packets_received_average
805 + name: received
806 + - selector: log_analytics.average_total_packets_transmitted_average
807 + name: transmitted
808 + - id: am_azure_log_analytics__legacy_network_errors
809 + title: Azure Log Analytics Legacy Network Errors
810 + context: legacy_network_errors
811 + family: 'Legacy: Network'
812 + type: line
813 + units: errors
814 + algorithm: absolute
815 + dimensions:
816 + - selector: log_analytics.average_total_rx_errors_average
817 + name: rx
818 + - selector: log_analytics.average_total_tx_errors_average
819 + name: tx
820 + - selector: log_analytics.average_total_collisions_average
821 + name: collisions
822 + - id: am_azure_log_analytics__legacy_system
823 + title: Azure Log Analytics Legacy System
824 + context: legacy_system
825 + family: 'Legacy: System'
826 + type: line
827 + units: processes
828 + algorithm: absolute
829 + dimensions:
830 + - selector: log_analytics.average_processes_average
831 + name: processes
832 + - id: am_azure_log_analytics__legacy_processor_queue
833 + title: Azure Log Analytics Legacy Processor Queue
834 + context: legacy_processor_queue
835 + family: 'Legacy: System'
836 + type: line
837 + units: threads
838 + algorithm: absolute
839 + dimensions:
840 + - selector: log_analytics.average_processor_queue_length_average
841 + name: queue_length
842 + - id: am_azure_log_analytics__legacy_uptime
843 + title: Azure Log Analytics Legacy Uptime
844 + context: legacy_uptime
845 + family: 'Legacy: System'
846 + type: line
847 + units: seconds
848 + algorithm: absolute
849 + dimensions:
850 + - selector: log_analytics.average_uptime_average
851 + name: uptime
852 + - id: am_azure_log_analytics__legacy_users
853 + title: Azure Log Analytics Legacy Users
854 + context: legacy_users
855 + family: 'Legacy: System'
856 + type: line
857 + units: users
858 + algorithm: absolute
859 + dimensions:
860 + - selector: log_analytics.average_users_average
861 + name: users
862 + - id: am_azure_log_analytics__legacy_events
863 + title: Azure Log Analytics Legacy Events
864 + context: legacy_events
865 + family: 'Legacy: Events'
866 + type: line
867 + units: events/s
868 + algorithm: absolute
869 + dimensions:
870 + - selector: log_analytics.event_average
871 + name: events
872 + - id: am_azure_log_analytics__legacy_heartbeat
873 + title: Azure Log Analytics Legacy Heartbeat
874 + context: legacy_heartbeat
875 + family: 'Legacy: Events'
876 + type: line
877 + units: heartbeats/s
878 + algorithm: incremental
879 + dimensions:
880 + - selector: log_analytics.heartbeat_total
881 + name: heartbeats
882 + - id: am_azure_log_analytics__legacy_updates
883 + title: Azure Log Analytics Legacy Updates
884 + context: legacy_updates
885 + family: 'Legacy: Events'
886 + type: line
887 + units: updates
888 + algorithm: absolute
889 + dimensions:
890 + - selector: log_analytics.update_average
891 + name: updates
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/logic_apps.yaml
+406 -406
@@ -3,417 +3,417 @@ id: logic_apps
3 name: Azure Logic Apps Workflow
4 resource_type: Microsoft.Logic/workflows
5 metrics:
6 -- id: runs_started
7 - azure_name: RunsStarted
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: runs_completed
13 - azure_name: RunsCompleted
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: runs_succeeded
19 - azure_name: RunsSucceeded
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: runs_failed
25 - azure_name: RunsFailed
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: runs_cancelled
31 - azure_name: RunsCancelled
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: run_latency
37 - azure_name: RunLatency
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: run_success_latency
43 - azure_name: RunSuccessLatency
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: run_failure_percentage
49 - azure_name: RunFailurePercentage
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: gauge
54 -- id: run_throttled_events
55 - azure_name: RunThrottledEvents
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: run_start_throttled_events
61 - azure_name: RunStartThrottledEvents
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: actions_started
67 - azure_name: ActionsStarted
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: actions_completed
73 - azure_name: ActionsCompleted
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: actions_succeeded
79 - azure_name: ActionsSucceeded
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: actions_failed
85 - azure_name: ActionsFailed
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: actions_skipped
91 - azure_name: ActionsSkipped
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: action_latency
97 - azure_name: ActionLatency
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: action_success_latency
103 - azure_name: ActionSuccessLatency
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: action_throttled_events
109 - azure_name: ActionThrottledEvents
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: triggers_started
115 - azure_name: TriggersStarted
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: triggers_completed
121 - azure_name: TriggersCompleted
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: triggers_succeeded
127 - azure_name: TriggersSucceeded
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: triggers_fired
133 - azure_name: TriggersFired
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: triggers_failed
139 - azure_name: TriggersFailed
140 - time_grain: PT1M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: triggers_skipped
145 - azure_name: TriggersSkipped
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: counter
150 -- id: trigger_latency
151 - azure_name: TriggerLatency
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: trigger_fire_latency
157 - azure_name: TriggerFireLatency
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: trigger_success_latency
163 - azure_name: TriggerSuccessLatency
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: trigger_throttled_events
169 - azure_name: TriggerThrottledEvents
170 - time_grain: PT1M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: total_billable_executions
175 - azure_name: TotalBillableExecutions
176 - time_grain: PT1M
177 - series:
178 - - aggregation: total
179 - kind: counter
180 -- id: billable_action_executions
181 - azure_name: BillableActionExecutions
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
186 -- id: billable_trigger_executions
187 - azure_name: BillableTriggerExecutions
188 - time_grain: PT1M
189 - series:
190 - - aggregation: total
191 - kind: counter
192 -- id: billing_usage_native_operation
193 - azure_name: BillingUsageNativeOperation
194 - time_grain: PT1M
195 - series:
196 - - aggregation: total
197 - kind: counter
198 -- id: billing_usage_standard_connector
199 - azure_name: BillingUsageStandardConnector
200 - time_grain: PT1M
201 - series:
202 - - aggregation: total
203 - kind: counter
204 -- id: billing_usage_storage_consumption
205 - azure_name: BillingUsageStorageConsumption
206 - time_grain: PT1M
207 - series:
208 - - aggregation: total
209 - kind: counter
210 -- id: agent_loop_execution
211 - azure_name: AgentLoopExecution
212 - time_grain: PT1M
213 - series:
214 - - aggregation: total
215 - kind: counter
216 -- id: completion_token_overflow_usage
217 - azure_name: CompletionTokenOverflowUsage
218 - time_grain: PT1M
219 - series:
220 - - aggregation: total
221 - kind: counter
222 -- id: prompt_token_overflow_usage
223 - azure_name: PromptTokenOverflowUsage
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
6 + - id: runs_started
7 + azure_name: RunsStarted
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: runs_completed
13 + azure_name: RunsCompleted
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: runs_succeeded
19 + azure_name: RunsSucceeded
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: runs_failed
25 + azure_name: RunsFailed
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: runs_cancelled
31 + azure_name: RunsCancelled
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: run_latency
37 + azure_name: RunLatency
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: run_success_latency
43 + azure_name: RunSuccessLatency
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: run_failure_percentage
49 + azure_name: RunFailurePercentage
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: gauge
54 + - id: run_throttled_events
55 + azure_name: RunThrottledEvents
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: run_start_throttled_events
61 + azure_name: RunStartThrottledEvents
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: actions_started
67 + azure_name: ActionsStarted
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: actions_completed
73 + azure_name: ActionsCompleted
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: actions_succeeded
79 + azure_name: ActionsSucceeded
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: actions_failed
85 + azure_name: ActionsFailed
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: actions_skipped
91 + azure_name: ActionsSkipped
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: action_latency
97 + azure_name: ActionLatency
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: action_success_latency
103 + azure_name: ActionSuccessLatency
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: action_throttled_events
109 + azure_name: ActionThrottledEvents
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: triggers_started
115 + azure_name: TriggersStarted
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: triggers_completed
121 + azure_name: TriggersCompleted
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: triggers_succeeded
127 + azure_name: TriggersSucceeded
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: triggers_fired
133 + azure_name: TriggersFired
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: triggers_failed
139 + azure_name: TriggersFailed
140 + time_grain: PT1M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: triggers_skipped
145 + azure_name: TriggersSkipped
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: counter
150 + - id: trigger_latency
151 + azure_name: TriggerLatency
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: trigger_fire_latency
157 + azure_name: TriggerFireLatency
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: trigger_success_latency
163 + azure_name: TriggerSuccessLatency
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: trigger_throttled_events
169 + azure_name: TriggerThrottledEvents
170 + time_grain: PT1M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: total_billable_executions
175 + azure_name: TotalBillableExecutions
176 + time_grain: PT1M
177 + series:
178 + - aggregation: total
179 + kind: counter
180 + - id: billable_action_executions
181 + azure_name: BillableActionExecutions
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 + - id: billable_trigger_executions
187 + azure_name: BillableTriggerExecutions
188 + time_grain: PT1M
189 + series:
190 + - aggregation: total
191 + kind: counter
192 + - id: billing_usage_native_operation
193 + azure_name: BillingUsageNativeOperation
194 + time_grain: PT1M
195 + series:
196 + - aggregation: total
197 + kind: counter
198 + - id: billing_usage_standard_connector
199 + azure_name: BillingUsageStandardConnector
200 + time_grain: PT1M
201 + series:
202 + - aggregation: total
203 + kind: counter
204 + - id: billing_usage_storage_consumption
205 + azure_name: BillingUsageStorageConsumption
206 + time_grain: PT1M
207 + series:
208 + - aggregation: total
209 + kind: counter
210 + - id: agent_loop_execution
211 + azure_name: AgentLoopExecution
212 + time_grain: PT1M
213 + series:
214 + - aggregation: total
215 + kind: counter
216 + - id: completion_token_overflow_usage
217 + azure_name: CompletionTokenOverflowUsage
218 + time_grain: PT1M
219 + series:
220 + - aggregation: total
221 + kind: counter
222 + - id: prompt_token_overflow_usage
223 + azure_name: PromptTokenOverflowUsage
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 template:
229 family: Azure Logic Apps Workflow
230 context_namespace: logic_apps
231 chart_defaults:
232 label_promotion:
233 - - resource_name
234 - - resource_group
235 - - region
236 - - resource_type
237 - - profile
233 + - resource_name
234 + - resource_group
235 + - region
236 + - resource_type
237 + - profile
238 instances:
239 by_labels:
240 - - resource_uid
240 + - resource_uid
241 charts:
242 - - id: am_azure_logic_apps__run_lifecycle
243 - title: Azure Logic Apps Run Lifecycle
244 - context: run_lifecycle
245 - family: Runs
246 - type: line
247 - units: runs/s
248 - algorithm: incremental
249 - dimensions:
250 - - selector: logic_apps.runs_started_total
251 - name: started
252 - - selector: logic_apps.runs_completed_total
253 - name: completed
254 - - selector: logic_apps.runs_succeeded_total
255 - name: succeeded
256 - - selector: logic_apps.runs_failed_total
257 - name: failed
258 - - selector: logic_apps.runs_cancelled_total
259 - name: cancelled
260 - - id: am_azure_logic_apps__run_latency
261 - title: Azure Logic Apps Run Latency
262 - context: run_latency
263 - family: Runs
264 - type: line
265 - units: seconds
266 - algorithm: absolute
267 - dimensions:
268 - - selector: logic_apps.run_latency_average
269 - name: all
270 - - selector: logic_apps.run_success_latency_average
271 - name: success
272 - - id: am_azure_logic_apps__run_failure_rate
273 - title: Azure Logic Apps Run Failure Rate
274 - context: run_failure_rate
275 - family: Runs
276 - type: line
277 - units: percentage
278 - algorithm: absolute
279 - dimensions:
280 - - selector: logic_apps.run_failure_percentage_total
281 - name: failure_rate
282 - - id: am_azure_logic_apps__run_throttling
283 - title: Azure Logic Apps Run Throttling
284 - context: run_throttling
285 - family: Runs
286 - type: line
287 - units: events/s
288 - algorithm: incremental
289 - dimensions:
290 - - selector: logic_apps.run_throttled_events_total
291 - name: during_run
292 - - selector: logic_apps.run_start_throttled_events_total
293 - name: at_start
294 - - id: am_azure_logic_apps__action_lifecycle
295 - title: Azure Logic Apps Action Lifecycle
296 - context: action_lifecycle
297 - family: Actions
298 - type: line
299 - units: actions/s
300 - algorithm: incremental
301 - dimensions:
302 - - selector: logic_apps.actions_started_total
303 - name: started
304 - - selector: logic_apps.actions_completed_total
305 - name: completed
306 - - selector: logic_apps.actions_succeeded_total
307 - name: succeeded
308 - - selector: logic_apps.actions_failed_total
309 - name: failed
310 - - selector: logic_apps.actions_skipped_total
311 - name: skipped
312 - - id: am_azure_logic_apps__action_latency
313 - title: Azure Logic Apps Action Latency
314 - context: action_latency
315 - family: Actions
316 - type: line
317 - units: seconds
318 - algorithm: absolute
319 - dimensions:
320 - - selector: logic_apps.action_latency_average
321 - name: all
322 - - selector: logic_apps.action_success_latency_average
323 - name: success
324 - - id: am_azure_logic_apps__action_throttling
325 - title: Azure Logic Apps Action Throttling
326 - context: action_throttling
327 - family: Actions
328 - type: line
329 - units: events/s
330 - algorithm: incremental
331 - dimensions:
332 - - selector: logic_apps.action_throttled_events_total
333 - name: total
334 - - id: am_azure_logic_apps__trigger_lifecycle
335 - title: Azure Logic Apps Trigger Lifecycle
336 - context: trigger_lifecycle
337 - family: Triggers
338 - type: line
339 - units: triggers/s
340 - algorithm: incremental
341 - dimensions:
342 - - selector: logic_apps.triggers_started_total
343 - name: started
344 - - selector: logic_apps.triggers_completed_total
345 - name: completed
346 - - selector: logic_apps.triggers_succeeded_total
347 - name: succeeded
348 - - selector: logic_apps.triggers_fired_total
349 - name: fired
350 - - selector: logic_apps.triggers_failed_total
351 - name: failed
352 - - selector: logic_apps.triggers_skipped_total
353 - name: skipped
354 - - id: am_azure_logic_apps__trigger_latency
355 - title: Azure Logic Apps Trigger Latency
356 - context: trigger_latency
357 - family: Triggers
358 - type: line
359 - units: seconds
360 - algorithm: absolute
361 - dimensions:
362 - - selector: logic_apps.trigger_latency_average
363 - name: all
364 - - selector: logic_apps.trigger_fire_latency_average
365 - name: fire
366 - - selector: logic_apps.trigger_success_latency_average
367 - name: success
368 - - id: am_azure_logic_apps__trigger_throttling
369 - title: Azure Logic Apps Trigger Throttling
370 - context: trigger_throttling
371 - family: Triggers
372 - type: line
373 - units: events/s
374 - algorithm: incremental
375 - dimensions:
376 - - selector: logic_apps.trigger_throttled_events_total
377 - name: total
378 - - id: am_azure_logic_apps__billable_executions
379 - title: Azure Logic Apps Billable Executions
380 - context: billable_executions
381 - family: Billing
382 - type: line
383 - units: executions/s
384 - algorithm: incremental
385 - dimensions:
386 - - selector: logic_apps.total_billable_executions_total
387 - name: total
388 - - selector: logic_apps.billable_action_executions_total
389 - name: actions
390 - - selector: logic_apps.billable_trigger_executions_total
391 - name: triggers
392 - - id: am_azure_logic_apps__billing_by_type
393 - title: Azure Logic Apps Billing by Type
394 - context: billing_by_type
395 - family: Billing
396 - type: line
397 - units: operations/s
398 - algorithm: incremental
399 - dimensions:
400 - - selector: logic_apps.billing_usage_native_operation_total
401 - name: native
402 - - selector: logic_apps.billing_usage_standard_connector_total
403 - name: standard_connector
404 - - selector: logic_apps.billing_usage_storage_consumption_total
405 - name: storage
406 - - id: am_azure_logic_apps__agent
407 - title: Azure Logic Apps AI Agent Activity
408 - context: agent
409 - family: Agent
410 - type: line
411 - units: events/s
412 - algorithm: incremental
413 - dimensions:
414 - - selector: logic_apps.agent_loop_execution_total
415 - name: loop_executions
416 - - selector: logic_apps.completion_token_overflow_usage_total
417 - name: completion_overflow
418 - - selector: logic_apps.prompt_token_overflow_usage_total
419 - name: prompt_overflow
242 + - id: am_azure_logic_apps__run_lifecycle
243 + title: Azure Logic Apps Run Lifecycle
244 + context: run_lifecycle
245 + family: Runs
246 + type: line
247 + units: runs/s
248 + algorithm: incremental
249 + dimensions:
250 + - selector: logic_apps.runs_started_total
251 + name: started
252 + - selector: logic_apps.runs_completed_total
253 + name: completed
254 + - selector: logic_apps.runs_succeeded_total
255 + name: succeeded
256 + - selector: logic_apps.runs_failed_total
257 + name: failed
258 + - selector: logic_apps.runs_cancelled_total
259 + name: cancelled
260 + - id: am_azure_logic_apps__run_latency
261 + title: Azure Logic Apps Run Latency
262 + context: run_latency
263 + family: Runs
264 + type: line
265 + units: seconds
266 + algorithm: absolute
267 + dimensions:
268 + - selector: logic_apps.run_latency_average
269 + name: all
270 + - selector: logic_apps.run_success_latency_average
271 + name: success
272 + - id: am_azure_logic_apps__run_failure_rate
273 + title: Azure Logic Apps Run Failure Rate
274 + context: run_failure_rate
275 + family: Runs
276 + type: line
277 + units: percentage
278 + algorithm: absolute
279 + dimensions:
280 + - selector: logic_apps.run_failure_percentage_total
281 + name: failure_rate
282 + - id: am_azure_logic_apps__run_throttling
283 + title: Azure Logic Apps Run Throttling
284 + context: run_throttling
285 + family: Runs
286 + type: line
287 + units: events/s
288 + algorithm: incremental
289 + dimensions:
290 + - selector: logic_apps.run_throttled_events_total
291 + name: during_run
292 + - selector: logic_apps.run_start_throttled_events_total
293 + name: at_start
294 + - id: am_azure_logic_apps__action_lifecycle
295 + title: Azure Logic Apps Action Lifecycle
296 + context: action_lifecycle
297 + family: Actions
298 + type: line
299 + units: actions/s
300 + algorithm: incremental
301 + dimensions:
302 + - selector: logic_apps.actions_started_total
303 + name: started
304 + - selector: logic_apps.actions_completed_total
305 + name: completed
306 + - selector: logic_apps.actions_succeeded_total
307 + name: succeeded
308 + - selector: logic_apps.actions_failed_total
309 + name: failed
310 + - selector: logic_apps.actions_skipped_total
311 + name: skipped
312 + - id: am_azure_logic_apps__action_latency
313 + title: Azure Logic Apps Action Latency
314 + context: action_latency
315 + family: Actions
316 + type: line
317 + units: seconds
318 + algorithm: absolute
319 + dimensions:
320 + - selector: logic_apps.action_latency_average
321 + name: all
322 + - selector: logic_apps.action_success_latency_average
323 + name: success
324 + - id: am_azure_logic_apps__action_throttling
325 + title: Azure Logic Apps Action Throttling
326 + context: action_throttling
327 + family: Actions
328 + type: line
329 + units: events/s
330 + algorithm: incremental
331 + dimensions:
332 + - selector: logic_apps.action_throttled_events_total
333 + name: total
334 + - id: am_azure_logic_apps__trigger_lifecycle
335 + title: Azure Logic Apps Trigger Lifecycle
336 + context: trigger_lifecycle
337 + family: Triggers
338 + type: line
339 + units: triggers/s
340 + algorithm: incremental
341 + dimensions:
342 + - selector: logic_apps.triggers_started_total
343 + name: started
344 + - selector: logic_apps.triggers_completed_total
345 + name: completed
346 + - selector: logic_apps.triggers_succeeded_total
347 + name: succeeded
348 + - selector: logic_apps.triggers_fired_total
349 + name: fired
350 + - selector: logic_apps.triggers_failed_total
351 + name: failed
352 + - selector: logic_apps.triggers_skipped_total
353 + name: skipped
354 + - id: am_azure_logic_apps__trigger_latency
355 + title: Azure Logic Apps Trigger Latency
356 + context: trigger_latency
357 + family: Triggers
358 + type: line
359 + units: seconds
360 + algorithm: absolute
361 + dimensions:
362 + - selector: logic_apps.trigger_latency_average
363 + name: all
364 + - selector: logic_apps.trigger_fire_latency_average
365 + name: fire
366 + - selector: logic_apps.trigger_success_latency_average
367 + name: success
368 + - id: am_azure_logic_apps__trigger_throttling
369 + title: Azure Logic Apps Trigger Throttling
370 + context: trigger_throttling
371 + family: Triggers
372 + type: line
373 + units: events/s
374 + algorithm: incremental
375 + dimensions:
376 + - selector: logic_apps.trigger_throttled_events_total
377 + name: total
378 + - id: am_azure_logic_apps__billable_executions
379 + title: Azure Logic Apps Billable Executions
380 + context: billable_executions
381 + family: Billing
382 + type: line
383 + units: executions/s
384 + algorithm: incremental
385 + dimensions:
386 + - selector: logic_apps.total_billable_executions_total
387 + name: total
388 + - selector: logic_apps.billable_action_executions_total
389 + name: actions
390 + - selector: logic_apps.billable_trigger_executions_total
391 + name: triggers
392 + - id: am_azure_logic_apps__billing_by_type
393 + title: Azure Logic Apps Billing by Type
394 + context: billing_by_type
395 + family: Billing
396 + type: line
397 + units: operations/s
398 + algorithm: incremental
399 + dimensions:
400 + - selector: logic_apps.billing_usage_native_operation_total
401 + name: native
402 + - selector: logic_apps.billing_usage_standard_connector_total
403 + name: standard_connector
404 + - selector: logic_apps.billing_usage_storage_consumption_total
405 + name: storage
406 + - id: am_azure_logic_apps__agent
407 + title: Azure Logic Apps AI Agent Activity
408 + context: agent
409 + family: Agent
410 + type: line
411 + units: events/s
412 + algorithm: incremental
413 + dimensions:
414 + - selector: logic_apps.agent_loop_execution_total
415 + name: loop_executions
416 + - selector: logic_apps.completion_token_overflow_usage_total
417 + name: completion_overflow
418 + - selector: logic_apps.prompt_token_overflow_usage_total
419 + name: prompt_overflow
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/machine_learning.yaml
+766 -766
@@ -3,777 +3,777 @@ id: machine_learning
3 name: Azure Machine Learning Workspace
4 resource_type: Microsoft.MachineLearningServices/workspaces
5 metrics:
6 -- id: agents
7 - azure_name: Agents
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: indexed_files
13 - azure_name: IndexedFiles
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: messages
19 - azure_name: Messages
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: runs
25 - azure_name: Runs
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: threads
31 - azure_name: Threads
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: tokens
37 - azure_name: Tokens
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: tool_calls
43 - azure_name: ToolCalls
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: model_deploy_failed
49 - azure_name: Model Deploy Failed
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: model_deploy_started
55 - azure_name: Model Deploy Started
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: model_deploy_succeeded
61 - azure_name: Model Deploy Succeeded
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: model_register_failed
67 - azure_name: Model Register Failed
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: model_register_succeeded
73 - azure_name: Model Register Succeeded
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: active_cores
79 - azure_name: Active Cores
80 - time_grain: PT1M
81 - series:
82 - - aggregation: average
83 - kind: gauge
84 -- id: idle_cores
85 - azure_name: Idle Cores
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: leaving_cores
91 - azure_name: Leaving Cores
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: preempted_cores
97 - azure_name: Preempted Cores
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: unusable_cores
103 - azure_name: Unusable Cores
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: total_cores
109 - azure_name: Total Cores
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: active_nodes
115 - azure_name: Active Nodes
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: idle_nodes
121 - azure_name: Idle Nodes
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: leaving_nodes
127 - azure_name: Leaving Nodes
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: preempted_nodes
133 - azure_name: Preempted Nodes
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: unusable_nodes
139 - azure_name: Unusable Nodes
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: total_nodes
145 - azure_name: Total Nodes
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: quota_utilization_percentage
151 - azure_name: Quota Utilization Percentage
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: cpu_utilization
157 - azure_name: CpuUtilization
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: cpu_utilization_percentage
163 - azure_name: CpuUtilizationPercentage
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: cpu_utilization_millicores
169 - azure_name: CpuUtilizationMillicores
170 - time_grain: PT1M
171 - series:
172 - - aggregation: average
173 - kind: gauge
174 -- id: cpu_capacity_millicores
175 - azure_name: CpuCapacityMillicores
176 - time_grain: PT1M
177 - series:
178 - - aggregation: average
179 - kind: gauge
180 -- id: cpu_memory_utilization_percentage
181 - azure_name: CpuMemoryUtilizationPercentage
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: cpu_memory_utilization_megabytes
187 - azure_name: CpuMemoryUtilizationMegabytes
188 - time_grain: PT1M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: cpu_memory_capacity_megabytes
193 - azure_name: CpuMemoryCapacityMegabytes
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: gpu_utilization
199 - azure_name: GpuUtilization
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: gpu_utilization_percentage
205 - azure_name: GpuUtilizationPercentage
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: gpu_utilization_milli_gpus
211 - azure_name: GpuUtilizationMilliGPUs
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: gpu_capacity_milli_gpus
217 - azure_name: GpuCapacityMilliGPUs
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: gpu_memory_utilization
223 - azure_name: GpuMemoryUtilization
224 - time_grain: PT1M
225 - series:
226 - - aggregation: average
227 - kind: gauge
228 -- id: gpu_memory_utilization_percentage
229 - azure_name: GpuMemoryUtilizationPercentage
230 - time_grain: PT1M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: gpu_memory_utilization_megabytes
235 - azure_name: GpuMemoryUtilizationMegabytes
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: gpu_memory_capacity_megabytes
241 - azure_name: GpuMemoryCapacityMegabytes
242 - time_grain: PT1M
243 - series:
244 - - aggregation: average
245 - kind: gauge
246 -- id: gpu_energy_joules
247 - azure_name: GpuEnergyJoules
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: counter
252 -- id: disk_used_megabytes
253 - azure_name: DiskUsedMegabytes
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: disk_avail_megabytes
259 - azure_name: DiskAvailMegabytes
260 - time_grain: PT1M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: disk_read_megabytes
265 - azure_name: DiskReadMegabytes
266 - time_grain: PT1M
267 - series:
268 - - aggregation: total
269 - kind: counter
270 -- id: disk_write_megabytes
271 - azure_name: DiskWriteMegabytes
272 - time_grain: PT1M
273 - series:
274 - - aggregation: total
275 - kind: counter
276 -- id: network_input_megabytes
277 - azure_name: NetworkInputMegabytes
278 - time_grain: PT1M
279 - series:
280 - - aggregation: total
281 - kind: counter
282 -- id: network_output_megabytes
283 - azure_name: NetworkOutputMegabytes
284 - time_grain: PT1M
285 - series:
286 - - aggregation: total
287 - kind: counter
288 -- id: ib_receive_megabytes
289 - azure_name: IBReceiveMegabytes
290 - time_grain: PT1M
291 - series:
292 - - aggregation: total
293 - kind: counter
294 -- id: ib_transmit_megabytes
295 - azure_name: IBTransmitMegabytes
296 - time_grain: PT1M
297 - series:
298 - - aggregation: total
299 - kind: counter
300 -- id: storage_api_success_count
301 - azure_name: StorageAPISuccessCount
302 - time_grain: PT1M
303 - series:
304 - - aggregation: total
305 - kind: counter
306 -- id: storage_api_failure_count
307 - azure_name: StorageAPIFailureCount
308 - time_grain: PT1M
309 - series:
310 - - aggregation: total
311 - kind: counter
312 -- id: not_started_runs
313 - azure_name: Not Started Runs
314 - time_grain: PT1M
315 - series:
316 - - aggregation: total
317 - kind: counter
318 -- id: starting_runs
319 - azure_name: Starting Runs
320 - time_grain: PT1M
321 - series:
322 - - aggregation: total
323 - kind: counter
324 -- id: preparing_runs
325 - azure_name: Preparing Runs
326 - time_grain: PT1M
327 - series:
328 - - aggregation: total
329 - kind: counter
330 -- id: provisioning_runs
331 - azure_name: Provisioning Runs
332 - time_grain: PT1M
333 - series:
334 - - aggregation: total
335 - kind: counter
336 -- id: queued_runs
337 - azure_name: Queued Runs
338 - time_grain: PT1M
339 - series:
340 - - aggregation: total
341 - kind: counter
342 -- id: started_runs
343 - azure_name: Started Runs
344 - time_grain: PT1M
345 - series:
346 - - aggregation: total
347 - kind: counter
348 -- id: completed_runs
349 - azure_name: Completed Runs
350 - time_grain: PT1M
351 - series:
352 - - aggregation: total
353 - kind: counter
354 -- id: failed_runs
355 - azure_name: Failed Runs
356 - time_grain: PT1M
357 - series:
358 - - aggregation: total
359 - kind: counter
360 -- id: cancelled_runs
361 - azure_name: Cancelled Runs
362 - time_grain: PT1M
363 - series:
364 - - aggregation: total
365 - kind: counter
366 -- id: cancel_requested_runs
367 - azure_name: Cancel Requested Runs
368 - time_grain: PT1M
369 - series:
370 - - aggregation: total
371 - kind: counter
372 -- id: finalizing_runs
373 - azure_name: Finalizing Runs
374 - time_grain: PT1M
375 - series:
376 - - aggregation: total
377 - kind: counter
378 -- id: not_responding_runs
379 - azure_name: Not Responding Runs
380 - time_grain: PT1M
381 - series:
382 - - aggregation: total
383 - kind: counter
384 -- id: errors
385 - azure_name: Errors
386 - time_grain: PT1M
387 - series:
388 - - aggregation: total
389 - kind: counter
390 -- id: warnings
391 - azure_name: Warnings
392 - time_grain: PT1M
393 - series:
394 - - aggregation: total
395 - kind: counter
6 + - id: agents
7 + azure_name: Agents
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: indexed_files
13 + azure_name: IndexedFiles
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: messages
19 + azure_name: Messages
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: runs
25 + azure_name: Runs
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: threads
31 + azure_name: Threads
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: tokens
37 + azure_name: Tokens
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: tool_calls
43 + azure_name: ToolCalls
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: model_deploy_failed
49 + azure_name: Model Deploy Failed
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: model_deploy_started
55 + azure_name: Model Deploy Started
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: model_deploy_succeeded
61 + azure_name: Model Deploy Succeeded
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: model_register_failed
67 + azure_name: Model Register Failed
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: model_register_succeeded
73 + azure_name: Model Register Succeeded
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: active_cores
79 + azure_name: Active Cores
80 + time_grain: PT1M
81 + series:
82 + - aggregation: average
83 + kind: gauge
84 + - id: idle_cores
85 + azure_name: Idle Cores
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: leaving_cores
91 + azure_name: Leaving Cores
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: preempted_cores
97 + azure_name: Preempted Cores
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: unusable_cores
103 + azure_name: Unusable Cores
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: total_cores
109 + azure_name: Total Cores
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: active_nodes
115 + azure_name: Active Nodes
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: idle_nodes
121 + azure_name: Idle Nodes
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: leaving_nodes
127 + azure_name: Leaving Nodes
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: preempted_nodes
133 + azure_name: Preempted Nodes
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: unusable_nodes
139 + azure_name: Unusable Nodes
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: total_nodes
145 + azure_name: Total Nodes
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: quota_utilization_percentage
151 + azure_name: Quota Utilization Percentage
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: cpu_utilization
157 + azure_name: CpuUtilization
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: cpu_utilization_percentage
163 + azure_name: CpuUtilizationPercentage
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: cpu_utilization_millicores
169 + azure_name: CpuUtilizationMillicores
170 + time_grain: PT1M
171 + series:
172 + - aggregation: average
173 + kind: gauge
174 + - id: cpu_capacity_millicores
175 + azure_name: CpuCapacityMillicores
176 + time_grain: PT1M
177 + series:
178 + - aggregation: average
179 + kind: gauge
180 + - id: cpu_memory_utilization_percentage
181 + azure_name: CpuMemoryUtilizationPercentage
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: cpu_memory_utilization_megabytes
187 + azure_name: CpuMemoryUtilizationMegabytes
188 + time_grain: PT1M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: cpu_memory_capacity_megabytes
193 + azure_name: CpuMemoryCapacityMegabytes
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: gpu_utilization
199 + azure_name: GpuUtilization
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: gpu_utilization_percentage
205 + azure_name: GpuUtilizationPercentage
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: gpu_utilization_milli_gpus
211 + azure_name: GpuUtilizationMilliGPUs
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: gpu_capacity_milli_gpus
217 + azure_name: GpuCapacityMilliGPUs
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: gpu_memory_utilization
223 + azure_name: GpuMemoryUtilization
224 + time_grain: PT1M
225 + series:
226 + - aggregation: average
227 + kind: gauge
228 + - id: gpu_memory_utilization_percentage
229 + azure_name: GpuMemoryUtilizationPercentage
230 + time_grain: PT1M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: gpu_memory_utilization_megabytes
235 + azure_name: GpuMemoryUtilizationMegabytes
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: gpu_memory_capacity_megabytes
241 + azure_name: GpuMemoryCapacityMegabytes
242 + time_grain: PT1M
243 + series:
244 + - aggregation: average
245 + kind: gauge
246 + - id: gpu_energy_joules
247 + azure_name: GpuEnergyJoules
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: counter
252 + - id: disk_used_megabytes
253 + azure_name: DiskUsedMegabytes
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: disk_avail_megabytes
259 + azure_name: DiskAvailMegabytes
260 + time_grain: PT1M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: disk_read_megabytes
265 + azure_name: DiskReadMegabytes
266 + time_grain: PT1M
267 + series:
268 + - aggregation: total
269 + kind: counter
270 + - id: disk_write_megabytes
271 + azure_name: DiskWriteMegabytes
272 + time_grain: PT1M
273 + series:
274 + - aggregation: total
275 + kind: counter
276 + - id: network_input_megabytes
277 + azure_name: NetworkInputMegabytes
278 + time_grain: PT1M
279 + series:
280 + - aggregation: total
281 + kind: counter
282 + - id: network_output_megabytes
283 + azure_name: NetworkOutputMegabytes
284 + time_grain: PT1M
285 + series:
286 + - aggregation: total
287 + kind: counter
288 + - id: ib_receive_megabytes
289 + azure_name: IBReceiveMegabytes
290 + time_grain: PT1M
291 + series:
292 + - aggregation: total
293 + kind: counter
294 + - id: ib_transmit_megabytes
295 + azure_name: IBTransmitMegabytes
296 + time_grain: PT1M
297 + series:
298 + - aggregation: total
299 + kind: counter
300 + - id: storage_api_success_count
301 + azure_name: StorageAPISuccessCount
302 + time_grain: PT1M
303 + series:
304 + - aggregation: total
305 + kind: counter
306 + - id: storage_api_failure_count
307 + azure_name: StorageAPIFailureCount
308 + time_grain: PT1M
309 + series:
310 + - aggregation: total
311 + kind: counter
312 + - id: not_started_runs
313 + azure_name: Not Started Runs
314 + time_grain: PT1M
315 + series:
316 + - aggregation: total
317 + kind: counter
318 + - id: starting_runs
319 + azure_name: Starting Runs
320 + time_grain: PT1M
321 + series:
322 + - aggregation: total
323 + kind: counter
324 + - id: preparing_runs
325 + azure_name: Preparing Runs
326 + time_grain: PT1M
327 + series:
328 + - aggregation: total
329 + kind: counter
330 + - id: provisioning_runs
331 + azure_name: Provisioning Runs
332 + time_grain: PT1M
333 + series:
334 + - aggregation: total
335 + kind: counter
336 + - id: queued_runs
337 + azure_name: Queued Runs
338 + time_grain: PT1M
339 + series:
340 + - aggregation: total
341 + kind: counter
342 + - id: started_runs
343 + azure_name: Started Runs
344 + time_grain: PT1M
345 + series:
346 + - aggregation: total
347 + kind: counter
348 + - id: completed_runs
349 + azure_name: Completed Runs
350 + time_grain: PT1M
351 + series:
352 + - aggregation: total
353 + kind: counter
354 + - id: failed_runs
355 + azure_name: Failed Runs
356 + time_grain: PT1M
357 + series:
358 + - aggregation: total
359 + kind: counter
360 + - id: cancelled_runs
361 + azure_name: Cancelled Runs
362 + time_grain: PT1M
363 + series:
364 + - aggregation: total
365 + kind: counter
366 + - id: cancel_requested_runs
367 + azure_name: Cancel Requested Runs
368 + time_grain: PT1M
369 + series:
370 + - aggregation: total
371 + kind: counter
372 + - id: finalizing_runs
373 + azure_name: Finalizing Runs
374 + time_grain: PT1M
375 + series:
376 + - aggregation: total
377 + kind: counter
378 + - id: not_responding_runs
379 + azure_name: Not Responding Runs
380 + time_grain: PT1M
381 + series:
382 + - aggregation: total
383 + kind: counter
384 + - id: errors
385 + azure_name: Errors
386 + time_grain: PT1M
387 + series:
388 + - aggregation: total
389 + kind: counter
390 + - id: warnings
391 + azure_name: Warnings
392 + time_grain: PT1M
393 + series:
394 + - aggregation: total
395 + kind: counter
396 template:
397 family: Azure Machine Learning Workspace
398 context_namespace: machine_learning
399 chart_defaults:
400 label_promotion:
401 - - resource_name
402 - - resource_group
403 - - region
404 - - resource_type
405 - - profile
401 + - resource_name
402 + - resource_group
403 + - region
404 + - resource_type
405 + - profile
406 instances:
407 by_labels:
408 - - resource_uid
408 + - resource_uid
409 charts:
410 - - id: am_azure_machine_learning__agent_events
411 - title: Azure Machine Learning Agent Events
412 - context: agent_events
413 - family: Agents
414 - type: line
415 - units: events/s
416 - algorithm: incremental
417 - dimensions:
418 - - selector: machine_learning.agents_total
419 - name: agent_events
420 - - selector: machine_learning.threads_total
421 - name: thread_events
422 - - id: am_azure_machine_learning__agent_messages
423 - title: Azure Machine Learning Agent Messages
424 - context: agent_messages
425 - family: Agents
426 - type: line
427 - units: messages/s
428 - algorithm: incremental
429 - dimensions:
430 - - selector: machine_learning.messages_total
431 - name: messages
432 - - id: am_azure_machine_learning__agent_runs
433 - title: Azure Machine Learning Agent Runs
434 - context: agent_runs
435 - family: Agents
436 - type: line
437 - units: runs/s
438 - algorithm: incremental
439 - dimensions:
440 - - selector: machine_learning.runs_total
441 - name: runs
442 - - id: am_azure_machine_learning__agent_tokens
443 - title: Azure Machine Learning Agent Tokens
444 - context: agent_tokens
445 - family: Agents
446 - type: line
447 - units: tokens/s
448 - algorithm: incremental
449 - dimensions:
450 - - selector: machine_learning.tokens_total
451 - name: tokens
452 - - id: am_azure_machine_learning__agent_tool_calls
453 - title: Azure Machine Learning Agent Tool Calls
454 - context: agent_tool_calls
455 - family: Agents
456 - type: line
457 - units: calls/s
458 - algorithm: incremental
459 - dimensions:
460 - - selector: machine_learning.tool_calls_total
461 - name: tool_calls
462 - - id: am_azure_machine_learning__agent_indexed_files
463 - title: Azure Machine Learning Agent Indexed Files
464 - context: agent_indexed_files
465 - family: Agents
466 - type: line
467 - units: files/s
468 - algorithm: incremental
469 - dimensions:
470 - - selector: machine_learning.indexed_files_total
471 - name: indexed_files
472 - - id: am_azure_machine_learning__model_deployments
473 - title: Azure Machine Learning Model Deployments
474 - context: model_deployments
475 - family: Model
476 - type: line
477 - units: deployments/s
478 - algorithm: incremental
479 - dimensions:
480 - - selector: machine_learning.model_deploy_started_total
481 - name: started
482 - - selector: machine_learning.model_deploy_succeeded_total
483 - name: succeeded
484 - - selector: machine_learning.model_deploy_failed_total
485 - name: failed
486 - - id: am_azure_machine_learning__model_registrations
487 - title: Azure Machine Learning Model Registrations
488 - context: model_registrations
489 - family: Model
490 - type: line
491 - units: registrations/s
492 - algorithm: incremental
493 - dimensions:
494 - - selector: machine_learning.model_register_succeeded_total
495 - name: succeeded
496 - - selector: machine_learning.model_register_failed_total
497 - name: failed
498 - - id: am_azure_machine_learning__cluster_cores
499 - title: Azure Machine Learning Cluster Cores
500 - context: cluster_cores
501 - family: Quota
502 - type: stacked
503 - units: cores
504 - algorithm: absolute
505 - dimensions:
506 - - selector: machine_learning.active_cores_average
507 - name: active
508 - - selector: machine_learning.idle_cores_average
509 - name: idle
510 - - selector: machine_learning.leaving_cores_average
511 - name: leaving
512 - - selector: machine_learning.preempted_cores_average
513 - name: preempted
514 - - selector: machine_learning.unusable_cores_average
515 - name: unusable
516 - - id: am_azure_machine_learning__total_cores
517 - title: Azure Machine Learning Total Cores
518 - context: total_cores
519 - family: Quota
520 - type: line
521 - units: cores
522 - algorithm: absolute
523 - dimensions:
524 - - selector: machine_learning.total_cores_average
525 - name: total
526 - - id: am_azure_machine_learning__cluster_nodes
527 - title: Azure Machine Learning Cluster Nodes
528 - context: cluster_nodes
529 - family: Quota
530 - type: stacked
531 - units: nodes
532 - algorithm: absolute
533 - dimensions:
534 - - selector: machine_learning.active_nodes_average
535 - name: active
536 - - selector: machine_learning.idle_nodes_average
537 - name: idle
538 - - selector: machine_learning.leaving_nodes_average
539 - name: leaving
540 - - selector: machine_learning.preempted_nodes_average
541 - name: preempted
542 - - selector: machine_learning.unusable_nodes_average
543 - name: unusable
544 - - id: am_azure_machine_learning__total_nodes
545 - title: Azure Machine Learning Total Nodes
546 - context: total_nodes
547 - family: Quota
548 - type: line
549 - units: nodes
550 - algorithm: absolute
551 - dimensions:
552 - - selector: machine_learning.total_nodes_average
553 - name: total
554 - - id: am_azure_machine_learning__quota_utilization
555 - title: Azure Machine Learning Quota Utilization
556 - context: quota_utilization
557 - family: Quota
558 - type: line
559 - units: percentage
560 - algorithm: absolute
561 - dimensions:
562 - - selector: machine_learning.quota_utilization_percentage_average
563 - name: utilization
564 - - id: am_azure_machine_learning__cpu_utilization
565 - title: Azure Machine Learning CPU Utilization
566 - context: cpu_utilization
567 - family: Compute
568 - type: line
569 - units: percentage
570 - algorithm: absolute
571 - dimensions:
572 - - selector: machine_learning.cpu_utilization_average
573 - name: cluster_cpu
574 - - selector: machine_learning.cpu_utilization_percentage_average
575 - name: node_cpu
576 - - id: am_azure_machine_learning__cpu_millicores
577 - title: Azure Machine Learning CPU Millicores
578 - context: cpu_millicores
579 - family: Compute
580 - type: line
581 - units: millicores
582 - algorithm: absolute
583 - dimensions:
584 - - selector: machine_learning.cpu_utilization_millicores_average
585 - name: used
586 - - selector: machine_learning.cpu_capacity_millicores_average
587 - name: capacity
588 - - id: am_azure_machine_learning__cpu_memory_utilization
589 - title: Azure Machine Learning CPU Memory Utilization
590 - context: cpu_memory_utilization
591 - family: Compute
592 - type: line
593 - units: percentage
594 - algorithm: absolute
595 - dimensions:
596 - - selector: machine_learning.cpu_memory_utilization_percentage_average
597 - name: utilization
598 - - id: am_azure_machine_learning__cpu_memory_megabytes
599 - title: Azure Machine Learning CPU Memory
600 - context: cpu_memory_megabytes
601 - family: Compute
602 - type: line
603 - units: megabytes
604 - algorithm: absolute
605 - dimensions:
606 - - selector: machine_learning.cpu_memory_utilization_megabytes_average
607 - name: used
608 - - selector: machine_learning.cpu_memory_capacity_megabytes_average
609 - name: capacity
610 - - id: am_azure_machine_learning__gpu_utilization
611 - title: Azure Machine Learning GPU Utilization
612 - context: gpu_utilization
613 - family: Compute
614 - type: line
615 - units: percentage
616 - algorithm: absolute
617 - dimensions:
618 - - selector: machine_learning.gpu_utilization_average
619 - name: cluster_gpu
620 - - selector: machine_learning.gpu_utilization_percentage_average
621 - name: node_gpu
622 - - id: am_azure_machine_learning__gpu_milligpus
623 - title: Azure Machine Learning GPU MilliGPUs
624 - context: gpu_milligpus
625 - family: Compute
626 - type: line
627 - units: milliGPUs
628 - algorithm: absolute
629 - dimensions:
630 - - selector: machine_learning.gpu_utilization_milli_gpus_average
631 - name: used
632 - - selector: machine_learning.gpu_capacity_milli_gpus_average
633 - name: capacity
634 - - id: am_azure_machine_learning__gpu_memory_utilization
635 - title: Azure Machine Learning GPU Memory Utilization
636 - context: gpu_memory_utilization
637 - family: Compute
638 - type: line
639 - units: percentage
640 - algorithm: absolute
641 - dimensions:
642 - - selector: machine_learning.gpu_memory_utilization_average
643 - name: cluster_gpu_memory
644 - - selector: machine_learning.gpu_memory_utilization_percentage_average
645 - name: node_gpu_memory
646 - - id: am_azure_machine_learning__gpu_memory_megabytes
647 - title: Azure Machine Learning GPU Memory
648 - context: gpu_memory_megabytes
649 - family: Compute
650 - type: line
651 - units: megabytes
652 - algorithm: absolute
653 - dimensions:
654 - - selector: machine_learning.gpu_memory_utilization_megabytes_average
655 - name: used
656 - - selector: machine_learning.gpu_memory_capacity_megabytes_average
657 - name: capacity
658 - - id: am_azure_machine_learning__gpu_energy
659 - title: Azure Machine Learning GPU Energy
660 - context: gpu_energy
661 - family: Compute
662 - type: line
663 - units: joules/s
664 - algorithm: incremental
665 - dimensions:
666 - - selector: machine_learning.gpu_energy_joules_total
667 - name: energy
668 - - id: am_azure_machine_learning__disk_usage
669 - title: Azure Machine Learning Disk Usage
670 - context: disk_usage
671 - family: Compute
672 - type: line
673 - units: megabytes
674 - algorithm: absolute
675 - dimensions:
676 - - selector: machine_learning.disk_used_megabytes_average
677 - name: used
678 - - selector: machine_learning.disk_avail_megabytes_average
679 - name: available
680 - - id: am_azure_machine_learning__disk_io
681 - title: Azure Machine Learning Disk I/O
682 - context: disk_io
683 - family: Compute
684 - type: line
685 - units: megabytes/s
686 - algorithm: incremental
687 - dimensions:
688 - - selector: machine_learning.disk_read_megabytes_total
689 - name: read
690 - - selector: machine_learning.disk_write_megabytes_total
691 - name: write
692 - - id: am_azure_machine_learning__network_traffic
693 - title: Azure Machine Learning Network Traffic
694 - context: network_traffic
695 - family: Network
696 - type: line
697 - units: megabytes/s
698 - algorithm: incremental
699 - dimensions:
700 - - selector: machine_learning.network_input_megabytes_total
701 - name: in
702 - - selector: machine_learning.network_output_megabytes_total
703 - name: out
704 - - id: am_azure_machine_learning__infiniband_traffic
705 - title: Azure Machine Learning InfiniBand Traffic
706 - context: infiniband_traffic
707 - family: Network
708 - type: line
709 - units: megabytes/s
710 - algorithm: incremental
711 - dimensions:
712 - - selector: machine_learning.ib_receive_megabytes_total
713 - name: receive
714 - - selector: machine_learning.ib_transmit_megabytes_total
715 - name: transmit
716 - - id: am_azure_machine_learning__storage_api_calls
717 - title: Azure Machine Learning Storage API Calls
718 - context: storage_api_calls
719 - family: Compute
720 - type: line
721 - units: calls/s
722 - algorithm: incremental
723 - dimensions:
724 - - selector: machine_learning.storage_api_success_count_total
725 - name: success
726 - - selector: machine_learning.storage_api_failure_count_total
727 - name: failure
728 - - id: am_azure_machine_learning__run_lifecycle
729 - title: Azure Machine Learning Run Lifecycle
730 - context: run_lifecycle
731 - family: Runs
732 - type: line
733 - units: runs/s
734 - algorithm: incremental
735 - dimensions:
736 - - selector: machine_learning.not_started_runs_total
737 - name: not_started
738 - - selector: machine_learning.starting_runs_total
739 - name: starting
740 - - selector: machine_learning.preparing_runs_total
741 - name: preparing
742 - - selector: machine_learning.provisioning_runs_total
743 - name: provisioning
744 - - selector: machine_learning.queued_runs_total
745 - name: queued
746 - - selector: machine_learning.started_runs_total
747 - name: started
748 - - id: am_azure_machine_learning__run_completion
749 - title: Azure Machine Learning Run Completion
750 - context: run_completion
751 - family: Runs
752 - type: line
753 - units: runs/s
754 - algorithm: incremental
755 - dimensions:
756 - - selector: machine_learning.completed_runs_total
757 - name: completed
758 - - selector: machine_learning.failed_runs_total
759 - name: failed
760 - - selector: machine_learning.finalizing_runs_total
761 - name: finalizing
762 - - selector: machine_learning.cancelled_runs_total
763 - name: cancelled
764 - - selector: machine_learning.cancel_requested_runs_total
765 - name: cancel_requested
766 - - selector: machine_learning.not_responding_runs_total
767 - name: not_responding
768 - - id: am_azure_machine_learning__run_issues
769 - title: Azure Machine Learning Run Issues
770 - context: run_issues
771 - family: Runs
772 - type: line
773 - units: events/s
774 - algorithm: incremental
775 - dimensions:
776 - - selector: machine_learning.errors_total
777 - name: errors
778 - - selector: machine_learning.warnings_total
779 - name: warnings
410 + - id: am_azure_machine_learning__agent_events
411 + title: Azure Machine Learning Agent Events
412 + context: agent_events
413 + family: Agents
414 + type: line
415 + units: events/s
416 + algorithm: incremental
417 + dimensions:
418 + - selector: machine_learning.agents_total
419 + name: agent_events
420 + - selector: machine_learning.threads_total
421 + name: thread_events
422 + - id: am_azure_machine_learning__agent_messages
423 + title: Azure Machine Learning Agent Messages
424 + context: agent_messages
425 + family: Agents
426 + type: line
427 + units: messages/s
428 + algorithm: incremental
429 + dimensions:
430 + - selector: machine_learning.messages_total
431 + name: messages
432 + - id: am_azure_machine_learning__agent_runs
433 + title: Azure Machine Learning Agent Runs
434 + context: agent_runs
435 + family: Agents
436 + type: line
437 + units: runs/s
438 + algorithm: incremental
439 + dimensions:
440 + - selector: machine_learning.runs_total
441 + name: runs
442 + - id: am_azure_machine_learning__agent_tokens
443 + title: Azure Machine Learning Agent Tokens
444 + context: agent_tokens
445 + family: Agents
446 + type: line
447 + units: tokens/s
448 + algorithm: incremental
449 + dimensions:
450 + - selector: machine_learning.tokens_total
451 + name: tokens
452 + - id: am_azure_machine_learning__agent_tool_calls
453 + title: Azure Machine Learning Agent Tool Calls
454 + context: agent_tool_calls
455 + family: Agents
456 + type: line
457 + units: calls/s
458 + algorithm: incremental
459 + dimensions:
460 + - selector: machine_learning.tool_calls_total
461 + name: tool_calls
462 + - id: am_azure_machine_learning__agent_indexed_files
463 + title: Azure Machine Learning Agent Indexed Files
464 + context: agent_indexed_files
465 + family: Agents
466 + type: line
467 + units: files/s
468 + algorithm: incremental
469 + dimensions:
470 + - selector: machine_learning.indexed_files_total
471 + name: indexed_files
472 + - id: am_azure_machine_learning__model_deployments
473 + title: Azure Machine Learning Model Deployments
474 + context: model_deployments
475 + family: Model
476 + type: line
477 + units: deployments/s
478 + algorithm: incremental
479 + dimensions:
480 + - selector: machine_learning.model_deploy_started_total
481 + name: started
482 + - selector: machine_learning.model_deploy_succeeded_total
483 + name: succeeded
484 + - selector: machine_learning.model_deploy_failed_total
485 + name: failed
486 + - id: am_azure_machine_learning__model_registrations
487 + title: Azure Machine Learning Model Registrations
488 + context: model_registrations
489 + family: Model
490 + type: line
491 + units: registrations/s
492 + algorithm: incremental
493 + dimensions:
494 + - selector: machine_learning.model_register_succeeded_total
495 + name: succeeded
496 + - selector: machine_learning.model_register_failed_total
497 + name: failed
498 + - id: am_azure_machine_learning__cluster_cores
499 + title: Azure Machine Learning Cluster Cores
500 + context: cluster_cores
501 + family: Quota
502 + type: stacked
503 + units: cores
504 + algorithm: absolute
505 + dimensions:
506 + - selector: machine_learning.active_cores_average
507 + name: active
508 + - selector: machine_learning.idle_cores_average
509 + name: idle
510 + - selector: machine_learning.leaving_cores_average
511 + name: leaving
512 + - selector: machine_learning.preempted_cores_average
513 + name: preempted
514 + - selector: machine_learning.unusable_cores_average
515 + name: unusable
516 + - id: am_azure_machine_learning__total_cores
517 + title: Azure Machine Learning Total Cores
518 + context: total_cores
519 + family: Quota
520 + type: line
521 + units: cores
522 + algorithm: absolute
523 + dimensions:
524 + - selector: machine_learning.total_cores_average
525 + name: total
526 + - id: am_azure_machine_learning__cluster_nodes
527 + title: Azure Machine Learning Cluster Nodes
528 + context: cluster_nodes
529 + family: Quota
530 + type: stacked
531 + units: nodes
532 + algorithm: absolute
533 + dimensions:
534 + - selector: machine_learning.active_nodes_average
535 + name: active
536 + - selector: machine_learning.idle_nodes_average
537 + name: idle
538 + - selector: machine_learning.leaving_nodes_average
539 + name: leaving
540 + - selector: machine_learning.preempted_nodes_average
541 + name: preempted
542 + - selector: machine_learning.unusable_nodes_average
543 + name: unusable
544 + - id: am_azure_machine_learning__total_nodes
545 + title: Azure Machine Learning Total Nodes
546 + context: total_nodes
547 + family: Quota
548 + type: line
549 + units: nodes
550 + algorithm: absolute
551 + dimensions:
552 + - selector: machine_learning.total_nodes_average
553 + name: total
554 + - id: am_azure_machine_learning__quota_utilization
555 + title: Azure Machine Learning Quota Utilization
556 + context: quota_utilization
557 + family: Quota
558 + type: line
559 + units: percentage
560 + algorithm: absolute
561 + dimensions:
562 + - selector: machine_learning.quota_utilization_percentage_average
563 + name: utilization
564 + - id: am_azure_machine_learning__cpu_utilization
565 + title: Azure Machine Learning CPU Utilization
566 + context: cpu_utilization
567 + family: Compute
568 + type: line
569 + units: percentage
570 + algorithm: absolute
571 + dimensions:
572 + - selector: machine_learning.cpu_utilization_average
573 + name: cluster_cpu
574 + - selector: machine_learning.cpu_utilization_percentage_average
575 + name: node_cpu
576 + - id: am_azure_machine_learning__cpu_millicores
577 + title: Azure Machine Learning CPU Millicores
578 + context: cpu_millicores
579 + family: Compute
580 + type: line
581 + units: millicores
582 + algorithm: absolute
583 + dimensions:
584 + - selector: machine_learning.cpu_utilization_millicores_average
585 + name: used
586 + - selector: machine_learning.cpu_capacity_millicores_average
587 + name: capacity
588 + - id: am_azure_machine_learning__cpu_memory_utilization
589 + title: Azure Machine Learning CPU Memory Utilization
590 + context: cpu_memory_utilization
591 + family: Compute
592 + type: line
593 + units: percentage
594 + algorithm: absolute
595 + dimensions:
596 + - selector: machine_learning.cpu_memory_utilization_percentage_average
597 + name: utilization
598 + - id: am_azure_machine_learning__cpu_memory_megabytes
599 + title: Azure Machine Learning CPU Memory
600 + context: cpu_memory_megabytes
601 + family: Compute
602 + type: line
603 + units: megabytes
604 + algorithm: absolute
605 + dimensions:
606 + - selector: machine_learning.cpu_memory_utilization_megabytes_average
607 + name: used
608 + - selector: machine_learning.cpu_memory_capacity_megabytes_average
609 + name: capacity
610 + - id: am_azure_machine_learning__gpu_utilization
611 + title: Azure Machine Learning GPU Utilization
612 + context: gpu_utilization
613 + family: Compute
614 + type: line
615 + units: percentage
616 + algorithm: absolute
617 + dimensions:
618 + - selector: machine_learning.gpu_utilization_average
619 + name: cluster_gpu
620 + - selector: machine_learning.gpu_utilization_percentage_average
621 + name: node_gpu
622 + - id: am_azure_machine_learning__gpu_milligpus
623 + title: Azure Machine Learning GPU MilliGPUs
624 + context: gpu_milligpus
625 + family: Compute
626 + type: line
627 + units: milliGPUs
628 + algorithm: absolute
629 + dimensions:
630 + - selector: machine_learning.gpu_utilization_milli_gpus_average
631 + name: used
632 + - selector: machine_learning.gpu_capacity_milli_gpus_average
633 + name: capacity
634 + - id: am_azure_machine_learning__gpu_memory_utilization
635 + title: Azure Machine Learning GPU Memory Utilization
636 + context: gpu_memory_utilization
637 + family: Compute
638 + type: line
639 + units: percentage
640 + algorithm: absolute
641 + dimensions:
642 + - selector: machine_learning.gpu_memory_utilization_average
643 + name: cluster_gpu_memory
644 + - selector: machine_learning.gpu_memory_utilization_percentage_average
645 + name: node_gpu_memory
646 + - id: am_azure_machine_learning__gpu_memory_megabytes
647 + title: Azure Machine Learning GPU Memory
648 + context: gpu_memory_megabytes
649 + family: Compute
650 + type: line
651 + units: megabytes
652 + algorithm: absolute
653 + dimensions:
654 + - selector: machine_learning.gpu_memory_utilization_megabytes_average
655 + name: used
656 + - selector: machine_learning.gpu_memory_capacity_megabytes_average
657 + name: capacity
658 + - id: am_azure_machine_learning__gpu_energy
659 + title: Azure Machine Learning GPU Energy
660 + context: gpu_energy
661 + family: Compute
662 + type: line
663 + units: joules/s
664 + algorithm: incremental
665 + dimensions:
666 + - selector: machine_learning.gpu_energy_joules_total
667 + name: energy
668 + - id: am_azure_machine_learning__disk_usage
669 + title: Azure Machine Learning Disk Usage
670 + context: disk_usage
671 + family: Compute
672 + type: line
673 + units: megabytes
674 + algorithm: absolute
675 + dimensions:
676 + - selector: machine_learning.disk_used_megabytes_average
677 + name: used
678 + - selector: machine_learning.disk_avail_megabytes_average
679 + name: available
680 + - id: am_azure_machine_learning__disk_io
681 + title: Azure Machine Learning Disk I/O
682 + context: disk_io
683 + family: Compute
684 + type: line
685 + units: megabytes/s
686 + algorithm: incremental
687 + dimensions:
688 + - selector: machine_learning.disk_read_megabytes_total
689 + name: read
690 + - selector: machine_learning.disk_write_megabytes_total
691 + name: write
692 + - id: am_azure_machine_learning__network_traffic
693 + title: Azure Machine Learning Network Traffic
694 + context: network_traffic
695 + family: Network
696 + type: line
697 + units: megabytes/s
698 + algorithm: incremental
699 + dimensions:
700 + - selector: machine_learning.network_input_megabytes_total
701 + name: in
702 + - selector: machine_learning.network_output_megabytes_total
703 + name: out
704 + - id: am_azure_machine_learning__infiniband_traffic
705 + title: Azure Machine Learning InfiniBand Traffic
706 + context: infiniband_traffic
707 + family: Network
708 + type: line
709 + units: megabytes/s
710 + algorithm: incremental
711 + dimensions:
712 + - selector: machine_learning.ib_receive_megabytes_total
713 + name: receive
714 + - selector: machine_learning.ib_transmit_megabytes_total
715 + name: transmit
716 + - id: am_azure_machine_learning__storage_api_calls
717 + title: Azure Machine Learning Storage API Calls
718 + context: storage_api_calls
719 + family: Compute
720 + type: line
721 + units: calls/s
722 + algorithm: incremental
723 + dimensions:
724 + - selector: machine_learning.storage_api_success_count_total
725 + name: success
726 + - selector: machine_learning.storage_api_failure_count_total
727 + name: failure
728 + - id: am_azure_machine_learning__run_lifecycle
729 + title: Azure Machine Learning Run Lifecycle
730 + context: run_lifecycle
731 + family: Runs
732 + type: line
733 + units: runs/s
734 + algorithm: incremental
735 + dimensions:
736 + - selector: machine_learning.not_started_runs_total
737 + name: not_started
738 + - selector: machine_learning.starting_runs_total
739 + name: starting
740 + - selector: machine_learning.preparing_runs_total
741 + name: preparing
742 + - selector: machine_learning.provisioning_runs_total
743 + name: provisioning
744 + - selector: machine_learning.queued_runs_total
745 + name: queued
746 + - selector: machine_learning.started_runs_total
747 + name: started
748 + - id: am_azure_machine_learning__run_completion
749 + title: Azure Machine Learning Run Completion
750 + context: run_completion
751 + family: Runs
752 + type: line
753 + units: runs/s
754 + algorithm: incremental
755 + dimensions:
756 + - selector: machine_learning.completed_runs_total
757 + name: completed
758 + - selector: machine_learning.failed_runs_total
759 + name: failed
760 + - selector: machine_learning.finalizing_runs_total
761 + name: finalizing
762 + - selector: machine_learning.cancelled_runs_total
763 + name: cancelled
764 + - selector: machine_learning.cancel_requested_runs_total
765 + name: cancel_requested
766 + - selector: machine_learning.not_responding_runs_total
767 + name: not_responding
768 + - id: am_azure_machine_learning__run_issues
769 + title: Azure Machine Learning Run Issues
770 + context: run_issues
771 + family: Runs
772 + type: line
773 + units: events/s
774 + algorithm: incremental
775 + dimensions:
776 + - selector: machine_learning.errors_total
777 + name: errors
778 + - selector: machine_learning.warnings_total
779 + name: warnings
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/mysql_flexible.yaml
+710 -710
@@ -3,721 +3,721 @@ id: mysql_flexible
3 name: Azure MySQL Flexible Server
4 resource_type: Microsoft.DBforMySQL/flexibleServers
5 metrics:
6 -- id: ha_io_status
7 - azure_name: HA_IO_status
8 - time_grain: PT1M
9 - series:
10 - - aggregation: maximum
11 - kind: gauge
12 -- id: ha_sql_status
13 - azure_name: HA_SQL_status
14 - time_grain: PT1M
15 - series:
16 - - aggregation: maximum
17 - kind: gauge
18 -- id: replica_io_running
19 - azure_name: Replica_IO_Running
20 - time_grain: PT1M
21 - series:
22 - - aggregation: maximum
23 - kind: gauge
24 -- id: replica_sql_running
25 - azure_name: Replica_SQL_Running
26 - time_grain: PT1M
27 - series:
28 - - aggregation: maximum
29 - kind: gauge
30 -- id: aborted_connections
31 - azure_name: aborted_connections
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: ha_replication_lag
37 - azure_name: HA_replication_lag
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: innodb_row_lock_time
43 - azure_name: Innodb_row_lock_time
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: innodb_row_lock_waits
49 - azure_name: Innodb_row_lock_waits
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: replication_lag
55 - azure_name: replication_lag
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: uptime
61 - azure_name: Uptime
62 - time_grain: PT1M
63 - series:
64 - - aggregation: maximum
65 - kind: gauge
66 -- id: cpu_percent
67 - azure_name: cpu_percent
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: memory_percent
73 - azure_name: memory_percent
74 - time_grain: PT1M
75 - series:
76 - - aggregation: average
77 - kind: gauge
78 -- id: io_consumption_percent
79 - azure_name: io_consumption_percent
80 - time_grain: PT1M
81 - series:
82 - - aggregation: average
83 - kind: gauge
84 -- id: cpu_credits_consumed
85 - azure_name: cpu_credits_consumed
86 - time_grain: PT15M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: cpu_credits_remaining
91 - azure_name: cpu_credits_remaining
92 - time_grain: PT15M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: storage_used
97 - azure_name: storage_used
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: storage_limit
103 - azure_name: storage_limit
104 - time_grain: PT1M
105 - series:
106 - - aggregation: maximum
107 - kind: gauge
108 -- id: storage_percent
109 - azure_name: storage_percent
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: data_storage_used
115 - azure_name: data_storage_used
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: ibdata1_storage_used
121 - azure_name: ibdata1_storage_used
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: binlog_storage_used
127 - azure_name: binlog_storage_used
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: others_storage_used
133 - azure_name: others_storage_used
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: backup_storage_used
139 - azure_name: backup_storage_used
140 - time_grain: PT15M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: serverlog_storage_usage
145 - azure_name: serverlog_storage_usage
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: serverlog_storage_limit
151 - azure_name: serverlog_storage_limit
152 - time_grain: PT1M
153 - series:
154 - - aggregation: maximum
155 - kind: gauge
156 -- id: serverlog_storage_percent
157 - azure_name: serverlog_storage_percent
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: innodb_buffer_pool_pages_data
163 - azure_name: Innodb_buffer_pool_pages_data
164 - time_grain: PT1M
165 - series:
166 - - aggregation: maximum
167 - kind: gauge
168 -- id: innodb_buffer_pool_pages_dirty
169 - azure_name: Innodb_buffer_pool_pages_dirty
170 - time_grain: PT1M
171 - series:
172 - - aggregation: maximum
173 - kind: gauge
174 -- id: innodb_buffer_pool_pages_free
175 - azure_name: Innodb_buffer_pool_pages_free
176 - time_grain: PT1M
177 - series:
178 - - aggregation: maximum
179 - kind: gauge
180 -- id: innodb_buffer_pool_read_requests
181 - azure_name: Innodb_buffer_pool_read_requests
182 - time_grain: PT1M
183 - series:
184 - - aggregation: total
185 - kind: counter
186 -- id: innodb_buffer_pool_reads
187 - azure_name: Innodb_buffer_pool_reads
188 - time_grain: PT1M
189 - series:
190 - - aggregation: total
191 - kind: counter
192 -- id: sort_merge_passes
193 - azure_name: Sort_merge_passes
194 - time_grain: PT1M
195 - series:
196 - - aggregation: total
197 - kind: counter
198 -- id: threads_running
199 - azure_name: Threads_running
200 - time_grain: PT1M
201 - series:
202 - - aggregation: maximum
203 - kind: gauge
204 -- id: active_connections
205 - azure_name: active_connections
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: total_connections
211 - azure_name: total_connections
212 - time_grain: PT1M
213 - series:
214 - - aggregation: total
215 - kind: counter
216 -- id: active_transactions
217 - azure_name: active_transactions
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: queries
223 - azure_name: Queries
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: slow_queries
229 - azure_name: Slow_queries
230 - time_grain: PT1M
231 - series:
232 - - aggregation: total
233 - kind: counter
234 -- id: com_select
235 - azure_name: Com_select
236 - time_grain: PT1M
237 - series:
238 - - aggregation: total
239 - kind: counter
240 -- id: com_insert
241 - azure_name: Com_insert
242 - time_grain: PT1M
243 - series:
244 - - aggregation: total
245 - kind: counter
246 -- id: com_update
247 - azure_name: Com_update
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: counter
252 -- id: com_delete
253 - azure_name: Com_delete
254 - time_grain: PT1M
255 - series:
256 - - aggregation: total
257 - kind: counter
258 -- id: com_create_table
259 - azure_name: Com_create_table
260 - time_grain: PT1M
261 - series:
262 - - aggregation: total
263 - kind: counter
264 -- id: com_alter_table
265 - azure_name: Com_alter_table
266 - time_grain: PT1M
267 - series:
268 - - aggregation: total
269 - kind: counter
270 -- id: com_drop_table
271 - azure_name: Com_drop_table
272 - time_grain: PT1M
273 - series:
274 - - aggregation: total
275 - kind: counter
276 -- id: com_create_db
277 - azure_name: Com_create_db
278 - time_grain: PT1M
279 - series:
280 - - aggregation: total
281 - kind: counter
282 -- id: com_drop_db
283 - azure_name: Com_drop_db
284 - time_grain: PT1M
285 - series:
286 - - aggregation: total
287 - kind: counter
288 -- id: innodb_buffer_pool_pages_flushed
289 - azure_name: Innodb_buffer_pool_pages_flushed
290 - time_grain: PT1M
291 - series:
292 - - aggregation: average
293 - kind: gauge
294 -- id: innodb_data_writes
295 - azure_name: Innodb_data_writes
296 - time_grain: PT1M
297 - series:
298 - - aggregation: total
299 - kind: counter
300 -- id: lock_deadlocks
301 - azure_name: lock_deadlocks
302 - time_grain: PT1M
303 - series:
304 - - aggregation: total
305 - kind: counter
306 -- id: lock_timeouts
307 - azure_name: lock_timeouts
308 - time_grain: PT1M
309 - series:
310 - - aggregation: total
311 - kind: counter
312 -- id: network_bytes_ingress
313 - azure_name: network_bytes_ingress
314 - time_grain: PT1M
315 - series:
316 - - aggregation: total
317 - kind: counter
318 -- id: network_bytes_egress
319 - azure_name: network_bytes_egress
320 - time_grain: PT1M
321 - series:
322 - - aggregation: total
323 - kind: counter
324 -- id: storage_io_count
325 - azure_name: storage_io_count
326 - time_grain: PT1M
327 - series:
328 - - aggregation: total
329 - kind: counter
330 -- id: trx_rseg_history_len
331 - azure_name: trx_rseg_history_len
332 - time_grain: PT1M
333 - series:
334 - - aggregation: maximum
335 - kind: gauge
6 + - id: ha_io_status
7 + azure_name: HA_IO_status
8 + time_grain: PT1M
9 + series:
10 + - aggregation: maximum
11 + kind: gauge
12 + - id: ha_sql_status
13 + azure_name: HA_SQL_status
14 + time_grain: PT1M
15 + series:
16 + - aggregation: maximum
17 + kind: gauge
18 + - id: replica_io_running
19 + azure_name: Replica_IO_Running
20 + time_grain: PT1M
21 + series:
22 + - aggregation: maximum
23 + kind: gauge
24 + - id: replica_sql_running
25 + azure_name: Replica_SQL_Running
26 + time_grain: PT1M
27 + series:
28 + - aggregation: maximum
29 + kind: gauge
30 + - id: aborted_connections
31 + azure_name: aborted_connections
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: ha_replication_lag
37 + azure_name: HA_replication_lag
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: innodb_row_lock_time
43 + azure_name: Innodb_row_lock_time
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: innodb_row_lock_waits
49 + azure_name: Innodb_row_lock_waits
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: replication_lag
55 + azure_name: replication_lag
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: uptime
61 + azure_name: Uptime
62 + time_grain: PT1M
63 + series:
64 + - aggregation: maximum
65 + kind: gauge
66 + - id: cpu_percent
67 + azure_name: cpu_percent
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: memory_percent
73 + azure_name: memory_percent
74 + time_grain: PT1M
75 + series:
76 + - aggregation: average
77 + kind: gauge
78 + - id: io_consumption_percent
79 + azure_name: io_consumption_percent
80 + time_grain: PT1M
81 + series:
82 + - aggregation: average
83 + kind: gauge
84 + - id: cpu_credits_consumed
85 + azure_name: cpu_credits_consumed
86 + time_grain: PT15M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: cpu_credits_remaining
91 + azure_name: cpu_credits_remaining
92 + time_grain: PT15M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: storage_used
97 + azure_name: storage_used
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: storage_limit
103 + azure_name: storage_limit
104 + time_grain: PT1M
105 + series:
106 + - aggregation: maximum
107 + kind: gauge
108 + - id: storage_percent
109 + azure_name: storage_percent
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: data_storage_used
115 + azure_name: data_storage_used
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: ibdata1_storage_used
121 + azure_name: ibdata1_storage_used
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: binlog_storage_used
127 + azure_name: binlog_storage_used
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: others_storage_used
133 + azure_name: others_storage_used
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: backup_storage_used
139 + azure_name: backup_storage_used
140 + time_grain: PT15M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: serverlog_storage_usage
145 + azure_name: serverlog_storage_usage
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: serverlog_storage_limit
151 + azure_name: serverlog_storage_limit
152 + time_grain: PT1M
153 + series:
154 + - aggregation: maximum
155 + kind: gauge
156 + - id: serverlog_storage_percent
157 + azure_name: serverlog_storage_percent
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: innodb_buffer_pool_pages_data
163 + azure_name: Innodb_buffer_pool_pages_data
164 + time_grain: PT1M
165 + series:
166 + - aggregation: maximum
167 + kind: gauge
168 + - id: innodb_buffer_pool_pages_dirty
169 + azure_name: Innodb_buffer_pool_pages_dirty
170 + time_grain: PT1M
171 + series:
172 + - aggregation: maximum
173 + kind: gauge
174 + - id: innodb_buffer_pool_pages_free
175 + azure_name: Innodb_buffer_pool_pages_free
176 + time_grain: PT1M
177 + series:
178 + - aggregation: maximum
179 + kind: gauge
180 + - id: innodb_buffer_pool_read_requests
181 + azure_name: Innodb_buffer_pool_read_requests
182 + time_grain: PT1M
183 + series:
184 + - aggregation: total
185 + kind: counter
186 + - id: innodb_buffer_pool_reads
187 + azure_name: Innodb_buffer_pool_reads
188 + time_grain: PT1M
189 + series:
190 + - aggregation: total
191 + kind: counter
192 + - id: sort_merge_passes
193 + azure_name: Sort_merge_passes
194 + time_grain: PT1M
195 + series:
196 + - aggregation: total
197 + kind: counter
198 + - id: threads_running
199 + azure_name: Threads_running
200 + time_grain: PT1M
201 + series:
202 + - aggregation: maximum
203 + kind: gauge
204 + - id: active_connections
205 + azure_name: active_connections
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: total_connections
211 + azure_name: total_connections
212 + time_grain: PT1M
213 + series:
214 + - aggregation: total
215 + kind: counter
216 + - id: active_transactions
217 + azure_name: active_transactions
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: queries
223 + azure_name: Queries
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: slow_queries
229 + azure_name: Slow_queries
230 + time_grain: PT1M
231 + series:
232 + - aggregation: total
233 + kind: counter
234 + - id: com_select
235 + azure_name: Com_select
236 + time_grain: PT1M
237 + series:
238 + - aggregation: total
239 + kind: counter
240 + - id: com_insert
241 + azure_name: Com_insert
242 + time_grain: PT1M
243 + series:
244 + - aggregation: total
245 + kind: counter
246 + - id: com_update
247 + azure_name: Com_update
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: counter
252 + - id: com_delete
253 + azure_name: Com_delete
254 + time_grain: PT1M
255 + series:
256 + - aggregation: total
257 + kind: counter
258 + - id: com_create_table
259 + azure_name: Com_create_table
260 + time_grain: PT1M
261 + series:
262 + - aggregation: total
263 + kind: counter
264 + - id: com_alter_table
265 + azure_name: Com_alter_table
266 + time_grain: PT1M
267 + series:
268 + - aggregation: total
269 + kind: counter
270 + - id: com_drop_table
271 + azure_name: Com_drop_table
272 + time_grain: PT1M
273 + series:
274 + - aggregation: total
275 + kind: counter
276 + - id: com_create_db
277 + azure_name: Com_create_db
278 + time_grain: PT1M
279 + series:
280 + - aggregation: total
281 + kind: counter
282 + - id: com_drop_db
283 + azure_name: Com_drop_db
284 + time_grain: PT1M
285 + series:
286 + - aggregation: total
287 + kind: counter
288 + - id: innodb_buffer_pool_pages_flushed
289 + azure_name: Innodb_buffer_pool_pages_flushed
290 + time_grain: PT1M
291 + series:
292 + - aggregation: average
293 + kind: gauge
294 + - id: innodb_data_writes
295 + azure_name: Innodb_data_writes
296 + time_grain: PT1M
297 + series:
298 + - aggregation: total
299 + kind: counter
300 + - id: lock_deadlocks
301 + azure_name: lock_deadlocks
302 + time_grain: PT1M
303 + series:
304 + - aggregation: total
305 + kind: counter
306 + - id: lock_timeouts
307 + azure_name: lock_timeouts
308 + time_grain: PT1M
309 + series:
310 + - aggregation: total
311 + kind: counter
312 + - id: network_bytes_ingress
313 + azure_name: network_bytes_ingress
314 + time_grain: PT1M
315 + series:
316 + - aggregation: total
317 + kind: counter
318 + - id: network_bytes_egress
319 + azure_name: network_bytes_egress
320 + time_grain: PT1M
321 + series:
322 + - aggregation: total
323 + kind: counter
324 + - id: storage_io_count
325 + azure_name: storage_io_count
326 + time_grain: PT1M
327 + series:
328 + - aggregation: total
329 + kind: counter
330 + - id: trx_rseg_history_len
331 + azure_name: trx_rseg_history_len
332 + time_grain: PT1M
333 + series:
334 + - aggregation: maximum
335 + kind: gauge
336 template:
337 family: Azure MySQL Flexible Server
338 context_namespace: mysql_flexible
339 chart_defaults:
340 label_promotion:
341 - - resource_name
342 - - resource_group
343 - - region
344 - - resource_type
345 - - profile
341 + - resource_name
342 + - resource_group
343 + - region
344 + - resource_type
345 + - profile
346 instances:
347 by_labels:
348 - - resource_uid
348 + - resource_uid
349 charts:
350 - - id: am_azure_mysql_flexible__cpu
351 - title: Azure MySQL Flexible Server CPU Utilization
352 - context: cpu
353 - family: Utilization
354 - type: line
355 - units: percentage
356 - algorithm: absolute
357 - dimensions:
358 - - selector: mysql_flexible.cpu_percent_average
359 - name: average
360 - - id: am_azure_mysql_flexible__memory
361 - title: Azure MySQL Flexible Server Memory Utilization
362 - context: memory
363 - family: Utilization
364 - type: line
365 - units: percentage
366 - algorithm: absolute
367 - dimensions:
368 - - selector: mysql_flexible.memory_percent_average
369 - name: average
370 - - id: am_azure_mysql_flexible__io_utilization
371 - title: Azure MySQL Flexible Server Storage I/O Utilization
372 - context: io_utilization
373 - family: Utilization
374 - type: line
375 - units: percentage
376 - algorithm: absolute
377 - dimensions:
378 - - selector: mysql_flexible.io_consumption_percent_average
379 - name: average
380 - - id: am_azure_mysql_flexible__cpu_credits
381 - title: Azure MySQL Flexible Server CPU Credits
382 - context: cpu_credits
383 - family: Utilization
384 - type: line
385 - units: credits
386 - algorithm: absolute
387 - dimensions:
388 - - selector: mysql_flexible.cpu_credits_consumed_average
389 - name: consumed
390 - - selector: mysql_flexible.cpu_credits_remaining_average
391 - name: remaining
392 - - id: am_azure_mysql_flexible__ha_status
393 - title: Azure MySQL Flexible Server HA Replication Status
394 - context: ha_status
395 - family: Availability
396 - type: line
397 - units: status
398 - algorithm: absolute
399 - dimensions:
400 - - selector: mysql_flexible.ha_io_status_maximum
401 - name: io
402 - - selector: mysql_flexible.ha_sql_status_maximum
403 - name: sql
404 - - id: am_azure_mysql_flexible__replica_status
405 - title: Azure MySQL Flexible Server Replica Status
406 - context: replica_status
407 - family: Availability
408 - type: line
409 - units: status
410 - algorithm: absolute
411 - dimensions:
412 - - selector: mysql_flexible.replica_io_running_maximum
413 - name: io
414 - - selector: mysql_flexible.replica_sql_running_maximum
415 - name: sql
416 - - id: am_azure_mysql_flexible__uptime
417 - title: Azure MySQL Flexible Server Uptime
418 - context: uptime
419 - family: Availability
420 - type: line
421 - units: seconds
422 - algorithm: absolute
423 - dimensions:
424 - - selector: mysql_flexible.uptime_maximum
425 - name: uptime
426 - - id: am_azure_mysql_flexible__replication_lag
427 - title: Azure MySQL Flexible Server Replication Lag
428 - context: replication_lag
429 - family: Replication
430 - type: line
431 - units: seconds
432 - algorithm: absolute
433 - dimensions:
434 - - selector: mysql_flexible.replication_lag_average
435 - name: replica
436 - - selector: mysql_flexible.ha_replication_lag_average
437 - name: ha
438 - - id: am_azure_mysql_flexible__innodb_row_lock_time
439 - title: Azure MySQL Flexible Server InnoDB Row Lock Time
440 - context: innodb_row_lock_time
441 - family: Contention
442 - type: line
443 - units: milliseconds
444 - algorithm: absolute
445 - dimensions:
446 - - selector: mysql_flexible.innodb_row_lock_time_average
447 - name: average
448 - - id: am_azure_mysql_flexible__innodb_row_lock_waits
449 - title: Azure MySQL Flexible Server InnoDB Row Lock Waits
450 - context: innodb_row_lock_waits
451 - family: Contention
452 - type: line
453 - units: waits/s
454 - algorithm: incremental
455 - dimensions:
456 - - selector: mysql_flexible.innodb_row_lock_waits_total
457 - name: total
458 - - id: am_azure_mysql_flexible__aborted_connections
459 - title: Azure MySQL Flexible Server Aborted Connections
460 - context: aborted_connections
461 - family: Errors
462 - type: line
463 - units: connections/s
464 - algorithm: incremental
465 - dimensions:
466 - - selector: mysql_flexible.aborted_connections_total
467 - name: total
468 - - id: am_azure_mysql_flexible__active_connections
469 - title: Azure MySQL Flexible Server Active Connections
470 - context: active_connections
471 - family: Connections
472 - type: line
473 - units: connections
474 - algorithm: absolute
475 - dimensions:
476 - - selector: mysql_flexible.active_connections_average
477 - name: average
478 - - id: am_azure_mysql_flexible__total_connections
479 - title: Azure MySQL Flexible Server Total Connections
480 - context: total_connections
481 - family: Connections
482 - type: line
483 - units: connections/s
484 - algorithm: incremental
485 - dimensions:
486 - - selector: mysql_flexible.total_connections_total
487 - name: total
488 - - id: am_azure_mysql_flexible__active_transactions
489 - title: Azure MySQL Flexible Server Active Transactions
490 - context: active_transactions
491 - family: Connections
492 - type: line
493 - units: transactions
494 - algorithm: absolute
495 - dimensions:
496 - - selector: mysql_flexible.active_transactions_average
497 - name: average
498 - - id: am_azure_mysql_flexible__threads_running
499 - title: Azure MySQL Flexible Server Threads Running
500 - context: threads_running
501 - family: Connections
502 - type: line
503 - units: threads
504 - algorithm: absolute
505 - dimensions:
506 - - selector: mysql_flexible.threads_running_maximum
507 - name: maximum
508 - - id: am_azure_mysql_flexible__queries
509 - title: Azure MySQL Flexible Server Queries
510 - context: queries
511 - family: Throughput
512 - type: line
513 - units: queries/s
514 - algorithm: incremental
515 - dimensions:
516 - - selector: mysql_flexible.queries_total
517 - name: total
518 - - selector: mysql_flexible.slow_queries_total
519 - name: slow
520 - - id: am_azure_mysql_flexible__dml_statements
521 - title: Azure MySQL Flexible Server DML Statements
522 - context: dml_statements
523 - family: Throughput
524 - type: line
525 - units: statements/s
526 - algorithm: incremental
527 - dimensions:
528 - - selector: mysql_flexible.com_select_total
529 - name: select
530 - - selector: mysql_flexible.com_insert_total
531 - name: insert
532 - - selector: mysql_flexible.com_update_total
533 - name: update
534 - - selector: mysql_flexible.com_delete_total
535 - name: delete
536 - - id: am_azure_mysql_flexible__ddl_statements
537 - title: Azure MySQL Flexible Server DDL Statements
538 - context: ddl_statements
539 - family: Throughput
540 - type: line
541 - units: statements/s
542 - algorithm: incremental
543 - dimensions:
544 - - selector: mysql_flexible.com_create_table_total
545 - name: create_table
546 - - selector: mysql_flexible.com_alter_table_total
547 - name: alter_table
548 - - selector: mysql_flexible.com_drop_table_total
549 - name: drop_table
550 - - selector: mysql_flexible.com_create_db_total
551 - name: create_db
552 - - selector: mysql_flexible.com_drop_db_total
553 - name: drop_db
554 - - id: am_azure_mysql_flexible__lock_deadlocks
555 - title: Azure MySQL Flexible Server Deadlocks
556 - context: lock_deadlocks
557 - family: Contention
558 - type: line
559 - units: deadlocks/s
560 - algorithm: incremental
561 - dimensions:
562 - - selector: mysql_flexible.lock_deadlocks_total
563 - name: total
564 - - id: am_azure_mysql_flexible__lock_timeouts
565 - title: Azure MySQL Flexible Server Lock Timeouts
566 - context: lock_timeouts
567 - family: Contention
568 - type: line
569 - units: timeouts/s
570 - algorithm: incremental
571 - dimensions:
572 - - selector: mysql_flexible.lock_timeouts_total
573 - name: total
574 - - id: am_azure_mysql_flexible__innodb_buffer_pool_pages
575 - title: Azure MySQL Flexible Server InnoDB Buffer Pool Pages
576 - context: innodb_buffer_pool_pages
577 - family: InnoDB
578 - type: line
579 - units: pages
580 - algorithm: absolute
581 - dimensions:
582 - - selector: mysql_flexible.innodb_buffer_pool_pages_data_maximum
583 - name: data
584 - - selector: mysql_flexible.innodb_buffer_pool_pages_dirty_maximum
585 - name: dirty
586 - - selector: mysql_flexible.innodb_buffer_pool_pages_free_maximum
587 - name: free
588 - - selector: mysql_flexible.innodb_buffer_pool_pages_flushed_average
589 - name: flushed
590 - - id: am_azure_mysql_flexible__innodb_buffer_pool_io
591 - title: Azure MySQL Flexible Server InnoDB Buffer Pool I/O
592 - context: innodb_buffer_pool_io
593 - family: InnoDB
594 - type: line
595 - units: requests/s
596 - algorithm: incremental
597 - dimensions:
598 - - selector: mysql_flexible.innodb_buffer_pool_read_requests_total
599 - name: read_requests
600 - - selector: mysql_flexible.innodb_buffer_pool_reads_total
601 - name: disk_reads
602 - - id: am_azure_mysql_flexible__innodb_data_writes
603 - title: Azure MySQL Flexible Server InnoDB Data Writes
604 - context: innodb_data_writes
605 - family: InnoDB
606 - type: line
607 - units: writes/s
608 - algorithm: incremental
609 - dimensions:
610 - - selector: mysql_flexible.innodb_data_writes_total
611 - name: total
612 - - id: am_azure_mysql_flexible__sort_merge_passes
613 - title: Azure MySQL Flexible Server Sort Merge Passes
614 - context: sort_merge_passes
615 - family: Performance
616 - type: line
617 - units: passes/s
618 - algorithm: incremental
619 - dimensions:
620 - - selector: mysql_flexible.sort_merge_passes_total
621 - name: total
622 - - id: am_azure_mysql_flexible__network
623 - title: Azure MySQL Flexible Server Network Traffic
624 - context: network
625 - family: Network
626 - type: line
627 - units: bytes/s
628 - algorithm: incremental
629 - dimensions:
630 - - selector: mysql_flexible.network_bytes_ingress_total
631 - name: in
632 - - selector: mysql_flexible.network_bytes_egress_total
633 - name: out
634 - - id: am_azure_mysql_flexible__storage_io
635 - title: Azure MySQL Flexible Server Storage I/O
636 - context: storage_io
637 - family: I/O
638 - type: line
639 - units: operations/s
640 - algorithm: incremental
641 - dimensions:
642 - - selector: mysql_flexible.storage_io_count_total
643 - name: total
644 - - id: am_azure_mysql_flexible__storage
645 - title: Azure MySQL Flexible Server Storage
646 - context: storage
647 - family: Capacity
648 - type: line
649 - units: bytes
650 - algorithm: absolute
651 - dimensions:
652 - - selector: mysql_flexible.storage_used_average
653 - name: used
654 - - selector: mysql_flexible.storage_limit_maximum
655 - name: limit
656 - - id: am_azure_mysql_flexible__storage_utilization
657 - title: Azure MySQL Flexible Server Storage Utilization
658 - context: storage_utilization
659 - family: Capacity
660 - type: line
661 - units: percentage
662 - algorithm: absolute
663 - dimensions:
664 - - selector: mysql_flexible.storage_percent_average
665 - name: average
666 - - id: am_azure_mysql_flexible__storage_breakdown
667 - title: Azure MySQL Flexible Server Storage Breakdown
668 - context: storage_breakdown
669 - family: Capacity
670 - type: line
671 - units: bytes
672 - algorithm: absolute
673 - dimensions:
674 - - selector: mysql_flexible.data_storage_used_average
675 - name: data
676 - - selector: mysql_flexible.ibdata1_storage_used_average
677 - name: ibdata1
678 - - selector: mysql_flexible.binlog_storage_used_average
679 - name: binlog
680 - - selector: mysql_flexible.others_storage_used_average
681 - name: others
682 - - id: am_azure_mysql_flexible__backup_storage
683 - title: Azure MySQL Flexible Server Backup Storage
684 - context: backup_storage
685 - family: Capacity
686 - type: line
687 - units: bytes
688 - algorithm: absolute
689 - dimensions:
690 - - selector: mysql_flexible.backup_storage_used_average
691 - name: used
692 - - id: am_azure_mysql_flexible__serverlog_storage
693 - title: Azure MySQL Flexible Server Server Log Storage
694 - context: serverlog_storage
695 - family: Capacity
696 - type: line
697 - units: bytes
698 - algorithm: absolute
699 - dimensions:
700 - - selector: mysql_flexible.serverlog_storage_usage_average
701 - name: used
702 - - selector: mysql_flexible.serverlog_storage_limit_maximum
703 - name: limit
704 - - id: am_azure_mysql_flexible__serverlog_storage_utilization
705 - title: Azure MySQL Flexible Server Server Log Storage Utilization
706 - context: serverlog_storage_utilization
707 - family: Capacity
708 - type: line
709 - units: percentage
710 - algorithm: absolute
711 - dimensions:
712 - - selector: mysql_flexible.serverlog_storage_percent_average
713 - name: average
714 - - id: am_azure_mysql_flexible__history_list_length
715 - title: Azure MySQL Flexible Server History List Length
716 - context: history_list_length
717 - family: InnoDB
718 - type: line
719 - units: entries
720 - algorithm: absolute
721 - dimensions:
722 - - selector: mysql_flexible.trx_rseg_history_len_maximum
723 - name: maximum
350 + - id: am_azure_mysql_flexible__cpu
351 + title: Azure MySQL Flexible Server CPU Utilization
352 + context: cpu
353 + family: Utilization
354 + type: line
355 + units: percentage
356 + algorithm: absolute
357 + dimensions:
358 + - selector: mysql_flexible.cpu_percent_average
359 + name: average
360 + - id: am_azure_mysql_flexible__memory
361 + title: Azure MySQL Flexible Server Memory Utilization
362 + context: memory
363 + family: Utilization
364 + type: line
365 + units: percentage
366 + algorithm: absolute
367 + dimensions:
368 + - selector: mysql_flexible.memory_percent_average
369 + name: average
370 + - id: am_azure_mysql_flexible__io_utilization
371 + title: Azure MySQL Flexible Server Storage I/O Utilization
372 + context: io_utilization
373 + family: Utilization
374 + type: line
375 + units: percentage
376 + algorithm: absolute
377 + dimensions:
378 + - selector: mysql_flexible.io_consumption_percent_average
379 + name: average
380 + - id: am_azure_mysql_flexible__cpu_credits
381 + title: Azure MySQL Flexible Server CPU Credits
382 + context: cpu_credits
383 + family: Utilization
384 + type: line
385 + units: credits
386 + algorithm: absolute
387 + dimensions:
388 + - selector: mysql_flexible.cpu_credits_consumed_average
389 + name: consumed
390 + - selector: mysql_flexible.cpu_credits_remaining_average
391 + name: remaining
392 + - id: am_azure_mysql_flexible__ha_status
393 + title: Azure MySQL Flexible Server HA Replication Status
394 + context: ha_status
395 + family: Availability
396 + type: line
397 + units: status
398 + algorithm: absolute
399 + dimensions:
400 + - selector: mysql_flexible.ha_io_status_maximum
401 + name: io
402 + - selector: mysql_flexible.ha_sql_status_maximum
403 + name: sql
404 + - id: am_azure_mysql_flexible__replica_status
405 + title: Azure MySQL Flexible Server Replica Status
406 + context: replica_status
407 + family: Availability
408 + type: line
409 + units: status
410 + algorithm: absolute
411 + dimensions:
412 + - selector: mysql_flexible.replica_io_running_maximum
413 + name: io
414 + - selector: mysql_flexible.replica_sql_running_maximum
415 + name: sql
416 + - id: am_azure_mysql_flexible__uptime
417 + title: Azure MySQL Flexible Server Uptime
418 + context: uptime
419 + family: Availability
420 + type: line
421 + units: seconds
422 + algorithm: absolute
423 + dimensions:
424 + - selector: mysql_flexible.uptime_maximum
425 + name: uptime
426 + - id: am_azure_mysql_flexible__replication_lag
427 + title: Azure MySQL Flexible Server Replication Lag
428 + context: replication_lag
429 + family: Replication
430 + type: line
431 + units: seconds
432 + algorithm: absolute
433 + dimensions:
434 + - selector: mysql_flexible.replication_lag_average
435 + name: replica
436 + - selector: mysql_flexible.ha_replication_lag_average
437 + name: ha
438 + - id: am_azure_mysql_flexible__innodb_row_lock_time
439 + title: Azure MySQL Flexible Server InnoDB Row Lock Time
440 + context: innodb_row_lock_time
441 + family: Contention
442 + type: line
443 + units: milliseconds
444 + algorithm: absolute
445 + dimensions:
446 + - selector: mysql_flexible.innodb_row_lock_time_average
447 + name: average
448 + - id: am_azure_mysql_flexible__innodb_row_lock_waits
449 + title: Azure MySQL Flexible Server InnoDB Row Lock Waits
450 + context: innodb_row_lock_waits
451 + family: Contention
452 + type: line
453 + units: waits/s
454 + algorithm: incremental
455 + dimensions:
456 + - selector: mysql_flexible.innodb_row_lock_waits_total
457 + name: total
458 + - id: am_azure_mysql_flexible__aborted_connections
459 + title: Azure MySQL Flexible Server Aborted Connections
460 + context: aborted_connections
461 + family: Errors
462 + type: line
463 + units: connections/s
464 + algorithm: incremental
465 + dimensions:
466 + - selector: mysql_flexible.aborted_connections_total
467 + name: total
468 + - id: am_azure_mysql_flexible__active_connections
469 + title: Azure MySQL Flexible Server Active Connections
470 + context: active_connections
471 + family: Connections
472 + type: line
473 + units: connections
474 + algorithm: absolute
475 + dimensions:
476 + - selector: mysql_flexible.active_connections_average
477 + name: average
478 + - id: am_azure_mysql_flexible__total_connections
479 + title: Azure MySQL Flexible Server Total Connections
480 + context: total_connections
481 + family: Connections
482 + type: line
483 + units: connections/s
484 + algorithm: incremental
485 + dimensions:
486 + - selector: mysql_flexible.total_connections_total
487 + name: total
488 + - id: am_azure_mysql_flexible__active_transactions
489 + title: Azure MySQL Flexible Server Active Transactions
490 + context: active_transactions
491 + family: Connections
492 + type: line
493 + units: transactions
494 + algorithm: absolute
495 + dimensions:
496 + - selector: mysql_flexible.active_transactions_average
497 + name: average
498 + - id: am_azure_mysql_flexible__threads_running
499 + title: Azure MySQL Flexible Server Threads Running
500 + context: threads_running
501 + family: Connections
502 + type: line
503 + units: threads
504 + algorithm: absolute
505 + dimensions:
506 + - selector: mysql_flexible.threads_running_maximum
507 + name: maximum
508 + - id: am_azure_mysql_flexible__queries
509 + title: Azure MySQL Flexible Server Queries
510 + context: queries
511 + family: Throughput
512 + type: line
513 + units: queries/s
514 + algorithm: incremental
515 + dimensions:
516 + - selector: mysql_flexible.queries_total
517 + name: total
518 + - selector: mysql_flexible.slow_queries_total
519 + name: slow
520 + - id: am_azure_mysql_flexible__dml_statements
521 + title: Azure MySQL Flexible Server DML Statements
522 + context: dml_statements
523 + family: Throughput
524 + type: line
525 + units: statements/s
526 + algorithm: incremental
527 + dimensions:
528 + - selector: mysql_flexible.com_select_total
529 + name: select
530 + - selector: mysql_flexible.com_insert_total
531 + name: insert
532 + - selector: mysql_flexible.com_update_total
533 + name: update
534 + - selector: mysql_flexible.com_delete_total
535 + name: delete
536 + - id: am_azure_mysql_flexible__ddl_statements
537 + title: Azure MySQL Flexible Server DDL Statements
538 + context: ddl_statements
539 + family: Throughput
540 + type: line
541 + units: statements/s
542 + algorithm: incremental
543 + dimensions:
544 + - selector: mysql_flexible.com_create_table_total
545 + name: create_table
546 + - selector: mysql_flexible.com_alter_table_total
547 + name: alter_table
548 + - selector: mysql_flexible.com_drop_table_total
549 + name: drop_table
550 + - selector: mysql_flexible.com_create_db_total
551 + name: create_db
552 + - selector: mysql_flexible.com_drop_db_total
553 + name: drop_db
554 + - id: am_azure_mysql_flexible__lock_deadlocks
555 + title: Azure MySQL Flexible Server Deadlocks
556 + context: lock_deadlocks
557 + family: Contention
558 + type: line
559 + units: deadlocks/s
560 + algorithm: incremental
561 + dimensions:
562 + - selector: mysql_flexible.lock_deadlocks_total
563 + name: total
564 + - id: am_azure_mysql_flexible__lock_timeouts
565 + title: Azure MySQL Flexible Server Lock Timeouts
566 + context: lock_timeouts
567 + family: Contention
568 + type: line
569 + units: timeouts/s
570 + algorithm: incremental
571 + dimensions:
572 + - selector: mysql_flexible.lock_timeouts_total
573 + name: total
574 + - id: am_azure_mysql_flexible__innodb_buffer_pool_pages
575 + title: Azure MySQL Flexible Server InnoDB Buffer Pool Pages
576 + context: innodb_buffer_pool_pages
577 + family: InnoDB
578 + type: line
579 + units: pages
580 + algorithm: absolute
581 + dimensions:
582 + - selector: mysql_flexible.innodb_buffer_pool_pages_data_maximum
583 + name: data
584 + - selector: mysql_flexible.innodb_buffer_pool_pages_dirty_maximum
585 + name: dirty
586 + - selector: mysql_flexible.innodb_buffer_pool_pages_free_maximum
587 + name: free
588 + - selector: mysql_flexible.innodb_buffer_pool_pages_flushed_average
589 + name: flushed
590 + - id: am_azure_mysql_flexible__innodb_buffer_pool_io
591 + title: Azure MySQL Flexible Server InnoDB Buffer Pool I/O
592 + context: innodb_buffer_pool_io
593 + family: InnoDB
594 + type: line
595 + units: requests/s
596 + algorithm: incremental
597 + dimensions:
598 + - selector: mysql_flexible.innodb_buffer_pool_read_requests_total
599 + name: read_requests
600 + - selector: mysql_flexible.innodb_buffer_pool_reads_total
601 + name: disk_reads
602 + - id: am_azure_mysql_flexible__innodb_data_writes
603 + title: Azure MySQL Flexible Server InnoDB Data Writes
604 + context: innodb_data_writes
605 + family: InnoDB
606 + type: line
607 + units: writes/s
608 + algorithm: incremental
609 + dimensions:
610 + - selector: mysql_flexible.innodb_data_writes_total
611 + name: total
612 + - id: am_azure_mysql_flexible__sort_merge_passes
613 + title: Azure MySQL Flexible Server Sort Merge Passes
614 + context: sort_merge_passes
615 + family: Performance
616 + type: line
617 + units: passes/s
618 + algorithm: incremental
619 + dimensions:
620 + - selector: mysql_flexible.sort_merge_passes_total
621 + name: total
622 + - id: am_azure_mysql_flexible__network
623 + title: Azure MySQL Flexible Server Network Traffic
624 + context: network
625 + family: Network
626 + type: line
627 + units: bytes/s
628 + algorithm: incremental
629 + dimensions:
630 + - selector: mysql_flexible.network_bytes_ingress_total
631 + name: in
632 + - selector: mysql_flexible.network_bytes_egress_total
633 + name: out
634 + - id: am_azure_mysql_flexible__storage_io
635 + title: Azure MySQL Flexible Server Storage I/O
636 + context: storage_io
637 + family: IO
638 + type: line
639 + units: operations/s
640 + algorithm: incremental
641 + dimensions:
642 + - selector: mysql_flexible.storage_io_count_total
643 + name: total
644 + - id: am_azure_mysql_flexible__storage
645 + title: Azure MySQL Flexible Server Storage
646 + context: storage
647 + family: Capacity
648 + type: line
649 + units: bytes
650 + algorithm: absolute
651 + dimensions:
652 + - selector: mysql_flexible.storage_used_average
653 + name: used
654 + - selector: mysql_flexible.storage_limit_maximum
655 + name: limit
656 + - id: am_azure_mysql_flexible__storage_utilization
657 + title: Azure MySQL Flexible Server Storage Utilization
658 + context: storage_utilization
659 + family: Capacity
660 + type: line
661 + units: percentage
662 + algorithm: absolute
663 + dimensions:
664 + - selector: mysql_flexible.storage_percent_average
665 + name: average
666 + - id: am_azure_mysql_flexible__storage_breakdown
667 + title: Azure MySQL Flexible Server Storage Breakdown
668 + context: storage_breakdown
669 + family: Capacity
670 + type: line
671 + units: bytes
672 + algorithm: absolute
673 + dimensions:
674 + - selector: mysql_flexible.data_storage_used_average
675 + name: data
676 + - selector: mysql_flexible.ibdata1_storage_used_average
677 + name: ibdata1
678 + - selector: mysql_flexible.binlog_storage_used_average
679 + name: binlog
680 + - selector: mysql_flexible.others_storage_used_average
681 + name: others
682 + - id: am_azure_mysql_flexible__backup_storage
683 + title: Azure MySQL Flexible Server Backup Storage
684 + context: backup_storage
685 + family: Capacity
686 + type: line
687 + units: bytes
688 + algorithm: absolute
689 + dimensions:
690 + - selector: mysql_flexible.backup_storage_used_average
691 + name: used
692 + - id: am_azure_mysql_flexible__serverlog_storage
693 + title: Azure MySQL Flexible Server Server Log Storage
694 + context: serverlog_storage
695 + family: Capacity
696 + type: line
697 + units: bytes
698 + algorithm: absolute
699 + dimensions:
700 + - selector: mysql_flexible.serverlog_storage_usage_average
701 + name: used
702 + - selector: mysql_flexible.serverlog_storage_limit_maximum
703 + name: limit
704 + - id: am_azure_mysql_flexible__serverlog_storage_utilization
705 + title: Azure MySQL Flexible Server Server Log Storage Utilization
706 + context: serverlog_storage_utilization
707 + family: Capacity
708 + type: line
709 + units: percentage
710 + algorithm: absolute
711 + dimensions:
712 + - selector: mysql_flexible.serverlog_storage_percent_average
713 + name: average
714 + - id: am_azure_mysql_flexible__history_list_length
715 + title: Azure MySQL Flexible Server History List Length
716 + context: history_list_length
717 + family: InnoDB
718 + type: line
719 + units: entries
720 + algorithm: absolute
721 + dimensions:
722 + - selector: mysql_flexible.trx_rseg_history_len_maximum
723 + name: maximum
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/nat_gateway.yaml
+102 -102
@@ -3,113 +3,113 @@ id: nat_gateway
3 name: Azure NAT Gateway
4 resource_type: Microsoft.Network/natGateways
5 metrics:
6 -- id: datapath_availability
7 - azure_name: DatapathAvailability
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: byte_count
13 - azure_name: ByteCount
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: packet_count
19 - azure_name: PacketCount
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: packet_drop_count
25 - azure_name: PacketDropCount
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: snat_connection_count
31 - azure_name: SNATConnectionCount
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: gauge
36 -- id: total_connection_count
37 - azure_name: TotalConnectionCount
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: gauge
6 + - id: datapath_availability
7 + azure_name: DatapathAvailability
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: byte_count
13 + azure_name: ByteCount
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: packet_count
19 + azure_name: PacketCount
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: packet_drop_count
25 + azure_name: PacketDropCount
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: snat_connection_count
31 + azure_name: SNATConnectionCount
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: gauge
36 + - id: total_connection_count
37 + azure_name: TotalConnectionCount
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: gauge
42 template:
43 family: Azure NAT Gateway
44 context_namespace: nat_gateway
45 chart_defaults:
46 label_promotion:
47 - - resource_name
48 - - resource_group
49 - - region
50 - - resource_type
51 - - profile
47 + - resource_name
48 + - resource_group
49 + - region
50 + - resource_type
51 + - profile
52 instances:
53 by_labels:
54 - - resource_uid
54 + - resource_uid
55 charts:
56 - - id: am_azure_nat_gateway__datapath_availability
57 - title: Azure NAT Gateway Datapath Availability
58 - context: datapath_availability
59 - family: Availability
60 - type: line
61 - units: percentage
62 - algorithm: absolute
63 - dimensions:
64 - - selector: nat_gateway.datapath_availability_average
65 - name: average
66 - - id: am_azure_nat_gateway__byte_throughput
67 - title: Azure NAT Gateway Byte Throughput
68 - context: byte_throughput
69 - family: Throughput
70 - type: line
71 - units: bytes/s
72 - algorithm: incremental
73 - dimensions:
74 - - selector: nat_gateway.byte_count_total
75 - name: total
76 - - id: am_azure_nat_gateway__packet_throughput
77 - title: Azure NAT Gateway Packet Throughput
78 - context: packet_throughput
79 - family: Throughput
80 - type: line
81 - units: packets/s
82 - algorithm: incremental
83 - dimensions:
84 - - selector: nat_gateway.packet_count_total
85 - name: total
86 - - id: am_azure_nat_gateway__dropped_packets
87 - title: Azure NAT Gateway Dropped Packets
88 - context: dropped_packets
89 - family: Errors
90 - type: line
91 - units: packets/s
92 - algorithm: incremental
93 - dimensions:
94 - - selector: nat_gateway.packet_drop_count_total
95 - name: total
96 - - id: am_azure_nat_gateway__snat_connections
97 - title: Azure NAT Gateway SNAT Connections
98 - context: snat_connections
99 - family: Connections
100 - type: line
101 - units: connections
102 - algorithm: absolute
103 - dimensions:
104 - - selector: nat_gateway.snat_connection_count_total
105 - name: total
106 - - id: am_azure_nat_gateway__total_connections
107 - title: Azure NAT Gateway Total SNAT Connections
108 - context: total_connections
109 - family: Connections
110 - type: line
111 - units: connections
112 - algorithm: absolute
113 - dimensions:
114 - - selector: nat_gateway.total_connection_count_total
115 - name: total
56 + - id: am_azure_nat_gateway__datapath_availability
57 + title: Azure NAT Gateway Datapath Availability
58 + context: datapath_availability
59 + family: Availability
60 + type: line
61 + units: percentage
62 + algorithm: absolute
63 + dimensions:
64 + - selector: nat_gateway.datapath_availability_average
65 + name: average
66 + - id: am_azure_nat_gateway__byte_throughput
67 + title: Azure NAT Gateway Byte Throughput
68 + context: byte_throughput
69 + family: Throughput
70 + type: line
71 + units: bytes/s
72 + algorithm: incremental
73 + dimensions:
74 + - selector: nat_gateway.byte_count_total
75 + name: total
76 + - id: am_azure_nat_gateway__packet_throughput
77 + title: Azure NAT Gateway Packet Throughput
78 + context: packet_throughput
79 + family: Throughput
80 + type: line
81 + units: packets/s
82 + algorithm: incremental
83 + dimensions:
84 + - selector: nat_gateway.packet_count_total
85 + name: total
86 + - id: am_azure_nat_gateway__dropped_packets
87 + title: Azure NAT Gateway Dropped Packets
88 + context: dropped_packets
89 + family: Errors
90 + type: line
91 + units: packets/s
92 + algorithm: incremental
93 + dimensions:
94 + - selector: nat_gateway.packet_drop_count_total
95 + name: total
96 + - id: am_azure_nat_gateway__snat_connections
97 + title: Azure NAT Gateway SNAT Connections
98 + context: snat_connections
99 + family: Connections
100 + type: line
101 + units: connections
102 + algorithm: absolute
103 + dimensions:
104 + - selector: nat_gateway.snat_connection_count_total
105 + name: total
106 + - id: am_azure_nat_gateway__total_connections
107 + title: Azure NAT Gateway Total SNAT Connections
108 + context: total_connections
109 + family: Connections
110 + type: line
111 + units: connections
112 + algorithm: absolute
113 + dimensions:
114 + - selector: nat_gateway.total_connection_count_total
115 + name: total
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/postgres_flexible.yaml
+918 -918
@@ -3,929 +3,929 @@ id: postgres_flexible
3 name: Azure PostgreSQL Flexible Server
4 resource_type: Microsoft.DBforPostgreSQL/flexibleServers
5 metrics:
6 -- id: cpu_percent
7 - azure_name: cpu_percent
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: memory_percent
13 - azure_name: memory_percent
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: is_db_alive
19 - azure_name: is_db_alive
20 - time_grain: PT1M
21 - series:
22 - - aggregation: maximum
23 - kind: gauge
24 -- id: iops
25 - azure_name: iops
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: read_iops
31 - azure_name: read_iops
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: write_iops
37 - azure_name: write_iops
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: read_throughput
43 - azure_name: read_throughput
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: write_throughput
49 - azure_name: write_throughput
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 -- id: disk_bandwidth_consumed_percentage
55 - azure_name: disk_bandwidth_consumed_percentage
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: disk_iops_consumed_percentage
61 - azure_name: disk_iops_consumed_percentage
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: disk_queue_depth
67 - azure_name: disk_queue_depth
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: blks_hit
73 - azure_name: blks_hit
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: blks_read
79 - azure_name: blks_read
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: active_connections
85 - azure_name: active_connections
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: connections_succeeded
91 - azure_name: connections_succeeded
92 - time_grain: PT1M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: connections_failed
97 - azure_name: connections_failed
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: tps
103 - azure_name: tps
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: xact_commit
109 - azure_name: xact_commit
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: xact_rollback
115 - azure_name: xact_rollback
116 - time_grain: PT1M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: deadlocks
121 - azure_name: deadlocks
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: tup_returned
127 - azure_name: tup_returned
128 - time_grain: PT1M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: tup_fetched
133 - azure_name: tup_fetched
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: tup_inserted
139 - azure_name: tup_inserted
140 - time_grain: PT1M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: tup_updated
145 - azure_name: tup_updated
146 - time_grain: PT1M
147 - series:
148 - - aggregation: total
149 - kind: counter
150 -- id: tup_deleted
151 - azure_name: tup_deleted
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: temp_files
157 - azure_name: temp_files
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: temp_bytes
163 - azure_name: temp_bytes
164 - time_grain: PT1M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: longest_query_time_sec
169 - azure_name: longest_query_time_sec
170 - time_grain: PT1M
171 - series:
172 - - aggregation: maximum
173 - kind: gauge
174 -- id: longest_transaction_time_sec
175 - azure_name: longest_transaction_time_sec
176 - time_grain: PT1M
177 - series:
178 - - aggregation: maximum
179 - kind: gauge
180 -- id: maximum_used_transaction_ids
181 - azure_name: maximum_used_transactionIDs
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: oldest_backend_xmin_age
187 - azure_name: oldest_backend_xmin_age
188 - time_grain: PT1M
189 - series:
190 - - aggregation: maximum
191 - kind: gauge
192 -- id: network_bytes_egress
193 - azure_name: network_bytes_egress
194 - time_grain: PT1M
195 - series:
196 - - aggregation: total
197 - kind: counter
198 -- id: network_bytes_ingress
199 - azure_name: network_bytes_ingress
200 - time_grain: PT1M
201 - series:
202 - - aggregation: total
203 - kind: counter
204 -- id: storage_used
205 - azure_name: storage_used
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: storage_free
211 - azure_name: storage_free
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: storage_percent
217 - azure_name: storage_percent
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: txlogs_storage_used
223 - azure_name: txlogs_storage_used
224 - time_grain: PT1M
225 - series:
226 - - aggregation: average
227 - kind: gauge
228 -- id: database_size_bytes
229 - azure_name: database_size_bytes
230 - time_grain: PT30M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: backup_storage_used
235 - azure_name: backup_storage_used
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: oldest_backend_xmin
241 - azure_name: oldest_backend_xmin
242 - time_grain: PT1M
243 - series:
244 - - aggregation: maximum
245 - kind: gauge
246 -- id: sessions_by_state
247 - azure_name: sessions_by_state
248 - time_grain: PT1M
249 - series:
250 - - aggregation: maximum
251 - kind: gauge
252 -- id: sessions_by_wait_event_type
253 - azure_name: sessions_by_wait_event_type
254 - time_grain: PT1M
255 - series:
256 - - aggregation: maximum
257 - kind: gauge
258 -- id: analyze_count_user_tables
259 - azure_name: analyze_count_user_tables
260 - time_grain: PT30M
261 - series:
262 - - aggregation: maximum
263 - kind: gauge
264 -- id: autoanalyze_count_user_tables
265 - azure_name: autoanalyze_count_user_tables
266 - time_grain: PT30M
267 - series:
268 - - aggregation: maximum
269 - kind: gauge
270 -- id: autovacuum_count_user_tables
271 - azure_name: autovacuum_count_user_tables
272 - time_grain: PT30M
273 - series:
274 - - aggregation: maximum
275 - kind: gauge
276 -- id: bloat_percent
277 - azure_name: bloat_percent
278 - time_grain: PT30M
279 - series:
280 - - aggregation: maximum
281 - kind: gauge
282 -- id: n_dead_tup_user_tables
283 - azure_name: n_dead_tup_user_tables
284 - time_grain: PT30M
285 - series:
286 - - aggregation: maximum
287 - kind: gauge
288 -- id: n_live_tup_user_tables
289 - azure_name: n_live_tup_user_tables
290 - time_grain: PT30M
291 - series:
292 - - aggregation: maximum
293 - kind: gauge
294 -- id: n_mod_since_analyze_user_tables
295 - azure_name: n_mod_since_analyze_user_tables
296 - time_grain: PT30M
297 - series:
298 - - aggregation: maximum
299 - kind: gauge
300 -- id: tables_analyzed_user_tables
301 - azure_name: tables_analyzed_user_tables
302 - time_grain: PT30M
303 - series:
304 - - aggregation: maximum
305 - kind: gauge
306 -- id: tables_autoanalyzed_user_tables
307 - azure_name: tables_autoanalyzed_user_tables
308 - time_grain: PT30M
309 - series:
310 - - aggregation: maximum
311 - kind: gauge
312 -- id: tables_autovacuumed_user_tables
313 - azure_name: tables_autovacuumed_user_tables
314 - time_grain: PT30M
315 - series:
316 - - aggregation: maximum
317 - kind: gauge
318 -- id: tables_counter_user_tables
319 - azure_name: tables_counter_user_tables
320 - time_grain: PT30M
321 - series:
322 - - aggregation: maximum
323 - kind: gauge
324 -- id: tables_vacuumed_user_tables
325 - azure_name: tables_vacuumed_user_tables
326 - time_grain: PT30M
327 - series:
328 - - aggregation: maximum
329 - kind: gauge
330 -- id: vacuum_count_user_tables
331 - azure_name: vacuum_count_user_tables
332 - time_grain: PT30M
333 - series:
334 - - aggregation: maximum
335 - kind: gauge
336 -- id: numbackends
337 - azure_name: numbackends
338 - time_grain: PT1M
339 - series:
340 - - aggregation: maximum
341 - kind: gauge
342 -- id: xact_total
343 - azure_name: xact_total
344 - time_grain: PT1M
345 - series:
346 - - aggregation: total
347 - kind: counter
348 -- id: client_connections_active
349 - azure_name: client_connections_active
350 - time_grain: PT1M
351 - series:
352 - - aggregation: maximum
353 - kind: gauge
354 -- id: client_connections_waiting
355 - azure_name: client_connections_waiting
356 - time_grain: PT1M
357 - series:
358 - - aggregation: maximum
359 - kind: gauge
360 -- id: num_pools
361 - azure_name: num_pools
362 - time_grain: PT1M
363 - series:
364 - - aggregation: maximum
365 - kind: gauge
366 -- id: server_connections_active
367 - azure_name: server_connections_active
368 - time_grain: PT1M
369 - series:
370 - - aggregation: maximum
371 - kind: gauge
372 -- id: server_connections_idle
373 - azure_name: server_connections_idle
374 - time_grain: PT1M
375 - series:
376 - - aggregation: maximum
377 - kind: gauge
378 -- id: total_pooled_connections
379 - azure_name: total_pooled_connections
380 - time_grain: PT1M
381 - series:
382 - - aggregation: maximum
383 - kind: gauge
384 -- id: cpu_credits_consumed
385 - azure_name: cpu_credits_consumed
386 - time_grain: PT1M
387 - series:
388 - - aggregation: average
389 - kind: gauge
390 -- id: cpu_credits_remaining
391 - azure_name: cpu_credits_remaining
392 - time_grain: PT1M
393 - series:
394 - - aggregation: average
395 - kind: gauge
396 -- id: postmaster_process_cpu_usage_percent
397 - azure_name: postmaster_process_cpu_usage_percent
398 - time_grain: PT1M
399 - series:
400 - - aggregation: average
401 - kind: gauge
402 -- id: max_connections
403 - azure_name: max_connections
404 - time_grain: PT30M
405 - series:
406 - - aggregation: maximum
407 - kind: gauge
408 -- id: tcp_connection_backlog
409 - azure_name: tcp_connection_backlog
410 - time_grain: PT1M
411 - series:
412 - - aggregation: maximum
413 - kind: gauge
414 -- id: physical_replication_delay_in_seconds
415 - azure_name: physical_replication_delay_in_seconds
416 - time_grain: PT1M
417 - series:
418 - - aggregation: average
419 - kind: gauge
420 -- id: physical_replication_delay_in_bytes
421 - azure_name: physical_replication_delay_in_bytes
422 - time_grain: PT1M
423 - series:
424 - - aggregation: maximum
425 - kind: gauge
426 -- id: logical_replication_delay_in_bytes
427 - azure_name: logical_replication_delay_in_bytes
428 - time_grain: PT1M
429 - series:
430 - - aggregation: maximum
431 - kind: gauge
6 + - id: cpu_percent
7 + azure_name: cpu_percent
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: memory_percent
13 + azure_name: memory_percent
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: is_db_alive
19 + azure_name: is_db_alive
20 + time_grain: PT1M
21 + series:
22 + - aggregation: maximum
23 + kind: gauge
24 + - id: iops
25 + azure_name: iops
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: read_iops
31 + azure_name: read_iops
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: write_iops
37 + azure_name: write_iops
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: read_throughput
43 + azure_name: read_throughput
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: write_throughput
49 + azure_name: write_throughput
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - id: disk_bandwidth_consumed_percentage
55 + azure_name: disk_bandwidth_consumed_percentage
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: disk_iops_consumed_percentage
61 + azure_name: disk_iops_consumed_percentage
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: disk_queue_depth
67 + azure_name: disk_queue_depth
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: blks_hit
73 + azure_name: blks_hit
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: blks_read
79 + azure_name: blks_read
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: active_connections
85 + azure_name: active_connections
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: connections_succeeded
91 + azure_name: connections_succeeded
92 + time_grain: PT1M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: connections_failed
97 + azure_name: connections_failed
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: tps
103 + azure_name: tps
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: xact_commit
109 + azure_name: xact_commit
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: xact_rollback
115 + azure_name: xact_rollback
116 + time_grain: PT1M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: deadlocks
121 + azure_name: deadlocks
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: tup_returned
127 + azure_name: tup_returned
128 + time_grain: PT1M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: tup_fetched
133 + azure_name: tup_fetched
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: tup_inserted
139 + azure_name: tup_inserted
140 + time_grain: PT1M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: tup_updated
145 + azure_name: tup_updated
146 + time_grain: PT1M
147 + series:
148 + - aggregation: total
149 + kind: counter
150 + - id: tup_deleted
151 + azure_name: tup_deleted
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: temp_files
157 + azure_name: temp_files
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: temp_bytes
163 + azure_name: temp_bytes
164 + time_grain: PT1M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: longest_query_time_sec
169 + azure_name: longest_query_time_sec
170 + time_grain: PT1M
171 + series:
172 + - aggregation: maximum
173 + kind: gauge
174 + - id: longest_transaction_time_sec
175 + azure_name: longest_transaction_time_sec
176 + time_grain: PT1M
177 + series:
178 + - aggregation: maximum
179 + kind: gauge
180 + - id: maximum_used_transaction_ids
181 + azure_name: maximum_used_transactionIDs
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: oldest_backend_xmin_age
187 + azure_name: oldest_backend_xmin_age
188 + time_grain: PT1M
189 + series:
190 + - aggregation: maximum
191 + kind: gauge
192 + - id: network_bytes_egress
193 + azure_name: network_bytes_egress
194 + time_grain: PT1M
195 + series:
196 + - aggregation: total
197 + kind: counter
198 + - id: network_bytes_ingress
199 + azure_name: network_bytes_ingress
200 + time_grain: PT1M
201 + series:
202 + - aggregation: total
203 + kind: counter
204 + - id: storage_used
205 + azure_name: storage_used
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: storage_free
211 + azure_name: storage_free
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: storage_percent
217 + azure_name: storage_percent
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: txlogs_storage_used
223 + azure_name: txlogs_storage_used
224 + time_grain: PT1M
225 + series:
226 + - aggregation: average
227 + kind: gauge
228 + - id: database_size_bytes
229 + azure_name: database_size_bytes
230 + time_grain: PT30M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: backup_storage_used
235 + azure_name: backup_storage_used
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: oldest_backend_xmin
241 + azure_name: oldest_backend_xmin
242 + time_grain: PT1M
243 + series:
244 + - aggregation: maximum
245 + kind: gauge
246 + - id: sessions_by_state
247 + azure_name: sessions_by_state
248 + time_grain: PT1M
249 + series:
250 + - aggregation: maximum
251 + kind: gauge
252 + - id: sessions_by_wait_event_type
253 + azure_name: sessions_by_wait_event_type
254 + time_grain: PT1M
255 + series:
256 + - aggregation: maximum
257 + kind: gauge
258 + - id: analyze_count_user_tables
259 + azure_name: analyze_count_user_tables
260 + time_grain: PT30M
261 + series:
262 + - aggregation: maximum
263 + kind: gauge
264 + - id: autoanalyze_count_user_tables
265 + azure_name: autoanalyze_count_user_tables
266 + time_grain: PT30M
267 + series:
268 + - aggregation: maximum
269 + kind: gauge
270 + - id: autovacuum_count_user_tables
271 + azure_name: autovacuum_count_user_tables
272 + time_grain: PT30M
273 + series:
274 + - aggregation: maximum
275 + kind: gauge
276 + - id: bloat_percent
277 + azure_name: bloat_percent
278 + time_grain: PT30M
279 + series:
280 + - aggregation: maximum
281 + kind: gauge
282 + - id: n_dead_tup_user_tables
283 + azure_name: n_dead_tup_user_tables
284 + time_grain: PT30M
285 + series:
286 + - aggregation: maximum
287 + kind: gauge
288 + - id: n_live_tup_user_tables
289 + azure_name: n_live_tup_user_tables
290 + time_grain: PT30M
291 + series:
292 + - aggregation: maximum
293 + kind: gauge
294 + - id: n_mod_since_analyze_user_tables
295 + azure_name: n_mod_since_analyze_user_tables
296 + time_grain: PT30M
297 + series:
298 + - aggregation: maximum
299 + kind: gauge
300 + - id: tables_analyzed_user_tables
301 + azure_name: tables_analyzed_user_tables
302 + time_grain: PT30M
303 + series:
304 + - aggregation: maximum
305 + kind: gauge
306 + - id: tables_autoanalyzed_user_tables
307 + azure_name: tables_autoanalyzed_user_tables
308 + time_grain: PT30M
309 + series:
310 + - aggregation: maximum
311 + kind: gauge
312 + - id: tables_autovacuumed_user_tables
313 + azure_name: tables_autovacuumed_user_tables
314 + time_grain: PT30M
315 + series:
316 + - aggregation: maximum
317 + kind: gauge
318 + - id: tables_counter_user_tables
319 + azure_name: tables_counter_user_tables
320 + time_grain: PT30M
321 + series:
322 + - aggregation: maximum
323 + kind: gauge
324 + - id: tables_vacuumed_user_tables
325 + azure_name: tables_vacuumed_user_tables
326 + time_grain: PT30M
327 + series:
328 + - aggregation: maximum
329 + kind: gauge
330 + - id: vacuum_count_user_tables
331 + azure_name: vacuum_count_user_tables
332 + time_grain: PT30M
333 + series:
334 + - aggregation: maximum
335 + kind: gauge
336 + - id: numbackends
337 + azure_name: numbackends
338 + time_grain: PT1M
339 + series:
340 + - aggregation: maximum
341 + kind: gauge
342 + - id: xact_total
343 + azure_name: xact_total
344 + time_grain: PT1M
345 + series:
346 + - aggregation: total
347 + kind: counter
348 + - id: client_connections_active
349 + azure_name: client_connections_active
350 + time_grain: PT1M
351 + series:
352 + - aggregation: maximum
353 + kind: gauge
354 + - id: client_connections_waiting
355 + azure_name: client_connections_waiting
356 + time_grain: PT1M
357 + series:
358 + - aggregation: maximum
359 + kind: gauge
360 + - id: num_pools
361 + azure_name: num_pools
362 + time_grain: PT1M
363 + series:
364 + - aggregation: maximum
365 + kind: gauge
366 + - id: server_connections_active
367 + azure_name: server_connections_active
368 + time_grain: PT1M
369 + series:
370 + - aggregation: maximum
371 + kind: gauge
372 + - id: server_connections_idle
373 + azure_name: server_connections_idle
374 + time_grain: PT1M
375 + series:
376 + - aggregation: maximum
377 + kind: gauge
378 + - id: total_pooled_connections
379 + azure_name: total_pooled_connections
380 + time_grain: PT1M
381 + series:
382 + - aggregation: maximum
383 + kind: gauge
384 + - id: cpu_credits_consumed
385 + azure_name: cpu_credits_consumed
386 + time_grain: PT1M
387 + series:
388 + - aggregation: average
389 + kind: gauge
390 + - id: cpu_credits_remaining
391 + azure_name: cpu_credits_remaining
392 + time_grain: PT1M
393 + series:
394 + - aggregation: average
395 + kind: gauge
396 + - id: postmaster_process_cpu_usage_percent
397 + azure_name: postmaster_process_cpu_usage_percent
398 + time_grain: PT1M
399 + series:
400 + - aggregation: average
401 + kind: gauge
402 + - id: max_connections
403 + azure_name: max_connections
404 + time_grain: PT30M
405 + series:
406 + - aggregation: maximum
407 + kind: gauge
408 + - id: tcp_connection_backlog
409 + azure_name: tcp_connection_backlog
410 + time_grain: PT1M
411 + series:
412 + - aggregation: maximum
413 + kind: gauge
414 + - id: physical_replication_delay_in_seconds
415 + azure_name: physical_replication_delay_in_seconds
416 + time_grain: PT1M
417 + series:
418 + - aggregation: average
419 + kind: gauge
420 + - id: physical_replication_delay_in_bytes
421 + azure_name: physical_replication_delay_in_bytes
422 + time_grain: PT1M
423 + series:
424 + - aggregation: maximum
425 + kind: gauge
426 + - id: logical_replication_delay_in_bytes
427 + azure_name: logical_replication_delay_in_bytes
428 + time_grain: PT1M
429 + series:
430 + - aggregation: maximum
431 + kind: gauge
432 template:
433 family: Azure PostgreSQL Flexible Server
434 context_namespace: postgres_flexible
435 chart_defaults:
436 label_promotion:
437 - - resource_name
438 - - resource_group
439 - - region
440 - - resource_type
441 - - profile
437 + - resource_name
438 + - resource_group
439 + - region
440 + - resource_type
441 + - profile
442 instances:
443 by_labels:
444 - - resource_uid
444 + - resource_uid
445 charts:
446 - - id: am_azure_postgres_flexible__cpu
447 - title: Azure PostgreSQL Flexible Server CPU Utilization
448 - context: cpu
449 - family: Utilization
450 - type: line
451 - units: percentage
452 - algorithm: absolute
453 - dimensions:
454 - - selector: postgres_flexible.cpu_percent_average
455 - name: average
456 - - id: am_azure_postgres_flexible__memory
457 - title: Azure PostgreSQL Flexible Server Memory Utilization
458 - context: memory
459 - family: Utilization
460 - type: line
461 - units: percentage
462 - algorithm: absolute
463 - dimensions:
464 - - selector: postgres_flexible.memory_percent_average
465 - name: average
466 - - id: am_azure_postgres_flexible__availability
467 - title: Azure PostgreSQL Flexible Server Database Alive
468 - context: availability
469 - family: Availability
470 - type: line
471 - units: state
472 - algorithm: absolute
473 - dimensions:
474 - - selector: postgres_flexible.is_db_alive_maximum
475 - name: maximum
476 - - id: am_azure_postgres_flexible__iops
477 - title: Azure PostgreSQL Flexible Server IOPS
478 - context: iops
479 - family: I/O
480 - type: line
481 - units: operations/s
482 - algorithm: absolute
483 - dimensions:
484 - - selector: postgres_flexible.iops_average
485 - name: total
486 - - selector: postgres_flexible.read_iops_average
487 - name: read
488 - - selector: postgres_flexible.write_iops_average
489 - name: write
490 - - id: am_azure_postgres_flexible__disk_throughput
491 - title: Azure PostgreSQL Flexible Server Disk Throughput
492 - context: disk_throughput
493 - family: I/O
494 - type: line
495 - units: bytes/s
496 - algorithm: absolute
497 - dimensions:
498 - - selector: postgres_flexible.read_throughput_average
499 - name: read
500 - - selector: postgres_flexible.write_throughput_average
501 - name: write
502 - - id: am_azure_postgres_flexible__disk_saturation
503 - title: Azure PostgreSQL Flexible Server Disk Saturation
504 - context: disk_saturation
505 - family: I/O
506 - type: line
507 - units: percentage
508 - algorithm: absolute
509 - dimensions:
510 - - selector: postgres_flexible.disk_bandwidth_consumed_percentage_average
511 - name: bandwidth
512 - - selector: postgres_flexible.disk_iops_consumed_percentage_average
513 - name: iops
514 - - id: am_azure_postgres_flexible__disk_queue_depth
515 - title: Azure PostgreSQL Flexible Server Disk Queue Depth
516 - context: disk_queue_depth
517 - family: I/O
518 - type: line
519 - units: operations
520 - algorithm: absolute
521 - dimensions:
522 - - selector: postgres_flexible.disk_queue_depth_average
523 - name: average
524 - - id: am_azure_postgres_flexible__buffer_cache
525 - title: Azure PostgreSQL Flexible Server Buffer Cache
526 - context: buffer_cache
527 - family: Performance
528 - type: line
529 - units: blocks/s
530 - algorithm: incremental
531 - dimensions:
532 - - selector: postgres_flexible.blks_hit_total
533 - name: hits
534 - - selector: postgres_flexible.blks_read_total
535 - name: reads
536 - - id: am_azure_postgres_flexible__active_connections
537 - title: Azure PostgreSQL Flexible Server Active Connections
538 - context: active_connections
539 - family: Connections
540 - type: line
541 - units: connections
542 - algorithm: absolute
543 - dimensions:
544 - - selector: postgres_flexible.active_connections_average
545 - name: average
546 - - id: am_azure_postgres_flexible__connection_rate
547 - title: Azure PostgreSQL Flexible Server Connection Rate
548 - context: connection_rate
549 - family: Connections
550 - type: line
551 - units: connections/s
552 - algorithm: incremental
553 - dimensions:
554 - - selector: postgres_flexible.connections_succeeded_total
555 - name: succeeded
556 - - selector: postgres_flexible.connections_failed_total
557 - name: failed
558 - - id: am_azure_postgres_flexible__transactions
559 - title: Azure PostgreSQL Flexible Server Transactions
560 - context: transactions
561 - family: Throughput
562 - type: line
563 - units: transactions/s
564 - algorithm: incremental
565 - dimensions:
566 - - selector: postgres_flexible.xact_commit_total
567 - name: committed
568 - - selector: postgres_flexible.xact_rollback_total
569 - name: rolled_back
570 - - id: am_azure_postgres_flexible__transaction_rate
571 - title: Azure PostgreSQL Flexible Server Transaction Rate
572 - context: transaction_rate
573 - family: Throughput
574 - type: line
575 - units: transactions/s
576 - algorithm: incremental
577 - dimensions:
578 - - selector: postgres_flexible.tps_total
579 - name: total
580 - - selector: postgres_flexible.xact_total_total
581 - name: xact_total
582 - - id: am_azure_postgres_flexible__deadlocks
583 - title: Azure PostgreSQL Flexible Server Deadlocks
584 - context: deadlocks
585 - family: Contention
586 - type: line
587 - units: deadlocks/s
588 - algorithm: incremental
589 - dimensions:
590 - - selector: postgres_flexible.deadlocks_total
591 - name: total
592 - - id: am_azure_postgres_flexible__tuple_reads
593 - title: Azure PostgreSQL Flexible Server Tuple Reads
594 - context: tuple_reads
595 - family: Throughput
596 - type: line
597 - units: tuples/s
598 - algorithm: incremental
599 - dimensions:
600 - - selector: postgres_flexible.tup_returned_total
601 - name: returned
602 - - selector: postgres_flexible.tup_fetched_total
603 - name: fetched
604 - - id: am_azure_postgres_flexible__tuple_writes
605 - title: Azure PostgreSQL Flexible Server Tuple Writes
606 - context: tuple_writes
607 - family: Throughput
608 - type: line
609 - units: tuples/s
610 - algorithm: incremental
611 - dimensions:
612 - - selector: postgres_flexible.tup_inserted_total
613 - name: inserted
614 - - selector: postgres_flexible.tup_updated_total
615 - name: updated
616 - - selector: postgres_flexible.tup_deleted_total
617 - name: deleted
618 - - id: am_azure_postgres_flexible__temp_files
619 - title: Azure PostgreSQL Flexible Server Temp Files Created
620 - context: temp_files
621 - family: Performance
622 - type: line
623 - units: files/s
624 - algorithm: incremental
625 - dimensions:
626 - - selector: postgres_flexible.temp_files_total
627 - name: total
628 - - id: am_azure_postgres_flexible__temp_bytes
629 - title: Azure PostgreSQL Flexible Server Temp Bytes Written
630 - context: temp_bytes
631 - family: Performance
632 - type: line
633 - units: bytes/s
634 - algorithm: incremental
635 - dimensions:
636 - - selector: postgres_flexible.temp_bytes_total
637 - name: total
638 - - id: am_azure_postgres_flexible__long_running
639 - title: Azure PostgreSQL Flexible Server Long Running Operations
640 - context: long_running
641 - family: Activity
642 - type: line
643 - units: seconds
644 - algorithm: absolute
645 - dimensions:
646 - - selector: postgres_flexible.longest_query_time_sec_maximum
647 - name: query
648 - - selector: postgres_flexible.longest_transaction_time_sec_maximum
649 - name: transaction
650 - - id: am_azure_postgres_flexible__xid_usage
651 - title: Azure PostgreSQL Flexible Server Transaction ID Usage
652 - context: xid_usage
653 - family: Safety
654 - type: line
655 - units: transactions
656 - algorithm: absolute
657 - dimensions:
658 - - selector: postgres_flexible.maximum_used_transaction_ids_average
659 - name: max_used
660 - - selector: postgres_flexible.oldest_backend_xmin_maximum
661 - name: oldest_xmin
662 - - id: am_azure_postgres_flexible__xmin_age
663 - title: Azure PostgreSQL Flexible Server Backend XID Age
664 - context: xmin_age
665 - family: Safety
666 - type: line
667 - units: transactions
668 - algorithm: absolute
669 - dimensions:
670 - - selector: postgres_flexible.oldest_backend_xmin_age_maximum
671 - name: maximum
672 - - id: am_azure_postgres_flexible__network
673 - title: Azure PostgreSQL Flexible Server Network Traffic
674 - context: network
675 - family: Network
676 - type: line
677 - units: bytes/s
678 - algorithm: incremental
679 - dimensions:
680 - - selector: postgres_flexible.network_bytes_ingress_total
681 - name: in
682 - - selector: postgres_flexible.network_bytes_egress_total
683 - name: out
684 - - id: am_azure_postgres_flexible__storage
685 - title: Azure PostgreSQL Flexible Server Storage
686 - context: storage
687 - family: Capacity
688 - type: line
689 - units: bytes
690 - algorithm: absolute
691 - dimensions:
692 - - selector: postgres_flexible.storage_used_average
693 - name: used
694 - - selector: postgres_flexible.storage_free_average
695 - name: free
696 - - id: am_azure_postgres_flexible__storage_utilization
697 - title: Azure PostgreSQL Flexible Server Storage Utilization
698 - context: storage_utilization
699 - family: Capacity
700 - type: line
701 - units: percentage
702 - algorithm: absolute
703 - dimensions:
704 - - selector: postgres_flexible.storage_percent_average
705 - name: average
706 - - id: am_azure_postgres_flexible__wal_storage
707 - title: Azure PostgreSQL Flexible Server WAL Storage
708 - context: wal_storage
709 - family: Capacity
710 - type: line
711 - units: bytes
712 - algorithm: absolute
713 - dimensions:
714 - - selector: postgres_flexible.txlogs_storage_used_average
715 - name: used
716 - - id: am_azure_postgres_flexible__database_size
717 - title: Azure PostgreSQL Flexible Server Database Size
718 - context: database_size
719 - family: Capacity
720 - type: line
721 - units: bytes
722 - algorithm: absolute
723 - dimensions:
724 - - selector: postgres_flexible.database_size_bytes_average
725 - name: average
726 - - id: am_azure_postgres_flexible__backup_storage
727 - title: Azure PostgreSQL Flexible Server Backup Storage
728 - context: backup_storage
729 - family: Capacity
730 - type: line
731 - units: bytes
732 - algorithm: absolute
733 - dimensions:
734 - - selector: postgres_flexible.backup_storage_used_average
735 - name: used
736 - - id: am_azure_postgres_flexible__replication_lag_time
737 - title: Azure PostgreSQL Flexible Server Replication Lag
738 - context: replication_lag_time
739 - family: Replication
740 - type: line
741 - units: seconds
742 - algorithm: absolute
743 - dimensions:
744 - - selector: postgres_flexible.physical_replication_delay_in_seconds_average
745 - name: average
746 - - id: am_azure_postgres_flexible__replication_lag_bytes
747 - title: Azure PostgreSQL Flexible Server Replication Lag Bytes
748 - context: replication_lag_bytes
749 - family: Replication
750 - type: line
751 - units: bytes
752 - algorithm: absolute
753 - dimensions:
754 - - selector: postgres_flexible.physical_replication_delay_in_bytes_maximum
755 - name: physical
756 - - selector: postgres_flexible.logical_replication_delay_in_bytes_maximum
757 - name: logical
758 - - id: am_azure_postgres_flexible__sessions_by_state
759 - title: Azure PostgreSQL Flexible Server Sessions by State
760 - context: sessions_by_state
761 - family: Activity
762 - type: line
763 - units: sessions
764 - algorithm: absolute
765 - dimensions:
766 - - selector: postgres_flexible.sessions_by_state_maximum
767 - name: maximum
768 - - id: am_azure_postgres_flexible__sessions_by_wait_event_type
769 - title: Azure PostgreSQL Flexible Server Sessions by Wait Event Type
770 - context: sessions_by_wait_event_type
771 - family: Activity
772 - type: line
773 - units: sessions
774 - algorithm: absolute
775 - dimensions:
776 - - selector: postgres_flexible.sessions_by_wait_event_type_maximum
777 - name: maximum
778 - - id: am_azure_postgres_flexible__autovacuum_operations
779 - title: Azure PostgreSQL Flexible Server Autovacuum Operations
780 - context: autovacuum_operations
781 - family: Autovacuum
782 - type: line
783 - units: operations
784 - algorithm: absolute
785 - dimensions:
786 - - selector: postgres_flexible.vacuum_count_user_tables_maximum
787 - name: vacuum
788 - - selector: postgres_flexible.autovacuum_count_user_tables_maximum
789 - name: autovacuum
790 - - selector: postgres_flexible.analyze_count_user_tables_maximum
791 - name: analyze
792 - - selector: postgres_flexible.autoanalyze_count_user_tables_maximum
793 - name: autoanalyze
794 - - id: am_azure_postgres_flexible__autovacuum_table_coverage
795 - title: Azure PostgreSQL Flexible Server Autovacuum Table Coverage
796 - context: autovacuum_table_coverage
797 - family: Autovacuum
798 - type: line
799 - units: tables
800 - algorithm: absolute
801 - dimensions:
802 - - selector: postgres_flexible.tables_vacuumed_user_tables_maximum
803 - name: vacuumed
804 - - selector: postgres_flexible.tables_autovacuumed_user_tables_maximum
805 - name: autovacuumed
806 - - selector: postgres_flexible.tables_analyzed_user_tables_maximum
807 - name: analyzed
808 - - selector: postgres_flexible.tables_autoanalyzed_user_tables_maximum
809 - name: autoanalyzed
810 - - selector: postgres_flexible.tables_counter_user_tables_maximum
811 - name: total
812 - - id: am_azure_postgres_flexible__tuple_liveness
813 - title: Azure PostgreSQL Flexible Server Tuple Liveness
814 - context: tuple_liveness
815 - family: Autovacuum
816 - type: line
817 - units: tuples
818 - algorithm: absolute
819 - dimensions:
820 - - selector: postgres_flexible.n_live_tup_user_tables_maximum
821 - name: live
822 - - selector: postgres_flexible.n_dead_tup_user_tables_maximum
823 - name: dead
824 - - selector: postgres_flexible.n_mod_since_analyze_user_tables_maximum
825 - name: modified_since_analyze
826 - - id: am_azure_postgres_flexible__bloat
827 - title: Azure PostgreSQL Flexible Server Table Bloat
828 - context: bloat
829 - family: Autovacuum
830 - type: line
831 - units: percentage
832 - algorithm: absolute
833 - dimensions:
834 - - selector: postgres_flexible.bloat_percent_maximum
835 - name: maximum
836 - - id: am_azure_postgres_flexible__backend_count
837 - title: Azure PostgreSQL Flexible Server Backend Count
838 - context: backend_count
839 - family: Connections
840 - type: line
841 - units: connections
842 - algorithm: absolute
843 - dimensions:
844 - - selector: postgres_flexible.numbackends_maximum
845 - name: maximum
846 - - id: am_azure_postgres_flexible__pgbouncer_client_connections
847 - title: Azure PostgreSQL Flexible Server PgBouncer Client Connections
848 - context: pgbouncer_client_connections
849 - family: PgBouncer
850 - type: line
851 - units: connections
852 - algorithm: absolute
853 - dimensions:
854 - - selector: postgres_flexible.client_connections_active_maximum
855 - name: active
856 - - selector: postgres_flexible.client_connections_waiting_maximum
857 - name: waiting
858 - - id: am_azure_postgres_flexible__pgbouncer_server_connections
859 - title: Azure PostgreSQL Flexible Server PgBouncer Server Connections
860 - context: pgbouncer_server_connections
861 - family: PgBouncer
862 - type: line
863 - units: connections
864 - algorithm: absolute
865 - dimensions:
866 - - selector: postgres_flexible.server_connections_active_maximum
867 - name: active
868 - - selector: postgres_flexible.server_connections_idle_maximum
869 - name: idle
870 - - id: am_azure_postgres_flexible__pgbouncer_pool_count
871 - title: Azure PostgreSQL Flexible Server PgBouncer Pool Count
872 - context: pgbouncer_pool_count
873 - family: PgBouncer
874 - type: line
875 - units: pools
876 - algorithm: absolute
877 - dimensions:
878 - - selector: postgres_flexible.num_pools_maximum
879 - name: pools
880 - - id: am_azure_postgres_flexible__pgbouncer_pooled_connections
881 - title: Azure PostgreSQL Flexible Server PgBouncer Pooled Connections
882 - context: pgbouncer_pooled_connections
883 - family: PgBouncer
884 - type: line
885 - units: connections
886 - algorithm: absolute
887 - dimensions:
888 - - selector: postgres_flexible.total_pooled_connections_maximum
889 - name: pooled_connections
890 - - id: am_azure_postgres_flexible__cpu_credits
891 - title: Azure PostgreSQL Flexible Server CPU Credits
892 - context: cpu_credits
893 - family: Saturation
894 - type: line
895 - units: credits
896 - algorithm: absolute
897 - dimensions:
898 - - selector: postgres_flexible.cpu_credits_consumed_average
899 - name: consumed
900 - - selector: postgres_flexible.cpu_credits_remaining_average
901 - name: remaining
902 - - id: am_azure_postgres_flexible__postmaster_cpu
903 - title: Azure PostgreSQL Flexible Server Postmaster CPU Usage
904 - context: postmaster_cpu
905 - family: Saturation
906 - type: line
907 - units: percentage
908 - algorithm: absolute
909 - dimensions:
910 - - selector: postgres_flexible.postmaster_process_cpu_usage_percent_average
911 - name: average
912 - - id: am_azure_postgres_flexible__max_connections
913 - title: Azure PostgreSQL Flexible Server Max Connections
914 - context: max_connections
915 - family: Connections
916 - type: line
917 - units: connections
918 - algorithm: absolute
919 - dimensions:
920 - - selector: postgres_flexible.max_connections_maximum
921 - name: maximum
922 - - id: am_azure_postgres_flexible__tcp_connection_backlog
923 - title: Azure PostgreSQL Flexible Server TCP Connection Backlog
924 - context: tcp_connection_backlog
925 - family: Connections
926 - type: line
927 - units: connections
928 - algorithm: absolute
929 - dimensions:
930 - - selector: postgres_flexible.tcp_connection_backlog_maximum
931 - name: maximum
446 + - id: am_azure_postgres_flexible__cpu
447 + title: Azure PostgreSQL Flexible Server CPU Utilization
448 + context: cpu
449 + family: Utilization
450 + type: line
451 + units: percentage
452 + algorithm: absolute
453 + dimensions:
454 + - selector: postgres_flexible.cpu_percent_average
455 + name: average
456 + - id: am_azure_postgres_flexible__memory
457 + title: Azure PostgreSQL Flexible Server Memory Utilization
458 + context: memory
459 + family: Utilization
460 + type: line
461 + units: percentage
462 + algorithm: absolute
463 + dimensions:
464 + - selector: postgres_flexible.memory_percent_average
465 + name: average
466 + - id: am_azure_postgres_flexible__availability
467 + title: Azure PostgreSQL Flexible Server Database Alive
468 + context: availability
469 + family: Availability
470 + type: line
471 + units: state
472 + algorithm: absolute
473 + dimensions:
474 + - selector: postgres_flexible.is_db_alive_maximum
475 + name: maximum
476 + - id: am_azure_postgres_flexible__iops
477 + title: Azure PostgreSQL Flexible Server IOPS
478 + context: iops
479 + family: IO
480 + type: line
481 + units: operations/s
482 + algorithm: absolute
483 + dimensions:
484 + - selector: postgres_flexible.iops_average
485 + name: total
486 + - selector: postgres_flexible.read_iops_average
487 + name: read
488 + - selector: postgres_flexible.write_iops_average
489 + name: write
490 + - id: am_azure_postgres_flexible__disk_throughput
491 + title: Azure PostgreSQL Flexible Server Disk Throughput
492 + context: disk_throughput
493 + family: IO
494 + type: line
495 + units: bytes/s
496 + algorithm: absolute
497 + dimensions:
498 + - selector: postgres_flexible.read_throughput_average
499 + name: read
500 + - selector: postgres_flexible.write_throughput_average
501 + name: write
502 + - id: am_azure_postgres_flexible__disk_saturation
503 + title: Azure PostgreSQL Flexible Server Disk Saturation
504 + context: disk_saturation
505 + family: IO
506 + type: line
507 + units: percentage
508 + algorithm: absolute
509 + dimensions:
510 + - selector: postgres_flexible.disk_bandwidth_consumed_percentage_average
511 + name: bandwidth
512 + - selector: postgres_flexible.disk_iops_consumed_percentage_average
513 + name: iops
514 + - id: am_azure_postgres_flexible__disk_queue_depth
515 + title: Azure PostgreSQL Flexible Server Disk Queue Depth
516 + context: disk_queue_depth
517 + family: IO
518 + type: line
519 + units: operations
520 + algorithm: absolute
521 + dimensions:
522 + - selector: postgres_flexible.disk_queue_depth_average
523 + name: average
524 + - id: am_azure_postgres_flexible__buffer_cache
525 + title: Azure PostgreSQL Flexible Server Buffer Cache
526 + context: buffer_cache
527 + family: Performance
528 + type: line
529 + units: blocks/s
530 + algorithm: incremental
531 + dimensions:
532 + - selector: postgres_flexible.blks_hit_total
533 + name: hits
534 + - selector: postgres_flexible.blks_read_total
535 + name: reads
536 + - id: am_azure_postgres_flexible__active_connections
537 + title: Azure PostgreSQL Flexible Server Active Connections
538 + context: active_connections
539 + family: Connections
540 + type: line
541 + units: connections
542 + algorithm: absolute
543 + dimensions:
544 + - selector: postgres_flexible.active_connections_average
545 + name: average
546 + - id: am_azure_postgres_flexible__connection_rate
547 + title: Azure PostgreSQL Flexible Server Connection Rate
548 + context: connection_rate
549 + family: Connections
550 + type: line
551 + units: connections/s
552 + algorithm: incremental
553 + dimensions:
554 + - selector: postgres_flexible.connections_succeeded_total
555 + name: succeeded
556 + - selector: postgres_flexible.connections_failed_total
557 + name: failed
558 + - id: am_azure_postgres_flexible__transactions
559 + title: Azure PostgreSQL Flexible Server Transactions
560 + context: transactions
561 + family: Throughput
562 + type: line
563 + units: transactions/s
564 + algorithm: incremental
565 + dimensions:
566 + - selector: postgres_flexible.xact_commit_total
567 + name: committed
568 + - selector: postgres_flexible.xact_rollback_total
569 + name: rolled_back
570 + - id: am_azure_postgres_flexible__transaction_rate
571 + title: Azure PostgreSQL Flexible Server Transaction Rate
572 + context: transaction_rate
573 + family: Throughput
574 + type: line
575 + units: transactions/s
576 + algorithm: incremental
577 + dimensions:
578 + - selector: postgres_flexible.tps_total
579 + name: total
580 + - selector: postgres_flexible.xact_total_total
581 + name: xact_total
582 + - id: am_azure_postgres_flexible__deadlocks
583 + title: Azure PostgreSQL Flexible Server Deadlocks
584 + context: deadlocks
585 + family: Contention
586 + type: line
587 + units: deadlocks/s
588 + algorithm: incremental
589 + dimensions:
590 + - selector: postgres_flexible.deadlocks_total
591 + name: total
592 + - id: am_azure_postgres_flexible__tuple_reads
593 + title: Azure PostgreSQL Flexible Server Tuple Reads
594 + context: tuple_reads
595 + family: Throughput
596 + type: line
597 + units: tuples/s
598 + algorithm: incremental
599 + dimensions:
600 + - selector: postgres_flexible.tup_returned_total
601 + name: returned
602 + - selector: postgres_flexible.tup_fetched_total
603 + name: fetched
604 + - id: am_azure_postgres_flexible__tuple_writes
605 + title: Azure PostgreSQL Flexible Server Tuple Writes
606 + context: tuple_writes
607 + family: Throughput
608 + type: line
609 + units: tuples/s
610 + algorithm: incremental
611 + dimensions:
612 + - selector: postgres_flexible.tup_inserted_total
613 + name: inserted
614 + - selector: postgres_flexible.tup_updated_total
615 + name: updated
616 + - selector: postgres_flexible.tup_deleted_total
617 + name: deleted
618 + - id: am_azure_postgres_flexible__temp_files
619 + title: Azure PostgreSQL Flexible Server Temp Files Created
620 + context: temp_files
621 + family: Performance
622 + type: line
623 + units: files/s
624 + algorithm: incremental
625 + dimensions:
626 + - selector: postgres_flexible.temp_files_total
627 + name: total
628 + - id: am_azure_postgres_flexible__temp_bytes
629 + title: Azure PostgreSQL Flexible Server Temp Bytes Written
630 + context: temp_bytes
631 + family: Performance
632 + type: line
633 + units: bytes/s
634 + algorithm: incremental
635 + dimensions:
636 + - selector: postgres_flexible.temp_bytes_total
637 + name: total
638 + - id: am_azure_postgres_flexible__long_running
639 + title: Azure PostgreSQL Flexible Server Long Running Operations
640 + context: long_running
641 + family: Activity
642 + type: line
643 + units: seconds
644 + algorithm: absolute
645 + dimensions:
646 + - selector: postgres_flexible.longest_query_time_sec_maximum
647 + name: query
648 + - selector: postgres_flexible.longest_transaction_time_sec_maximum
649 + name: transaction
650 + - id: am_azure_postgres_flexible__xid_usage
651 + title: Azure PostgreSQL Flexible Server Transaction ID Usage
652 + context: xid_usage
653 + family: Safety
654 + type: line
655 + units: transactions
656 + algorithm: absolute
657 + dimensions:
658 + - selector: postgres_flexible.maximum_used_transaction_ids_average
659 + name: max_used
660 + - selector: postgres_flexible.oldest_backend_xmin_maximum
661 + name: oldest_xmin
662 + - id: am_azure_postgres_flexible__xmin_age
663 + title: Azure PostgreSQL Flexible Server Backend XID Age
664 + context: xmin_age
665 + family: Safety
666 + type: line
667 + units: transactions
668 + algorithm: absolute
669 + dimensions:
670 + - selector: postgres_flexible.oldest_backend_xmin_age_maximum
671 + name: maximum
672 + - id: am_azure_postgres_flexible__network
673 + title: Azure PostgreSQL Flexible Server Network Traffic
674 + context: network
675 + family: Network
676 + type: line
677 + units: bytes/s
678 + algorithm: incremental
679 + dimensions:
680 + - selector: postgres_flexible.network_bytes_ingress_total
681 + name: in
682 + - selector: postgres_flexible.network_bytes_egress_total
683 + name: out
684 + - id: am_azure_postgres_flexible__storage
685 + title: Azure PostgreSQL Flexible Server Storage
686 + context: storage
687 + family: Capacity
688 + type: line
689 + units: bytes
690 + algorithm: absolute
691 + dimensions:
692 + - selector: postgres_flexible.storage_used_average
693 + name: used
694 + - selector: postgres_flexible.storage_free_average
695 + name: free
696 + - id: am_azure_postgres_flexible__storage_utilization
697 + title: Azure PostgreSQL Flexible Server Storage Utilization
698 + context: storage_utilization
699 + family: Capacity
700 + type: line
701 + units: percentage
702 + algorithm: absolute
703 + dimensions:
704 + - selector: postgres_flexible.storage_percent_average
705 + name: average
706 + - id: am_azure_postgres_flexible__wal_storage
707 + title: Azure PostgreSQL Flexible Server WAL Storage
708 + context: wal_storage
709 + family: Capacity
710 + type: line
711 + units: bytes
712 + algorithm: absolute
713 + dimensions:
714 + - selector: postgres_flexible.txlogs_storage_used_average
715 + name: used
716 + - id: am_azure_postgres_flexible__database_size
717 + title: Azure PostgreSQL Flexible Server Database Size
718 + context: database_size
719 + family: Capacity
720 + type: line
721 + units: bytes
722 + algorithm: absolute
723 + dimensions:
724 + - selector: postgres_flexible.database_size_bytes_average
725 + name: average
726 + - id: am_azure_postgres_flexible__backup_storage
727 + title: Azure PostgreSQL Flexible Server Backup Storage
728 + context: backup_storage
729 + family: Capacity
730 + type: line
731 + units: bytes
732 + algorithm: absolute
733 + dimensions:
734 + - selector: postgres_flexible.backup_storage_used_average
735 + name: used
736 + - id: am_azure_postgres_flexible__replication_lag_time
737 + title: Azure PostgreSQL Flexible Server Replication Lag
738 + context: replication_lag_time
739 + family: Replication
740 + type: line
741 + units: seconds
742 + algorithm: absolute
743 + dimensions:
744 + - selector: postgres_flexible.physical_replication_delay_in_seconds_average
745 + name: average
746 + - id: am_azure_postgres_flexible__replication_lag_bytes
747 + title: Azure PostgreSQL Flexible Server Replication Lag Bytes
748 + context: replication_lag_bytes
749 + family: Replication
750 + type: line
751 + units: bytes
752 + algorithm: absolute
753 + dimensions:
754 + - selector: postgres_flexible.physical_replication_delay_in_bytes_maximum
755 + name: physical
756 + - selector: postgres_flexible.logical_replication_delay_in_bytes_maximum
757 + name: logical
758 + - id: am_azure_postgres_flexible__sessions_by_state
759 + title: Azure PostgreSQL Flexible Server Sessions by State
760 + context: sessions_by_state
761 + family: Activity
762 + type: line
763 + units: sessions
764 + algorithm: absolute
765 + dimensions:
766 + - selector: postgres_flexible.sessions_by_state_maximum
767 + name: maximum
768 + - id: am_azure_postgres_flexible__sessions_by_wait_event_type
769 + title: Azure PostgreSQL Flexible Server Sessions by Wait Event Type
770 + context: sessions_by_wait_event_type
771 + family: Activity
772 + type: line
773 + units: sessions
774 + algorithm: absolute
775 + dimensions:
776 + - selector: postgres_flexible.sessions_by_wait_event_type_maximum
777 + name: maximum
778 + - id: am_azure_postgres_flexible__autovacuum_operations
779 + title: Azure PostgreSQL Flexible Server Autovacuum Operations
780 + context: autovacuum_operations
781 + family: Autovacuum
782 + type: line
783 + units: operations
784 + algorithm: absolute
785 + dimensions:
786 + - selector: postgres_flexible.vacuum_count_user_tables_maximum
787 + name: vacuum
788 + - selector: postgres_flexible.autovacuum_count_user_tables_maximum
789 + name: autovacuum
790 + - selector: postgres_flexible.analyze_count_user_tables_maximum
791 + name: analyze
792 + - selector: postgres_flexible.autoanalyze_count_user_tables_maximum
793 + name: autoanalyze
794 + - id: am_azure_postgres_flexible__autovacuum_table_coverage
795 + title: Azure PostgreSQL Flexible Server Autovacuum Table Coverage
796 + context: autovacuum_table_coverage
797 + family: Autovacuum
798 + type: line
799 + units: tables
800 + algorithm: absolute
801 + dimensions:
802 + - selector: postgres_flexible.tables_vacuumed_user_tables_maximum
803 + name: vacuumed
804 + - selector: postgres_flexible.tables_autovacuumed_user_tables_maximum
805 + name: autovacuumed
806 + - selector: postgres_flexible.tables_analyzed_user_tables_maximum
807 + name: analyzed
808 + - selector: postgres_flexible.tables_autoanalyzed_user_tables_maximum
809 + name: autoanalyzed
810 + - selector: postgres_flexible.tables_counter_user_tables_maximum
811 + name: total
812 + - id: am_azure_postgres_flexible__tuple_liveness
813 + title: Azure PostgreSQL Flexible Server Tuple Liveness
814 + context: tuple_liveness
815 + family: Autovacuum
816 + type: line
817 + units: tuples
818 + algorithm: absolute
819 + dimensions:
820 + - selector: postgres_flexible.n_live_tup_user_tables_maximum
821 + name: live
822 + - selector: postgres_flexible.n_dead_tup_user_tables_maximum
823 + name: dead
824 + - selector: postgres_flexible.n_mod_since_analyze_user_tables_maximum
825 + name: modified_since_analyze
826 + - id: am_azure_postgres_flexible__bloat
827 + title: Azure PostgreSQL Flexible Server Table Bloat
828 + context: bloat
829 + family: Autovacuum
830 + type: line
831 + units: percentage
832 + algorithm: absolute
833 + dimensions:
834 + - selector: postgres_flexible.bloat_percent_maximum
835 + name: maximum
836 + - id: am_azure_postgres_flexible__backend_count
837 + title: Azure PostgreSQL Flexible Server Backend Count
838 + context: backend_count
839 + family: Connections
840 + type: line
841 + units: connections
842 + algorithm: absolute
843 + dimensions:
844 + - selector: postgres_flexible.numbackends_maximum
845 + name: maximum
846 + - id: am_azure_postgres_flexible__pgbouncer_client_connections
847 + title: Azure PostgreSQL Flexible Server PgBouncer Client Connections
848 + context: pgbouncer_client_connections
849 + family: PgBouncer
850 + type: line
851 + units: connections
852 + algorithm: absolute
853 + dimensions:
854 + - selector: postgres_flexible.client_connections_active_maximum
855 + name: active
856 + - selector: postgres_flexible.client_connections_waiting_maximum
857 + name: waiting
858 + - id: am_azure_postgres_flexible__pgbouncer_server_connections
859 + title: Azure PostgreSQL Flexible Server PgBouncer Server Connections
860 + context: pgbouncer_server_connections
861 + family: PgBouncer
862 + type: line
863 + units: connections
864 + algorithm: absolute
865 + dimensions:
866 + - selector: postgres_flexible.server_connections_active_maximum
867 + name: active
868 + - selector: postgres_flexible.server_connections_idle_maximum
869 + name: idle
870 + - id: am_azure_postgres_flexible__pgbouncer_pool_count
871 + title: Azure PostgreSQL Flexible Server PgBouncer Pool Count
872 + context: pgbouncer_pool_count
873 + family: PgBouncer
874 + type: line
875 + units: pools
876 + algorithm: absolute
877 + dimensions:
878 + - selector: postgres_flexible.num_pools_maximum
879 + name: pools
880 + - id: am_azure_postgres_flexible__pgbouncer_pooled_connections
881 + title: Azure PostgreSQL Flexible Server PgBouncer Pooled Connections
882 + context: pgbouncer_pooled_connections
883 + family: PgBouncer
884 + type: line
885 + units: connections
886 + algorithm: absolute
887 + dimensions:
888 + - selector: postgres_flexible.total_pooled_connections_maximum
889 + name: pooled_connections
890 + - id: am_azure_postgres_flexible__cpu_credits
891 + title: Azure PostgreSQL Flexible Server CPU Credits
892 + context: cpu_credits
893 + family: Saturation
894 + type: line
895 + units: credits
896 + algorithm: absolute
897 + dimensions:
898 + - selector: postgres_flexible.cpu_credits_consumed_average
899 + name: consumed
900 + - selector: postgres_flexible.cpu_credits_remaining_average
901 + name: remaining
902 + - id: am_azure_postgres_flexible__postmaster_cpu
903 + title: Azure PostgreSQL Flexible Server Postmaster CPU Usage
904 + context: postmaster_cpu
905 + family: Saturation
906 + type: line
907 + units: percentage
908 + algorithm: absolute
909 + dimensions:
910 + - selector: postgres_flexible.postmaster_process_cpu_usage_percent_average
911 + name: average
912 + - id: am_azure_postgres_flexible__max_connections
913 + title: Azure PostgreSQL Flexible Server Max Connections
914 + context: max_connections
915 + family: Connections
916 + type: line
917 + units: connections
918 + algorithm: absolute
919 + dimensions:
920 + - selector: postgres_flexible.max_connections_maximum
921 + name: maximum
922 + - id: am_azure_postgres_flexible__tcp_connection_backlog
923 + title: Azure PostgreSQL Flexible Server TCP Connection Backlog
924 + context: tcp_connection_backlog
925 + family: Connections
926 + type: line
927 + units: connections
928 + algorithm: absolute
929 + dimensions:
930 + - selector: postgres_flexible.tcp_connection_backlog_maximum
931 + name: maximum
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/redis_cache.yaml
+630 -630
@@ -3,641 +3,641 @@ id: redis_cache
3 name: Azure Cache for Redis
4 resource_type: Microsoft.Cache/redis
5 metrics:
6 -- id: cachehits
7 - azure_name: cachehits
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: cachemisses
13 - azure_name: cachemisses
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: cache_read
19 - azure_name: cacheRead
20 - time_grain: PT1M
21 - series:
22 - - aggregation: maximum
23 - kind: gauge
24 -- id: cache_write
25 - azure_name: cacheWrite
26 - time_grain: PT1M
27 - series:
28 - - aggregation: maximum
29 - kind: gauge
30 -- id: server_load
31 - azure_name: serverLoad
32 - time_grain: PT1M
33 - series:
34 - - aggregation: maximum
35 - kind: gauge
36 -- id: percent_processor_time
37 - azure_name: percentProcessorTime
38 - time_grain: PT1M
39 - series:
40 - - aggregation: maximum
41 - kind: gauge
42 -- id: usedmemory
43 - azure_name: usedmemory
44 - time_grain: PT1M
45 - series:
46 - - aggregation: maximum
47 - kind: gauge
48 -- id: usedmemorypercentage
49 - azure_name: usedmemorypercentage
50 - time_grain: PT1M
51 - series:
52 - - aggregation: maximum
53 - kind: gauge
54 -- id: usedmemory_rss
55 - azure_name: usedmemoryRss
56 - time_grain: PT1M
57 - series:
58 - - aggregation: maximum
59 - kind: gauge
60 -- id: connectedclients
61 - azure_name: connectedclients
62 - time_grain: PT1M
63 - series:
64 - - aggregation: maximum
65 - kind: gauge
66 -- id: operations_per_second
67 - azure_name: operationsPerSecond
68 - time_grain: PT1M
69 - series:
70 - - aggregation: maximum
71 - kind: gauge
72 -- id: totalcommandsprocessed
73 - azure_name: totalcommandsprocessed
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: getcommands
79 - azure_name: getcommands
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: setcommands
85 - azure_name: setcommands
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: cache_latency
91 - azure_name: cacheLatency
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: totalkeys
97 - azure_name: totalkeys
98 - time_grain: PT1M
99 - series:
100 - - aggregation: maximum
101 - kind: gauge
102 -- id: evictedkeys
103 - azure_name: evictedkeys
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: expiredkeys
109 - azure_name: expiredkeys
110 - time_grain: PT1M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: errors
115 - azure_name: errors
116 - time_grain: PT1M
117 - series:
118 - - aggregation: maximum
119 - kind: gauge
120 -- id: cachemissrate
121 - azure_name: cachemissrate
122 - time_grain: PT1M
123 - series:
124 - - aggregation: total
125 - kind: gauge
126 -- id: latency_p99
127 - azure_name: LatencyP99
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: all_connections_closed_per_second
133 - azure_name: allConnectionsClosedPerSecond
134 - time_grain: PT1M
135 - series:
136 - - aggregation: maximum
137 - kind: gauge
138 -- id: all_connections_created_per_second
139 - azure_name: allConnectionsCreatedPerSecond
140 - time_grain: PT1M
141 - series:
142 - - aggregation: maximum
143 - kind: gauge
144 -- id: connected_clients_using_aad_token
145 - azure_name: ConnectedClientsUsingAADToken
146 - time_grain: PT1M
147 - series:
148 - - aggregation: maximum
149 - kind: gauge
150 -- id: allcachehits
151 - azure_name: allcachehits
152 - time_grain: PT1M
153 - series:
154 - - aggregation: total
155 - kind: counter
156 -- id: allcachemisses
157 - azure_name: allcachemisses
158 - time_grain: PT1M
159 - series:
160 - - aggregation: total
161 - kind: counter
162 -- id: allcache_read
163 - azure_name: allcacheRead
164 - time_grain: PT1M
165 - series:
166 - - aggregation: maximum
167 - kind: gauge
168 -- id: allcache_write
169 - azure_name: allcacheWrite
170 - time_grain: PT1M
171 - series:
172 - - aggregation: maximum
173 - kind: gauge
174 -- id: allserver_load
175 - azure_name: allserverLoad
176 - time_grain: PT1M
177 - series:
178 - - aggregation: maximum
179 - kind: gauge
180 -- id: allpercentprocessortime
181 - azure_name: allpercentprocessortime
182 - time_grain: PT1M
183 - series:
184 - - aggregation: maximum
185 - kind: gauge
186 -- id: allusedmemory
187 - azure_name: allusedmemory
188 - time_grain: PT1M
189 - series:
190 - - aggregation: maximum
191 - kind: gauge
192 -- id: allusedmemorypercentage
193 - azure_name: allusedmemorypercentage
194 - time_grain: PT1M
195 - series:
196 - - aggregation: maximum
197 - kind: gauge
198 -- id: allusedmemory_rss
199 - azure_name: allusedmemoryRss
200 - time_grain: PT1M
201 - series:
202 - - aggregation: maximum
203 - kind: gauge
204 -- id: allconnectedclients
205 - azure_name: allconnectedclients
206 - time_grain: PT1M
207 - series:
208 - - aggregation: maximum
209 - kind: gauge
210 -- id: alloperations_per_second
211 - azure_name: alloperationsPerSecond
212 - time_grain: PT1M
213 - series:
214 - - aggregation: maximum
215 - kind: gauge
216 -- id: alltotalcommandsprocessed
217 - azure_name: alltotalcommandsprocessed
218 - time_grain: PT1M
219 - series:
220 - - aggregation: total
221 - kind: counter
222 -- id: allgetcommands
223 - azure_name: allgetcommands
224 - time_grain: PT1M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: allsetcommands
229 - azure_name: allsetcommands
230 - time_grain: PT1M
231 - series:
232 - - aggregation: total
233 - kind: counter
234 -- id: alltotalkeys
235 - azure_name: alltotalkeys
236 - time_grain: PT1M
237 - series:
238 - - aggregation: maximum
239 - kind: gauge
240 -- id: allevictedkeys
241 - azure_name: allevictedkeys
242 - time_grain: PT1M
243 - series:
244 - - aggregation: total
245 - kind: counter
246 -- id: allexpiredkeys
247 - azure_name: allexpiredkeys
248 - time_grain: PT1M
249 - series:
250 - - aggregation: total
251 - kind: counter
252 -- id: geo_replication_connectivity_lag
253 - azure_name: GeoReplicationConnectivityLag
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: geo_replication_data_sync_offset
259 - azure_name: GeoReplicationDataSyncOffset
260 - time_grain: PT1M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: geo_replication_full_sync_event_finished
265 - azure_name: GeoReplicationFullSyncEventFinished
266 - time_grain: PT1M
267 - series:
268 - - aggregation: count
269 - kind: counter
270 -- id: geo_replication_full_sync_event_started
271 - azure_name: GeoReplicationFullSyncEventStarted
272 - time_grain: PT1M
273 - series:
274 - - aggregation: count
275 - kind: counter
276 -- id: geo_replication_healthy
277 - azure_name: GeoReplicationHealthy
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
6 + - id: cachehits
7 + azure_name: cachehits
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: cachemisses
13 + azure_name: cachemisses
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: cache_read
19 + azure_name: cacheRead
20 + time_grain: PT1M
21 + series:
22 + - aggregation: maximum
23 + kind: gauge
24 + - id: cache_write
25 + azure_name: cacheWrite
26 + time_grain: PT1M
27 + series:
28 + - aggregation: maximum
29 + kind: gauge
30 + - id: server_load
31 + azure_name: serverLoad
32 + time_grain: PT1M
33 + series:
34 + - aggregation: maximum
35 + kind: gauge
36 + - id: percent_processor_time
37 + azure_name: percentProcessorTime
38 + time_grain: PT1M
39 + series:
40 + - aggregation: maximum
41 + kind: gauge
42 + - id: usedmemory
43 + azure_name: usedmemory
44 + time_grain: PT1M
45 + series:
46 + - aggregation: maximum
47 + kind: gauge
48 + - id: usedmemorypercentage
49 + azure_name: usedmemorypercentage
50 + time_grain: PT1M
51 + series:
52 + - aggregation: maximum
53 + kind: gauge
54 + - id: usedmemory_rss
55 + azure_name: usedmemoryRss
56 + time_grain: PT1M
57 + series:
58 + - aggregation: maximum
59 + kind: gauge
60 + - id: connectedclients
61 + azure_name: connectedclients
62 + time_grain: PT1M
63 + series:
64 + - aggregation: maximum
65 + kind: gauge
66 + - id: operations_per_second
67 + azure_name: operationsPerSecond
68 + time_grain: PT1M
69 + series:
70 + - aggregation: maximum
71 + kind: gauge
72 + - id: totalcommandsprocessed
73 + azure_name: totalcommandsprocessed
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: getcommands
79 + azure_name: getcommands
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: setcommands
85 + azure_name: setcommands
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: cache_latency
91 + azure_name: cacheLatency
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: totalkeys
97 + azure_name: totalkeys
98 + time_grain: PT1M
99 + series:
100 + - aggregation: maximum
101 + kind: gauge
102 + - id: evictedkeys
103 + azure_name: evictedkeys
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: expiredkeys
109 + azure_name: expiredkeys
110 + time_grain: PT1M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: errors
115 + azure_name: errors
116 + time_grain: PT1M
117 + series:
118 + - aggregation: maximum
119 + kind: gauge
120 + - id: cachemissrate
121 + azure_name: cachemissrate
122 + time_grain: PT1M
123 + series:
124 + - aggregation: total
125 + kind: gauge
126 + - id: latency_p99
127 + azure_name: LatencyP99
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: all_connections_closed_per_second
133 + azure_name: allConnectionsClosedPerSecond
134 + time_grain: PT1M
135 + series:
136 + - aggregation: maximum
137 + kind: gauge
138 + - id: all_connections_created_per_second
139 + azure_name: allConnectionsCreatedPerSecond
140 + time_grain: PT1M
141 + series:
142 + - aggregation: maximum
143 + kind: gauge
144 + - id: connected_clients_using_aad_token
145 + azure_name: ConnectedClientsUsingAADToken
146 + time_grain: PT1M
147 + series:
148 + - aggregation: maximum
149 + kind: gauge
150 + - id: allcachehits
151 + azure_name: allcachehits
152 + time_grain: PT1M
153 + series:
154 + - aggregation: total
155 + kind: counter
156 + - id: allcachemisses
157 + azure_name: allcachemisses
158 + time_grain: PT1M
159 + series:
160 + - aggregation: total
161 + kind: counter
162 + - id: allcache_read
163 + azure_name: allcacheRead
164 + time_grain: PT1M
165 + series:
166 + - aggregation: maximum
167 + kind: gauge
168 + - id: allcache_write
169 + azure_name: allcacheWrite
170 + time_grain: PT1M
171 + series:
172 + - aggregation: maximum
173 + kind: gauge
174 + - id: allserver_load
175 + azure_name: allserverLoad
176 + time_grain: PT1M
177 + series:
178 + - aggregation: maximum
179 + kind: gauge
180 + - id: allpercentprocessortime
181 + azure_name: allpercentprocessortime
182 + time_grain: PT1M
183 + series:
184 + - aggregation: maximum
185 + kind: gauge
186 + - id: allusedmemory
187 + azure_name: allusedmemory
188 + time_grain: PT1M
189 + series:
190 + - aggregation: maximum
191 + kind: gauge
192 + - id: allusedmemorypercentage
193 + azure_name: allusedmemorypercentage
194 + time_grain: PT1M
195 + series:
196 + - aggregation: maximum
197 + kind: gauge
198 + - id: allusedmemory_rss
199 + azure_name: allusedmemoryRss
200 + time_grain: PT1M
201 + series:
202 + - aggregation: maximum
203 + kind: gauge
204 + - id: allconnectedclients
205 + azure_name: allconnectedclients
206 + time_grain: PT1M
207 + series:
208 + - aggregation: maximum
209 + kind: gauge
210 + - id: alloperations_per_second
211 + azure_name: alloperationsPerSecond
212 + time_grain: PT1M
213 + series:
214 + - aggregation: maximum
215 + kind: gauge
216 + - id: alltotalcommandsprocessed
217 + azure_name: alltotalcommandsprocessed
218 + time_grain: PT1M
219 + series:
220 + - aggregation: total
221 + kind: counter
222 + - id: allgetcommands
223 + azure_name: allgetcommands
224 + time_grain: PT1M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: allsetcommands
229 + azure_name: allsetcommands
230 + time_grain: PT1M
231 + series:
232 + - aggregation: total
233 + kind: counter
234 + - id: alltotalkeys
235 + azure_name: alltotalkeys
236 + time_grain: PT1M
237 + series:
238 + - aggregation: maximum
239 + kind: gauge
240 + - id: allevictedkeys
241 + azure_name: allevictedkeys
242 + time_grain: PT1M
243 + series:
244 + - aggregation: total
245 + kind: counter
246 + - id: allexpiredkeys
247 + azure_name: allexpiredkeys
248 + time_grain: PT1M
249 + series:
250 + - aggregation: total
251 + kind: counter
252 + - id: geo_replication_connectivity_lag
253 + azure_name: GeoReplicationConnectivityLag
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: geo_replication_data_sync_offset
259 + azure_name: GeoReplicationDataSyncOffset
260 + time_grain: PT1M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: geo_replication_full_sync_event_finished
265 + azure_name: GeoReplicationFullSyncEventFinished
266 + time_grain: PT1M
267 + series:
268 + - aggregation: count
269 + kind: counter
270 + - id: geo_replication_full_sync_event_started
271 + azure_name: GeoReplicationFullSyncEventStarted
272 + time_grain: PT1M
273 + series:
274 + - aggregation: count
275 + kind: counter
276 + - id: geo_replication_healthy
277 + azure_name: GeoReplicationHealthy
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 template:
283 family: Azure Cache for Redis
284 context_namespace: redis_cache
285 chart_defaults:
286 label_promotion:
287 - - resource_name
288 - - resource_group
289 - - region
290 - - resource_type
291 - - profile
287 + - resource_name
288 + - resource_group
289 + - region
290 + - resource_type
291 + - profile
292 instances:
293 by_labels:
294 - - resource_uid
294 + - resource_uid
295 charts:
296 - - id: am_azure_redis_cache__cache_hits
297 - title: Azure Cache for Redis Hit Rate
298 - context: cache_hits
299 - family: Cache
300 - type: line
301 - units: operations/s
302 - algorithm: incremental
303 - dimensions:
304 - - selector: redis_cache.cachehits_total
305 - name: hits
306 - - selector: redis_cache.cachemisses_total
307 - name: misses
308 - - id: am_azure_redis_cache__throughput
309 - title: Azure Cache for Redis Throughput
310 - context: throughput
311 - family: Cache
312 - type: line
313 - units: bytes/s
314 - algorithm: absolute
315 - dimensions:
316 - - selector: redis_cache.cache_read_maximum
317 - name: read
318 - - selector: redis_cache.cache_write_maximum
319 - name: write
320 - - id: am_azure_redis_cache__server_load
321 - title: Azure Cache for Redis Server Load
322 - context: server_load
323 - family: Server
324 - type: line
325 - units: percentage
326 - algorithm: absolute
327 - dimensions:
328 - - selector: redis_cache.server_load_maximum
329 - name: maximum
330 - - id: am_azure_redis_cache__cpu
331 - title: Azure Cache for Redis CPU Utilization
332 - context: cpu
333 - family: Server
334 - type: line
335 - units: percentage
336 - algorithm: absolute
337 - dimensions:
338 - - selector: redis_cache.percent_processor_time_maximum
339 - name: maximum
340 - - id: am_azure_redis_cache__memory_usage
341 - title: Azure Cache for Redis Memory Usage
342 - context: memory_usage
343 - family: Memory
344 - type: line
345 - units: bytes
346 - algorithm: absolute
347 - dimensions:
348 - - selector: redis_cache.usedmemory_maximum
349 - name: used
350 - - selector: redis_cache.usedmemory_rss_maximum
351 - name: rss
352 - - id: am_azure_redis_cache__memory_utilization
353 - title: Azure Cache for Redis Memory Utilization
354 - context: memory_utilization
355 - family: Memory
356 - type: line
357 - units: percentage
358 - algorithm: absolute
359 - dimensions:
360 - - selector: redis_cache.usedmemorypercentage_maximum
361 - name: maximum
362 - - id: am_azure_redis_cache__clients
363 - title: Azure Cache for Redis Connected Clients
364 - context: clients
365 - family: Clients
366 - type: line
367 - units: clients
368 - algorithm: absolute
369 - dimensions:
370 - - selector: redis_cache.connectedclients_maximum
371 - name: maximum
372 - - id: am_azure_redis_cache__operations
373 - title: Azure Cache for Redis Operations
374 - context: operations
375 - family: Operations
376 - type: line
377 - units: operations/s
378 - algorithm: absolute
379 - dimensions:
380 - - selector: redis_cache.operations_per_second_maximum
381 - name: maximum
382 - - id: am_azure_redis_cache__commands
383 - title: Azure Cache for Redis Commands Processed
384 - context: commands
385 - family: Operations
386 - type: line
387 - units: commands/s
388 - algorithm: incremental
389 - dimensions:
390 - - selector: redis_cache.totalcommandsprocessed_total
391 - name: total
392 - - id: am_azure_redis_cache__command_types
393 - title: Azure Cache for Redis Command Types
394 - context: command_types
395 - family: Operations
396 - type: line
397 - units: commands/s
398 - algorithm: incremental
399 - dimensions:
400 - - selector: redis_cache.getcommands_total
401 - name: get
402 - - selector: redis_cache.setcommands_total
403 - name: set
404 - - id: am_azure_redis_cache__latency
405 - title: Azure Cache for Redis Latency
406 - context: latency
407 - family: Latency
408 - type: line
409 - units: microseconds
410 - algorithm: absolute
411 - dimensions:
412 - - selector: redis_cache.cache_latency_average
413 - name: average
414 - - id: am_azure_redis_cache__key_events
415 - title: Azure Cache for Redis Key Events
416 - context: key_events
417 - family: Keys
418 - type: line
419 - units: keys/s
420 - algorithm: incremental
421 - dimensions:
422 - - selector: redis_cache.evictedkeys_total
423 - name: evicted
424 - - selector: redis_cache.expiredkeys_total
425 - name: expired
426 - - id: am_azure_redis_cache__total_keys
427 - title: Azure Cache for Redis Total Keys
428 - context: total_keys
429 - family: Keys
430 - type: line
431 - units: keys
432 - algorithm: absolute
433 - dimensions:
434 - - selector: redis_cache.totalkeys_maximum
435 - name: maximum
436 - - id: am_azure_redis_cache__errors
437 - title: Azure Cache for Redis Errors
438 - context: errors
439 - family: Errors
440 - type: line
441 - units: errors
442 - algorithm: absolute
443 - dimensions:
444 - - selector: redis_cache.errors_maximum
445 - name: maximum
446 - - id: am_azure_redis_cache__miss_rate
447 - title: Azure Cache for Redis Miss Rate
448 - context: miss_rate
449 - family: Cache
450 - type: line
451 - units: percentage
452 - algorithm: absolute
453 - dimensions:
454 - - selector: redis_cache.cachemissrate_total
455 - name: miss_rate
456 - - id: am_azure_redis_cache__latency_p99
457 - title: Azure Cache for Redis P99 Latency
458 - context: latency_p99
459 - family: Latency
460 - type: line
461 - units: microseconds
462 - algorithm: absolute
463 - dimensions:
464 - - selector: redis_cache.latency_p99_average
465 - name: p99
466 - - id: am_azure_redis_cache__connection_rate
467 - title: Azure Cache for Redis Connection Rate
468 - context: connection_rate
469 - family: Clients
470 - type: line
471 - units: connections/s
472 - algorithm: absolute
473 - dimensions:
474 - - selector: redis_cache.all_connections_created_per_second_maximum
475 - name: created
476 - - selector: redis_cache.all_connections_closed_per_second_maximum
477 - name: closed
478 - - id: am_azure_redis_cache__aad_clients
479 - title: Azure Cache for Redis Entra Token Clients
480 - context: aad_clients
481 - family: Clients
482 - type: line
483 - units: clients
484 - algorithm: absolute
485 - dimensions:
486 - - selector: redis_cache.connected_clients_using_aad_token_maximum
487 - name: maximum
488 - - id: am_azure_redis_cache__instance_cache_hits
489 - title: Azure Cache for Redis Instance Hit Rate
490 - context: instance_cache_hits
491 - family: Instance Cache
492 - type: line
493 - units: operations/s
494 - algorithm: incremental
495 - dimensions:
496 - - selector: redis_cache.allcachehits_total
497 - name: hits
498 - - selector: redis_cache.allcachemisses_total
499 - name: misses
500 - - id: am_azure_redis_cache__instance_throughput
501 - title: Azure Cache for Redis Instance Throughput
502 - context: instance_throughput
503 - family: Instance Cache
504 - type: line
505 - units: bytes/s
506 - algorithm: absolute
507 - dimensions:
508 - - selector: redis_cache.allcache_read_maximum
509 - name: read
510 - - selector: redis_cache.allcache_write_maximum
511 - name: write
512 - - id: am_azure_redis_cache__instance_server_load
513 - title: Azure Cache for Redis Instance Server Load
514 - context: instance_server_load
515 - family: Instance Server
516 - type: line
517 - units: percentage
518 - algorithm: absolute
519 - dimensions:
520 - - selector: redis_cache.allserver_load_maximum
521 - name: server_load
522 - - selector: redis_cache.allpercentprocessortime_maximum
523 - name: cpu
524 - - id: am_azure_redis_cache__instance_memory_usage
525 - title: Azure Cache for Redis Instance Memory Usage
526 - context: instance_memory_usage
527 - family: Instance Memory
528 - type: line
529 - units: bytes
530 - algorithm: absolute
531 - dimensions:
532 - - selector: redis_cache.allusedmemory_maximum
533 - name: used
534 - - selector: redis_cache.allusedmemory_rss_maximum
535 - name: rss
536 - - id: am_azure_redis_cache__instance_memory_utilization
537 - title: Azure Cache for Redis Instance Memory Utilization
538 - context: instance_memory_utilization
539 - family: Instance Memory
540 - type: line
541 - units: percentage
542 - algorithm: absolute
543 - dimensions:
544 - - selector: redis_cache.allusedmemorypercentage_maximum
545 - name: maximum
546 - - id: am_azure_redis_cache__instance_clients
547 - title: Azure Cache for Redis Instance Connected Clients
548 - context: instance_clients
549 - family: Instance Clients
550 - type: line
551 - units: clients
552 - algorithm: absolute
553 - dimensions:
554 - - selector: redis_cache.allconnectedclients_maximum
555 - name: maximum
556 - - id: am_azure_redis_cache__instance_operations
557 - title: Azure Cache for Redis Instance Operations
558 - context: instance_operations
559 - family: Instance Operations
560 - type: line
561 - units: operations/s
562 - algorithm: absolute
563 - dimensions:
564 - - selector: redis_cache.alloperations_per_second_maximum
565 - name: maximum
566 - - id: am_azure_redis_cache__instance_commands
567 - title: Azure Cache for Redis Instance Commands Processed
568 - context: instance_commands
569 - family: Instance Operations
570 - type: line
571 - units: commands/s
572 - algorithm: incremental
573 - dimensions:
574 - - selector: redis_cache.alltotalcommandsprocessed_total
575 - name: total
576 - - selector: redis_cache.allgetcommands_total
577 - name: get
578 - - selector: redis_cache.allsetcommands_total
579 - name: set
580 - - id: am_azure_redis_cache__instance_total_keys
581 - title: Azure Cache for Redis Instance Total Keys
582 - context: instance_total_keys
583 - family: Instance Keys
584 - type: line
585 - units: keys
586 - algorithm: absolute
587 - dimensions:
588 - - selector: redis_cache.alltotalkeys_maximum
589 - name: maximum
590 - - id: am_azure_redis_cache__instance_key_events
591 - title: Azure Cache for Redis Instance Key Events
592 - context: instance_key_events
593 - family: Instance Keys
594 - type: line
595 - units: keys/s
596 - algorithm: incremental
597 - dimensions:
598 - - selector: redis_cache.allevictedkeys_total
599 - name: evicted
600 - - selector: redis_cache.allexpiredkeys_total
601 - name: expired
602 - - id: am_azure_redis_cache__geo_replication_lag
603 - title: Azure Cache for Redis Geo-Replication Connectivity Lag
604 - context: geo_replication_lag
605 - family: Geo-Replication
606 - type: line
607 - units: seconds
608 - algorithm: absolute
609 - dimensions:
610 - - selector: redis_cache.geo_replication_connectivity_lag_average
611 - name: average
612 - - id: am_azure_redis_cache__geo_replication_sync_offset
613 - title: Azure Cache for Redis Geo-Replication Data Sync Offset
614 - context: geo_replication_sync_offset
615 - family: Geo-Replication
616 - type: line
617 - units: bytes
618 - algorithm: absolute
619 - dimensions:
620 - - selector: redis_cache.geo_replication_data_sync_offset_average
621 - name: average
622 - - id: am_azure_redis_cache__geo_replication_sync_events
623 - title: Azure Cache for Redis Geo-Replication Sync Events
624 - context: geo_replication_sync_events
625 - family: Geo-Replication
626 - type: line
627 - units: events/s
628 - algorithm: incremental
629 - dimensions:
630 - - selector: redis_cache.geo_replication_full_sync_event_started_count
631 - name: started
632 - - selector: redis_cache.geo_replication_full_sync_event_finished_count
633 - name: finished
634 - - id: am_azure_redis_cache__geo_replication_health
635 - title: Azure Cache for Redis Geo-Replication Health
636 - context: geo_replication_health
637 - family: Geo-Replication
638 - type: line
639 - units: status
640 - algorithm: absolute
641 - dimensions:
642 - - selector: redis_cache.geo_replication_healthy_average
643 - name: average
296 + - id: am_azure_redis_cache__cache_hits
297 + title: Azure Cache for Redis Hit Rate
298 + context: cache_hits
299 + family: Cache
300 + type: line
301 + units: operations/s
302 + algorithm: incremental
303 + dimensions:
304 + - selector: redis_cache.cachehits_total
305 + name: hits
306 + - selector: redis_cache.cachemisses_total
307 + name: misses
308 + - id: am_azure_redis_cache__throughput
309 + title: Azure Cache for Redis Throughput
310 + context: throughput
311 + family: Cache
312 + type: line
313 + units: bytes/s
314 + algorithm: absolute
315 + dimensions:
316 + - selector: redis_cache.cache_read_maximum
317 + name: read
318 + - selector: redis_cache.cache_write_maximum
319 + name: write
320 + - id: am_azure_redis_cache__server_load
321 + title: Azure Cache for Redis Server Load
322 + context: server_load
323 + family: Server
324 + type: line
325 + units: percentage
326 + algorithm: absolute
327 + dimensions:
328 + - selector: redis_cache.server_load_maximum
329 + name: maximum
330 + - id: am_azure_redis_cache__cpu
331 + title: Azure Cache for Redis CPU Utilization
332 + context: cpu
333 + family: Server
334 + type: line
335 + units: percentage
336 + algorithm: absolute
337 + dimensions:
338 + - selector: redis_cache.percent_processor_time_maximum
339 + name: maximum
340 + - id: am_azure_redis_cache__memory_usage
341 + title: Azure Cache for Redis Memory Usage
342 + context: memory_usage
343 + family: Memory
344 + type: line
345 + units: bytes
346 + algorithm: absolute
347 + dimensions:
348 + - selector: redis_cache.usedmemory_maximum
349 + name: used
350 + - selector: redis_cache.usedmemory_rss_maximum
351 + name: rss
352 + - id: am_azure_redis_cache__memory_utilization
353 + title: Azure Cache for Redis Memory Utilization
354 + context: memory_utilization
355 + family: Memory
356 + type: line
357 + units: percentage
358 + algorithm: absolute
359 + dimensions:
360 + - selector: redis_cache.usedmemorypercentage_maximum
361 + name: maximum
362 + - id: am_azure_redis_cache__clients
363 + title: Azure Cache for Redis Connected Clients
364 + context: clients
365 + family: Clients
366 + type: line
367 + units: clients
368 + algorithm: absolute
369 + dimensions:
370 + - selector: redis_cache.connectedclients_maximum
371 + name: maximum
372 + - id: am_azure_redis_cache__operations
373 + title: Azure Cache for Redis Operations
374 + context: operations
375 + family: Operations
376 + type: line
377 + units: operations/s
378 + algorithm: absolute
379 + dimensions:
380 + - selector: redis_cache.operations_per_second_maximum
381 + name: maximum
382 + - id: am_azure_redis_cache__commands
383 + title: Azure Cache for Redis Commands Processed
384 + context: commands
385 + family: Operations
386 + type: line
387 + units: commands/s
388 + algorithm: incremental
389 + dimensions:
390 + - selector: redis_cache.totalcommandsprocessed_total
391 + name: total
392 + - id: am_azure_redis_cache__command_types
393 + title: Azure Cache for Redis Command Types
394 + context: command_types
395 + family: Operations
396 + type: line
397 + units: commands/s
398 + algorithm: incremental
399 + dimensions:
400 + - selector: redis_cache.getcommands_total
401 + name: get
402 + - selector: redis_cache.setcommands_total
403 + name: set
404 + - id: am_azure_redis_cache__latency
405 + title: Azure Cache for Redis Latency
406 + context: latency
407 + family: Latency
408 + type: line
409 + units: microseconds
410 + algorithm: absolute
411 + dimensions:
412 + - selector: redis_cache.cache_latency_average
413 + name: average
414 + - id: am_azure_redis_cache__key_events
415 + title: Azure Cache for Redis Key Events
416 + context: key_events
417 + family: Keys
418 + type: line
419 + units: keys/s
420 + algorithm: incremental
421 + dimensions:
422 + - selector: redis_cache.evictedkeys_total
423 + name: evicted
424 + - selector: redis_cache.expiredkeys_total
425 + name: expired
426 + - id: am_azure_redis_cache__total_keys
427 + title: Azure Cache for Redis Total Keys
428 + context: total_keys
429 + family: Keys
430 + type: line
431 + units: keys
432 + algorithm: absolute
433 + dimensions:
434 + - selector: redis_cache.totalkeys_maximum
435 + name: maximum
436 + - id: am_azure_redis_cache__errors
437 + title: Azure Cache for Redis Errors
438 + context: errors
439 + family: Errors
440 + type: line
441 + units: errors
442 + algorithm: absolute
443 + dimensions:
444 + - selector: redis_cache.errors_maximum
445 + name: maximum
446 + - id: am_azure_redis_cache__miss_rate
447 + title: Azure Cache for Redis Miss Rate
448 + context: miss_rate
449 + family: Cache
450 + type: line
451 + units: percentage
452 + algorithm: absolute
453 + dimensions:
454 + - selector: redis_cache.cachemissrate_total
455 + name: miss_rate
456 + - id: am_azure_redis_cache__latency_p99
457 + title: Azure Cache for Redis P99 Latency
458 + context: latency_p99
459 + family: Latency
460 + type: line
461 + units: microseconds
462 + algorithm: absolute
463 + dimensions:
464 + - selector: redis_cache.latency_p99_average
465 + name: p99
466 + - id: am_azure_redis_cache__connection_rate
467 + title: Azure Cache for Redis Connection Rate
468 + context: connection_rate
469 + family: Clients
470 + type: line
471 + units: connections/s
472 + algorithm: absolute
473 + dimensions:
474 + - selector: redis_cache.all_connections_created_per_second_maximum
475 + name: created
476 + - selector: redis_cache.all_connections_closed_per_second_maximum
477 + name: closed
478 + - id: am_azure_redis_cache__aad_clients
479 + title: Azure Cache for Redis Entra Token Clients
480 + context: aad_clients
481 + family: Clients
482 + type: line
483 + units: clients
484 + algorithm: absolute
485 + dimensions:
486 + - selector: redis_cache.connected_clients_using_aad_token_maximum
487 + name: maximum
488 + - id: am_azure_redis_cache__instance_cache_hits
489 + title: Azure Cache for Redis Instance Hit Rate
490 + context: instance_cache_hits
491 + family: Instance Cache
492 + type: line
493 + units: operations/s
494 + algorithm: incremental
495 + dimensions:
496 + - selector: redis_cache.allcachehits_total
497 + name: hits
498 + - selector: redis_cache.allcachemisses_total
499 + name: misses
500 + - id: am_azure_redis_cache__instance_throughput
501 + title: Azure Cache for Redis Instance Throughput
502 + context: instance_throughput
503 + family: Instance Cache
504 + type: line
505 + units: bytes/s
506 + algorithm: absolute
507 + dimensions:
508 + - selector: redis_cache.allcache_read_maximum
509 + name: read
510 + - selector: redis_cache.allcache_write_maximum
511 + name: write
512 + - id: am_azure_redis_cache__instance_server_load
513 + title: Azure Cache for Redis Instance Server Load
514 + context: instance_server_load
515 + family: Instance Server
516 + type: line
517 + units: percentage
518 + algorithm: absolute
519 + dimensions:
520 + - selector: redis_cache.allserver_load_maximum
521 + name: server_load
522 + - selector: redis_cache.allpercentprocessortime_maximum
523 + name: cpu
524 + - id: am_azure_redis_cache__instance_memory_usage
525 + title: Azure Cache for Redis Instance Memory Usage
526 + context: instance_memory_usage
527 + family: Instance Memory
528 + type: line
529 + units: bytes
530 + algorithm: absolute
531 + dimensions:
532 + - selector: redis_cache.allusedmemory_maximum
533 + name: used
534 + - selector: redis_cache.allusedmemory_rss_maximum
535 + name: rss
536 + - id: am_azure_redis_cache__instance_memory_utilization
537 + title: Azure Cache for Redis Instance Memory Utilization
538 + context: instance_memory_utilization
539 + family: Instance Memory
540 + type: line
541 + units: percentage
542 + algorithm: absolute
543 + dimensions:
544 + - selector: redis_cache.allusedmemorypercentage_maximum
545 + name: maximum
546 + - id: am_azure_redis_cache__instance_clients
547 + title: Azure Cache for Redis Instance Connected Clients
548 + context: instance_clients
549 + family: Instance Clients
550 + type: line
551 + units: clients
552 + algorithm: absolute
553 + dimensions:
554 + - selector: redis_cache.allconnectedclients_maximum
555 + name: maximum
556 + - id: am_azure_redis_cache__instance_operations
557 + title: Azure Cache for Redis Instance Operations
558 + context: instance_operations
559 + family: Instance Operations
560 + type: line
561 + units: operations/s
562 + algorithm: absolute
563 + dimensions:
564 + - selector: redis_cache.alloperations_per_second_maximum
565 + name: maximum
566 + - id: am_azure_redis_cache__instance_commands
567 + title: Azure Cache for Redis Instance Commands Processed
568 + context: instance_commands
569 + family: Instance Operations
570 + type: line
571 + units: commands/s
572 + algorithm: incremental
573 + dimensions:
574 + - selector: redis_cache.alltotalcommandsprocessed_total
575 + name: total
576 + - selector: redis_cache.allgetcommands_total
577 + name: get
578 + - selector: redis_cache.allsetcommands_total
579 + name: set
580 + - id: am_azure_redis_cache__instance_total_keys
581 + title: Azure Cache for Redis Instance Total Keys
582 + context: instance_total_keys
583 + family: Instance Keys
584 + type: line
585 + units: keys
586 + algorithm: absolute
587 + dimensions:
588 + - selector: redis_cache.alltotalkeys_maximum
589 + name: maximum
590 + - id: am_azure_redis_cache__instance_key_events
591 + title: Azure Cache for Redis Instance Key Events
592 + context: instance_key_events
593 + family: Instance Keys
594 + type: line
595 + units: keys/s
596 + algorithm: incremental
597 + dimensions:
598 + - selector: redis_cache.allevictedkeys_total
599 + name: evicted
600 + - selector: redis_cache.allexpiredkeys_total
601 + name: expired
602 + - id: am_azure_redis_cache__geo_replication_lag
603 + title: Azure Cache for Redis Geo-Replication Connectivity Lag
604 + context: geo_replication_lag
605 + family: Geo-Replication
606 + type: line
607 + units: seconds
608 + algorithm: absolute
609 + dimensions:
610 + - selector: redis_cache.geo_replication_connectivity_lag_average
611 + name: average
612 + - id: am_azure_redis_cache__geo_replication_sync_offset
613 + title: Azure Cache for Redis Geo-Replication Data Sync Offset
614 + context: geo_replication_sync_offset
615 + family: Geo-Replication
616 + type: line
617 + units: bytes
618 + algorithm: absolute
619 + dimensions:
620 + - selector: redis_cache.geo_replication_data_sync_offset_average
621 + name: average
622 + - id: am_azure_redis_cache__geo_replication_sync_events
623 + title: Azure Cache for Redis Geo-Replication Sync Events
624 + context: geo_replication_sync_events
625 + family: Geo-Replication
626 + type: line
627 + units: events/s
628 + algorithm: incremental
629 + dimensions:
630 + - selector: redis_cache.geo_replication_full_sync_event_started_count
631 + name: started
632 + - selector: redis_cache.geo_replication_full_sync_event_finished_count
633 + name: finished
634 + - id: am_azure_redis_cache__geo_replication_health
635 + title: Azure Cache for Redis Geo-Replication Health
636 + context: geo_replication_health
637 + family: Geo-Replication
638 + type: line
639 + units: status
640 + algorithm: absolute
641 + dimensions:
642 + - selector: redis_cache.geo_replication_healthy_average
643 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/service_bus.yaml
+334 -334
@@ -3,345 +3,345 @@ id: service_bus
3 name: Azure Service Bus Namespace
4 resource_type: Microsoft.ServiceBus/Namespaces
5 metrics:
6 -- id: incoming_messages
7 - azure_name: IncomingMessages
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: outgoing_messages
13 - azure_name: OutgoingMessages
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: complete_message
19 - azure_name: CompleteMessage
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: abandon_message
25 - azure_name: AbandonMessage
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: active_messages
31 - azure_name: ActiveMessages
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: deadlettered_messages
37 - azure_name: DeadletteredMessages
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: scheduled_messages
43 - azure_name: ScheduledMessages
44 - time_grain: PT1M
45 - series:
46 - - aggregation: average
47 - kind: gauge
48 -- id: incoming_requests
49 - azure_name: IncomingRequests
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: successful_requests
55 - azure_name: SuccessfulRequests
56 - time_grain: PT1M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: server_errors
61 - azure_name: ServerErrors
62 - time_grain: PT1M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: user_errors
67 - azure_name: UserErrors
68 - time_grain: PT1M
69 - series:
70 - - aggregation: total
71 - kind: counter
72 -- id: throttled_requests
73 - azure_name: ThrottledRequests
74 - time_grain: PT1M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: active_connections
79 - azure_name: ActiveConnections
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: gauge
84 -- id: connections_opened
85 - azure_name: ConnectionsOpened
86 - time_grain: PT1M
87 - series:
88 - - aggregation: average
89 - kind: gauge
90 -- id: connections_closed
91 - azure_name: ConnectionsClosed
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: incoming_bytes
97 - azure_name: IncomingBytes
98 - time_grain: PT1M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: outgoing_bytes
103 - azure_name: OutgoingBytes
104 - time_grain: PT1M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: messages
109 - azure_name: Messages
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: namespace_cpu_usage
115 - azure_name: NamespaceCpuUsage
116 - time_grain: PT1M
117 - series:
118 - - aggregation: maximum
119 - kind: gauge
120 -- id: namespace_memory_usage
121 - azure_name: NamespaceMemoryUsage
122 - time_grain: PT1M
123 - series:
124 - - aggregation: maximum
125 - kind: gauge
126 -- id: server_send_latency
127 - azure_name: ServerSendLatency
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: pending_checkpoint_operation_count
133 - azure_name: PendingCheckpointOperationCount
134 - time_grain: PT1M
135 - series:
136 - - aggregation: total
137 - kind: gauge
138 -- id: replication_lag_count
139 - azure_name: ReplicationLagCount
140 - time_grain: PT1M
141 - series:
142 - - aggregation: maximum
143 - kind: gauge
144 -- id: replication_lag_duration
145 - azure_name: ReplicationLagDuration
146 - time_grain: PT1M
147 - series:
148 - - aggregation: maximum
149 - kind: gauge
150 -- id: size
151 - azure_name: Size
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
6 + - id: incoming_messages
7 + azure_name: IncomingMessages
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: outgoing_messages
13 + azure_name: OutgoingMessages
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: complete_message
19 + azure_name: CompleteMessage
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: abandon_message
25 + azure_name: AbandonMessage
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: active_messages
31 + azure_name: ActiveMessages
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: deadlettered_messages
37 + azure_name: DeadletteredMessages
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: scheduled_messages
43 + azure_name: ScheduledMessages
44 + time_grain: PT1M
45 + series:
46 + - aggregation: average
47 + kind: gauge
48 + - id: incoming_requests
49 + azure_name: IncomingRequests
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: successful_requests
55 + azure_name: SuccessfulRequests
56 + time_grain: PT1M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: server_errors
61 + azure_name: ServerErrors
62 + time_grain: PT1M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: user_errors
67 + azure_name: UserErrors
68 + time_grain: PT1M
69 + series:
70 + - aggregation: total
71 + kind: counter
72 + - id: throttled_requests
73 + azure_name: ThrottledRequests
74 + time_grain: PT1M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: active_connections
79 + azure_name: ActiveConnections
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: gauge
84 + - id: connections_opened
85 + azure_name: ConnectionsOpened
86 + time_grain: PT1M
87 + series:
88 + - aggregation: average
89 + kind: gauge
90 + - id: connections_closed
91 + azure_name: ConnectionsClosed
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: incoming_bytes
97 + azure_name: IncomingBytes
98 + time_grain: PT1M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: outgoing_bytes
103 + azure_name: OutgoingBytes
104 + time_grain: PT1M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: messages
109 + azure_name: Messages
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: namespace_cpu_usage
115 + azure_name: NamespaceCpuUsage
116 + time_grain: PT1M
117 + series:
118 + - aggregation: maximum
119 + kind: gauge
120 + - id: namespace_memory_usage
121 + azure_name: NamespaceMemoryUsage
122 + time_grain: PT1M
123 + series:
124 + - aggregation: maximum
125 + kind: gauge
126 + - id: server_send_latency
127 + azure_name: ServerSendLatency
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: pending_checkpoint_operation_count
133 + azure_name: PendingCheckpointOperationCount
134 + time_grain: PT1M
135 + series:
136 + - aggregation: total
137 + kind: gauge
138 + - id: replication_lag_count
139 + azure_name: ReplicationLagCount
140 + time_grain: PT1M
141 + series:
142 + - aggregation: maximum
143 + kind: gauge
144 + - id: replication_lag_duration
145 + azure_name: ReplicationLagDuration
146 + time_grain: PT1M
147 + series:
148 + - aggregation: maximum
149 + kind: gauge
150 + - id: size
151 + azure_name: Size
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 template:
157 family: Azure Service Bus Namespace
158 context_namespace: service_bus
159 chart_defaults:
160 label_promotion:
161 - - resource_name
162 - - resource_group
163 - - region
164 - - resource_type
165 - - profile
161 + - resource_name
162 + - resource_group
163 + - region
164 + - resource_type
165 + - profile
166 instances:
167 by_labels:
168 - - resource_uid
168 + - resource_uid
169 charts:
170 - - id: am_azure_service_bus__message_flow
171 - title: Azure Service Bus Message Flow
172 - context: message_flow
173 - family: Messages
174 - type: line
175 - units: messages/s
176 - algorithm: incremental
177 - dimensions:
178 - - selector: service_bus.incoming_messages_total
179 - name: in
180 - - selector: service_bus.outgoing_messages_total
181 - name: out
182 - - id: am_azure_service_bus__message_operations
183 - title: Azure Service Bus Message Operations
184 - context: message_operations
185 - family: Messages
186 - type: line
187 - units: messages/s
188 - algorithm: incremental
189 - dimensions:
190 - - selector: service_bus.complete_message_total
191 - name: completed
192 - - selector: service_bus.abandon_message_total
193 - name: abandoned
194 - - id: am_azure_service_bus__queue_depth
195 - title: Azure Service Bus Queue Depth
196 - context: queue_depth
197 - family: Queue
198 - type: line
199 - units: messages
200 - algorithm: absolute
201 - dimensions:
202 - - selector: service_bus.active_messages_average
203 - name: active
204 - - id: am_azure_service_bus__problem_messages
205 - title: Azure Service Bus Problem Messages
206 - context: problem_messages
207 - family: Queue
208 - type: line
209 - units: messages
210 - algorithm: absolute
211 - dimensions:
212 - - selector: service_bus.deadlettered_messages_average
213 - name: dead_lettered
214 - - selector: service_bus.scheduled_messages_average
215 - name: scheduled
216 - - id: am_azure_service_bus__total_messages
217 - title: Azure Service Bus Total Messages
218 - context: total_messages
219 - family: Queue
220 - type: line
221 - units: messages
222 - algorithm: absolute
223 - dimensions:
224 - - selector: service_bus.messages_average
225 - name: total
226 - - id: am_azure_service_bus__requests
227 - title: Azure Service Bus Requests
228 - context: requests
229 - family: Requests
230 - type: line
231 - units: requests/s
232 - algorithm: incremental
233 - dimensions:
234 - - selector: service_bus.incoming_requests_total
235 - name: incoming
236 - - selector: service_bus.successful_requests_total
237 - name: successful
238 - - id: am_azure_service_bus__errors
239 - title: Azure Service Bus Errors
240 - context: errors
241 - family: Errors
242 - type: line
243 - units: errors/s
244 - algorithm: incremental
245 - dimensions:
246 - - selector: service_bus.server_errors_total
247 - name: server
248 - - selector: service_bus.user_errors_total
249 - name: user
250 - - selector: service_bus.throttled_requests_total
251 - name: throttled
252 - - id: am_azure_service_bus__connections
253 - title: Azure Service Bus Active Connections
254 - context: connections
255 - family: Connections
256 - type: line
257 - units: connections
258 - algorithm: absolute
259 - dimensions:
260 - - selector: service_bus.active_connections_total
261 - name: active
262 - - id: am_azure_service_bus__connection_events
263 - title: Azure Service Bus Connection Events
264 - context: connection_events
265 - family: Connections
266 - type: line
267 - units: connections
268 - algorithm: absolute
269 - dimensions:
270 - - selector: service_bus.connections_opened_average
271 - name: opened
272 - - selector: service_bus.connections_closed_average
273 - name: closed
274 - - id: am_azure_service_bus__namespace_size
275 - title: Azure Service Bus Namespace Size
276 - context: namespace_size
277 - family: Capacity
278 - type: line
279 - units: bytes
280 - algorithm: absolute
281 - dimensions:
282 - - selector: service_bus.size_average
283 - name: average
284 - - id: am_azure_service_bus__data_throughput
285 - title: Azure Service Bus Data Throughput
286 - context: data_throughput
287 - family: Messages
288 - type: line
289 - units: bytes/s
290 - algorithm: incremental
291 - dimensions:
292 - - selector: service_bus.incoming_bytes_total
293 - name: in
294 - - selector: service_bus.outgoing_bytes_total
295 - name: out
296 - - id: am_azure_service_bus__namespace_resources
297 - title: Azure Service Bus Namespace Resources
298 - context: namespace_resources
299 - family: Capacity
300 - type: line
301 - units: percentage
302 - algorithm: absolute
303 - dimensions:
304 - - selector: service_bus.namespace_cpu_usage_maximum
305 - name: cpu
306 - - selector: service_bus.namespace_memory_usage_maximum
307 - name: memory
308 - - id: am_azure_service_bus__send_latency
309 - title: Azure Service Bus Send Latency
310 - context: send_latency
311 - family: Performance
312 - type: line
313 - units: milliseconds
314 - algorithm: absolute
315 - dimensions:
316 - - selector: service_bus.server_send_latency_average
317 - name: average
318 - - id: am_azure_service_bus__replication_lag
319 - title: Azure Service Bus Replication Lag
320 - context: replication_lag
321 - family: Replication
322 - type: line
323 - units: messages
324 - algorithm: absolute
325 - dimensions:
326 - - selector: service_bus.replication_lag_count_maximum
327 - name: messages
328 - - id: am_azure_service_bus__replication_lag_duration
329 - title: Azure Service Bus Replication Lag Duration
330 - context: replication_lag_duration
331 - family: Replication
332 - type: line
333 - units: seconds
334 - algorithm: absolute
335 - dimensions:
336 - - selector: service_bus.replication_lag_duration_maximum
337 - name: duration
338 - - id: am_azure_service_bus__checkpoint_operations
339 - title: Azure Service Bus Pending Checkpoint Operations
340 - context: checkpoint_operations
341 - family: Replication
342 - type: line
343 - units: operations
344 - algorithm: absolute
345 - dimensions:
346 - - selector: service_bus.pending_checkpoint_operation_count_total
347 - name: pending
170 + - id: am_azure_service_bus__message_flow
171 + title: Azure Service Bus Message Flow
172 + context: message_flow
173 + family: Messages
174 + type: line
175 + units: messages/s
176 + algorithm: incremental
177 + dimensions:
178 + - selector: service_bus.incoming_messages_total
179 + name: in
180 + - selector: service_bus.outgoing_messages_total
181 + name: out
182 + - id: am_azure_service_bus__message_operations
183 + title: Azure Service Bus Message Operations
184 + context: message_operations
185 + family: Messages
186 + type: line
187 + units: messages/s
188 + algorithm: incremental
189 + dimensions:
190 + - selector: service_bus.complete_message_total
191 + name: completed
192 + - selector: service_bus.abandon_message_total
193 + name: abandoned
194 + - id: am_azure_service_bus__queue_depth
195 + title: Azure Service Bus Queue Depth
196 + context: queue_depth
197 + family: Queue
198 + type: line
199 + units: messages
200 + algorithm: absolute
201 + dimensions:
202 + - selector: service_bus.active_messages_average
203 + name: active
204 + - id: am_azure_service_bus__problem_messages
205 + title: Azure Service Bus Problem Messages
206 + context: problem_messages
207 + family: Queue
208 + type: line
209 + units: messages
210 + algorithm: absolute
211 + dimensions:
212 + - selector: service_bus.deadlettered_messages_average
213 + name: dead_lettered
214 + - selector: service_bus.scheduled_messages_average
215 + name: scheduled
216 + - id: am_azure_service_bus__total_messages
217 + title: Azure Service Bus Total Messages
218 + context: total_messages
219 + family: Queue
220 + type: line
221 + units: messages
222 + algorithm: absolute
223 + dimensions:
224 + - selector: service_bus.messages_average
225 + name: total
226 + - id: am_azure_service_bus__requests
227 + title: Azure Service Bus Requests
228 + context: requests
229 + family: Requests
230 + type: line
231 + units: requests/s
232 + algorithm: incremental
233 + dimensions:
234 + - selector: service_bus.incoming_requests_total
235 + name: incoming
236 + - selector: service_bus.successful_requests_total
237 + name: successful
238 + - id: am_azure_service_bus__errors
239 + title: Azure Service Bus Errors
240 + context: errors
241 + family: Errors
242 + type: line
243 + units: errors/s
244 + algorithm: incremental
245 + dimensions:
246 + - selector: service_bus.server_errors_total
247 + name: server
248 + - selector: service_bus.user_errors_total
249 + name: user
250 + - selector: service_bus.throttled_requests_total
251 + name: throttled
252 + - id: am_azure_service_bus__connections
253 + title: Azure Service Bus Active Connections
254 + context: connections
255 + family: Connections
256 + type: line
257 + units: connections
258 + algorithm: absolute
259 + dimensions:
260 + - selector: service_bus.active_connections_total
261 + name: active
262 + - id: am_azure_service_bus__connection_events
263 + title: Azure Service Bus Connection Events
264 + context: connection_events
265 + family: Connections
266 + type: line
267 + units: connections
268 + algorithm: absolute
269 + dimensions:
270 + - selector: service_bus.connections_opened_average
271 + name: opened
272 + - selector: service_bus.connections_closed_average
273 + name: closed
274 + - id: am_azure_service_bus__namespace_size
275 + title: Azure Service Bus Namespace Size
276 + context: namespace_size
277 + family: Capacity
278 + type: line
279 + units: bytes
280 + algorithm: absolute
281 + dimensions:
282 + - selector: service_bus.size_average
283 + name: average
284 + - id: am_azure_service_bus__data_throughput
285 + title: Azure Service Bus Data Throughput
286 + context: data_throughput
287 + family: Messages
288 + type: line
289 + units: bytes/s
290 + algorithm: incremental
291 + dimensions:
292 + - selector: service_bus.incoming_bytes_total
293 + name: in
294 + - selector: service_bus.outgoing_bytes_total
295 + name: out
296 + - id: am_azure_service_bus__namespace_resources
297 + title: Azure Service Bus Namespace Resources
298 + context: namespace_resources
299 + family: Capacity
300 + type: line
301 + units: percentage
302 + algorithm: absolute
303 + dimensions:
304 + - selector: service_bus.namespace_cpu_usage_maximum
305 + name: cpu
306 + - selector: service_bus.namespace_memory_usage_maximum
307 + name: memory
308 + - id: am_azure_service_bus__send_latency
309 + title: Azure Service Bus Send Latency
310 + context: send_latency
311 + family: Performance
312 + type: line
313 + units: milliseconds
314 + algorithm: absolute
315 + dimensions:
316 + - selector: service_bus.server_send_latency_average
317 + name: average
318 + - id: am_azure_service_bus__replication_lag
319 + title: Azure Service Bus Replication Lag
320 + context: replication_lag
321 + family: Replication
322 + type: line
323 + units: messages
324 + algorithm: absolute
325 + dimensions:
326 + - selector: service_bus.replication_lag_count_maximum
327 + name: messages
328 + - id: am_azure_service_bus__replication_lag_duration
329 + title: Azure Service Bus Replication Lag Duration
330 + context: replication_lag_duration
331 + family: Replication
332 + type: line
333 + units: seconds
334 + algorithm: absolute
335 + dimensions:
336 + - selector: service_bus.replication_lag_duration_maximum
337 + name: duration
338 + - id: am_azure_service_bus__checkpoint_operations
339 + title: Azure Service Bus Pending Checkpoint Operations
340 + context: checkpoint_operations
341 + family: Replication
342 + type: line
343 + units: operations
344 + algorithm: absolute
345 + dimensions:
346 + - selector: service_bus.pending_checkpoint_operation_count_total
347 + name: pending
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/sql_database.yaml
+466 -466
@@ -3,477 +3,477 @@ id: sql_database
3 name: Azure SQL Database
4 resource_type: Microsoft.Sql/servers/databases
5 metrics:
6 -- id: cpu_percent
7 - azure_name: cpu_percent
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: dtu_consumption_percent
15 - azure_name: dtu_consumption_percent
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 -- id: sql_instance_cpu_percent
21 - azure_name: sql_instance_cpu_percent
22 - time_grain: PT1M
23 - series:
24 - - aggregation: average
25 - kind: gauge
26 -- id: sql_instance_memory_percent
27 - azure_name: sql_instance_memory_percent
28 - time_grain: PT1M
29 - series:
30 - - aggregation: average
31 - kind: gauge
32 -- id: physical_data_read_percent
33 - azure_name: physical_data_read_percent
34 - time_grain: PT1M
35 - series:
36 - - aggregation: average
37 - kind: gauge
38 -- id: log_write_percent
39 - azure_name: log_write_percent
40 - time_grain: PT1M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 -- id: workers_percent
45 - azure_name: workers_percent
46 - time_grain: PT1M
47 - series:
48 - - aggregation: average
49 - kind: gauge
50 -- id: sessions_percent
51 - azure_name: sessions_percent
52 - time_grain: PT1M
53 - series:
54 - - aggregation: average
55 - kind: gauge
56 -- id: sessions_count
57 - azure_name: sessions_count
58 - time_grain: PT1M
59 - series:
60 - - aggregation: average
61 - kind: gauge
62 -- id: availability
63 - azure_name: availability
64 - time_grain: PT1M
65 - series:
66 - - aggregation: average
67 - kind: gauge
68 -- id: connection_successful
69 - azure_name: connection_successful
70 - time_grain: PT1M
71 - series:
72 - - aggregation: total
73 - kind: counter
74 -- id: connection_failed
75 - azure_name: connection_failed
76 - time_grain: PT1M
77 - series:
78 - - aggregation: total
79 - kind: counter
80 -- id: connection_failed_user_error
81 - azure_name: connection_failed_user_error
82 - time_grain: PT1M
83 - series:
84 - - aggregation: total
85 - kind: counter
86 -- id: blocked_by_firewall
87 - azure_name: blocked_by_firewall
88 - time_grain: PT1M
89 - series:
90 - - aggregation: total
91 - kind: counter
92 -- id: deadlock
93 - azure_name: deadlock
94 - time_grain: PT1M
95 - series:
96 - - aggregation: total
97 - kind: counter
98 -- id: storage
99 - azure_name: storage
100 - time_grain: PT1M
101 - series:
102 - - aggregation: average
103 - kind: gauge
104 -- id: allocated_data_storage
105 - azure_name: allocated_data_storage
106 - time_grain: PT1M
107 - series:
108 - - aggregation: average
109 - kind: gauge
110 -- id: storage_percent
111 - azure_name: storage_percent
112 - time_grain: PT1M
113 - series:
114 - - aggregation: average
115 - kind: gauge
116 -- id: xtp_storage_percent
117 - azure_name: xtp_storage_percent
118 - time_grain: PT1M
119 - series:
120 - - aggregation: average
121 - kind: gauge
122 -- id: tempdb_data_size
123 - azure_name: tempdb_data_size
124 - time_grain: PT1M
125 - series:
126 - - aggregation: average
127 - kind: gauge
128 -- id: tempdb_log_size
129 - azure_name: tempdb_log_size
130 - time_grain: PT1M
131 - series:
132 - - aggregation: average
133 - kind: gauge
134 -- id: tempdb_log_used_percent
135 - azure_name: tempdb_log_used_percent
136 - time_grain: PT1M
137 - series:
138 - - aggregation: average
139 - kind: gauge
140 -- id: cpu_used
141 - azure_name: cpu_used
142 - time_grain: PT1M
143 - series:
144 - - aggregation: average
145 - kind: gauge
146 -- id: cpu_limit
147 - azure_name: cpu_limit
148 - time_grain: PT1M
149 - series:
150 - - aggregation: average
151 - kind: gauge
152 -- id: dtu_used
153 - azure_name: dtu_used
154 - time_grain: PT1M
155 - series:
156 - - aggregation: average
157 - kind: gauge
158 -- id: dtu_limit
159 - azure_name: dtu_limit
160 - time_grain: PT1M
161 - series:
162 - - aggregation: average
163 - kind: gauge
164 -- id: replication_lag_seconds
165 - azure_name: replication_lag_seconds
166 - time_grain: PT1M
167 - series:
168 - - aggregation: average
169 - kind: gauge
170 -- id: app_cpu_percent
171 - azure_name: app_cpu_percent
172 - time_grain: PT1M
173 - series:
174 - - aggregation: average
175 - kind: gauge
176 -- id: app_memory_percent
177 - azure_name: app_memory_percent
178 - time_grain: PT1M
179 - series:
180 - - aggregation: average
181 - kind: gauge
182 -- id: app_cpu_billed
183 - azure_name: app_cpu_billed
184 - time_grain: PT1M
185 - series:
186 - - aggregation: total
187 - kind: counter
188 -- id: app_cpu_billed_ha_replicas
189 - azure_name: app_cpu_billed_ha_replicas
190 - time_grain: PT1M
191 - series:
192 - - aggregation: total
193 - kind: counter
194 -- id: free_amount_consumed
195 - azure_name: free_amount_consumed
196 - time_grain: PT15M
197 - series:
198 - - aggregation: average
199 - kind: gauge
200 -- id: free_amount_remaining
201 - azure_name: free_amount_remaining
202 - time_grain: PT15M
203 - series:
204 - - aggregation: average
205 - kind: gauge
206 -- id: ledger_digest_upload_failed
207 - azure_name: ledger_digest_upload_failed
208 - time_grain: PT1M
209 - series:
210 - - aggregation: count
211 - kind: counter
212 -- id: ledger_digest_upload_success
213 - azure_name: ledger_digest_upload_success
214 - time_grain: PT1M
215 - series:
216 - - aggregation: count
217 - kind: counter
6 + - id: cpu_percent
7 + azure_name: cpu_percent
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: dtu_consumption_percent
15 + azure_name: dtu_consumption_percent
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - id: sql_instance_cpu_percent
21 + azure_name: sql_instance_cpu_percent
22 + time_grain: PT1M
23 + series:
24 + - aggregation: average
25 + kind: gauge
26 + - id: sql_instance_memory_percent
27 + azure_name: sql_instance_memory_percent
28 + time_grain: PT1M
29 + series:
30 + - aggregation: average
31 + kind: gauge
32 + - id: physical_data_read_percent
33 + azure_name: physical_data_read_percent
34 + time_grain: PT1M
35 + series:
36 + - aggregation: average
37 + kind: gauge
38 + - id: log_write_percent
39 + azure_name: log_write_percent
40 + time_grain: PT1M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - id: workers_percent
45 + azure_name: workers_percent
46 + time_grain: PT1M
47 + series:
48 + - aggregation: average
49 + kind: gauge
50 + - id: sessions_percent
51 + azure_name: sessions_percent
52 + time_grain: PT1M
53 + series:
54 + - aggregation: average
55 + kind: gauge
56 + - id: sessions_count
57 + azure_name: sessions_count
58 + time_grain: PT1M
59 + series:
60 + - aggregation: average
61 + kind: gauge
62 + - id: availability
63 + azure_name: availability
64 + time_grain: PT1M
65 + series:
66 + - aggregation: average
67 + kind: gauge
68 + - id: connection_successful
69 + azure_name: connection_successful
70 + time_grain: PT1M
71 + series:
72 + - aggregation: total
73 + kind: counter
74 + - id: connection_failed
75 + azure_name: connection_failed
76 + time_grain: PT1M
77 + series:
78 + - aggregation: total
79 + kind: counter
80 + - id: connection_failed_user_error
81 + azure_name: connection_failed_user_error
82 + time_grain: PT1M
83 + series:
84 + - aggregation: total
85 + kind: counter
86 + - id: blocked_by_firewall
87 + azure_name: blocked_by_firewall
88 + time_grain: PT1M
89 + series:
90 + - aggregation: total
91 + kind: counter
92 + - id: deadlock
93 + azure_name: deadlock
94 + time_grain: PT1M
95 + series:
96 + - aggregation: total
97 + kind: counter
98 + - id: storage
99 + azure_name: storage
100 + time_grain: PT1M
101 + series:
102 + - aggregation: average
103 + kind: gauge
104 + - id: allocated_data_storage
105 + azure_name: allocated_data_storage
106 + time_grain: PT1M
107 + series:
108 + - aggregation: average
109 + kind: gauge
110 + - id: storage_percent
111 + azure_name: storage_percent
112 + time_grain: PT1M
113 + series:
114 + - aggregation: average
115 + kind: gauge
116 + - id: xtp_storage_percent
117 + azure_name: xtp_storage_percent
118 + time_grain: PT1M
119 + series:
120 + - aggregation: average
121 + kind: gauge
122 + - id: tempdb_data_size
123 + azure_name: tempdb_data_size
124 + time_grain: PT1M
125 + series:
126 + - aggregation: average
127 + kind: gauge
128 + - id: tempdb_log_size
129 + azure_name: tempdb_log_size
130 + time_grain: PT1M
131 + series:
132 + - aggregation: average
133 + kind: gauge
134 + - id: tempdb_log_used_percent
135 + azure_name: tempdb_log_used_percent
136 + time_grain: PT1M
137 + series:
138 + - aggregation: average
139 + kind: gauge
140 + - id: cpu_used
141 + azure_name: cpu_used
142 + time_grain: PT1M
143 + series:
144 + - aggregation: average
145 + kind: gauge
146 + - id: cpu_limit
147 + azure_name: cpu_limit
148 + time_grain: PT1M
149 + series:
150 + - aggregation: average
151 + kind: gauge
152 + - id: dtu_used
153 + azure_name: dtu_used
154 + time_grain: PT1M
155 + series:
156 + - aggregation: average
157 + kind: gauge
158 + - id: dtu_limit
159 + azure_name: dtu_limit
160 + time_grain: PT1M
161 + series:
162 + - aggregation: average
163 + kind: gauge
164 + - id: replication_lag_seconds
165 + azure_name: replication_lag_seconds
166 + time_grain: PT1M
167 + series:
168 + - aggregation: average
169 + kind: gauge
170 + - id: app_cpu_percent
171 + azure_name: app_cpu_percent
172 + time_grain: PT1M
173 + series:
174 + - aggregation: average
175 + kind: gauge
176 + - id: app_memory_percent
177 + azure_name: app_memory_percent
178 + time_grain: PT1M
179 + series:
180 + - aggregation: average
181 + kind: gauge
182 + - id: app_cpu_billed
183 + azure_name: app_cpu_billed
184 + time_grain: PT1M
185 + series:
186 + - aggregation: total
187 + kind: counter
188 + - id: app_cpu_billed_ha_replicas
189 + azure_name: app_cpu_billed_ha_replicas
190 + time_grain: PT1M
191 + series:
192 + - aggregation: total
193 + kind: counter
194 + - id: free_amount_consumed
195 + azure_name: free_amount_consumed
196 + time_grain: PT15M
197 + series:
198 + - aggregation: average
199 + kind: gauge
200 + - id: free_amount_remaining
201 + azure_name: free_amount_remaining
202 + time_grain: PT15M
203 + series:
204 + - aggregation: average
205 + kind: gauge
206 + - id: ledger_digest_upload_failed
207 + azure_name: ledger_digest_upload_failed
208 + time_grain: PT1M
209 + series:
210 + - aggregation: count
211 + kind: counter
212 + - id: ledger_digest_upload_success
213 + azure_name: ledger_digest_upload_success
214 + time_grain: PT1M
215 + series:
216 + - aggregation: count
217 + kind: counter
218 template:
219 family: Azure SQL Database
220 context_namespace: sql_database
221 chart_defaults:
222 label_promotion:
223 - - resource_name
224 - - resource_group
225 - - region
226 - - resource_type
227 - - profile
223 + - resource_name
224 + - resource_group
225 + - region
226 + - resource_type
227 + - profile
228 instances:
229 by_labels:
230 - - resource_uid
230 + - resource_uid
231 charts:
232 - - id: am_azure_sql_database__cpu
233 - title: Azure SQL Database CPU Utilization
234 - context: cpu
235 - family: Utilization
236 - type: line
237 - units: percentage
238 - algorithm: absolute
239 - dimensions:
240 - - selector: sql_database.cpu_percent_average
241 - name: average
242 - - selector: sql_database.cpu_percent_maximum
243 - name: maximum
244 - - id: am_azure_sql_database__instance_cpu
245 - title: Azure SQL Database Instance CPU Utilization
246 - context: instance_cpu
247 - family: Utilization
248 - type: line
249 - units: percentage
250 - algorithm: absolute
251 - dimensions:
252 - - selector: sql_database.sql_instance_cpu_percent_average
253 - name: average
254 - - id: am_azure_sql_database__instance_memory
255 - title: Azure SQL Database Instance Memory Utilization
256 - context: instance_memory
257 - family: Utilization
258 - type: line
259 - units: percentage
260 - algorithm: absolute
261 - dimensions:
262 - - selector: sql_database.sql_instance_memory_percent_average
263 - name: average
264 - - id: am_azure_sql_database__dtu_consumption
265 - title: Azure SQL Database DTU Consumption
266 - context: dtu_consumption
267 - family: Utilization
268 - type: line
269 - units: percentage
270 - algorithm: absolute
271 - dimensions:
272 - - selector: sql_database.dtu_consumption_percent_average
273 - name: average
274 - - id: am_azure_sql_database__io_utilization
275 - title: Azure SQL Database I/O Utilization
276 - context: io_utilization
277 - family: I/O
278 - type: line
279 - units: percentage
280 - algorithm: absolute
281 - dimensions:
282 - - selector: sql_database.physical_data_read_percent_average
283 - name: data_read
284 - - selector: sql_database.log_write_percent_average
285 - name: log_write
286 - - id: am_azure_sql_database__resource_utilization
287 - title: Azure SQL Database Resource Utilization
288 - context: resource_utilization
289 - family: Utilization
290 - type: line
291 - units: percentage
292 - algorithm: absolute
293 - dimensions:
294 - - selector: sql_database.workers_percent_average
295 - name: workers
296 - - selector: sql_database.sessions_percent_average
297 - name: sessions
298 - - id: am_azure_sql_database__availability
299 - title: Azure SQL Database Availability
300 - context: availability
301 - family: Availability
302 - type: line
303 - units: percentage
304 - algorithm: absolute
305 - dimensions:
306 - - selector: sql_database.availability_average
307 - name: average
308 - - id: am_azure_sql_database__connections
309 - title: Azure SQL Database Connection Events
310 - context: connections
311 - family: Connections
312 - type: line
313 - units: connections/s
314 - algorithm: incremental
315 - dimensions:
316 - - selector: sql_database.connection_successful_total
317 - name: successful
318 - - selector: sql_database.connection_failed_total
319 - name: failed_system
320 - - selector: sql_database.connection_failed_user_error_total
321 - name: failed_user
322 - - selector: sql_database.blocked_by_firewall_total
323 - name: firewall_blocked
324 - - id: am_azure_sql_database__deadlocks
325 - title: Azure SQL Database Deadlocks
326 - context: deadlocks
327 - family: Locking
328 - type: line
329 - units: deadlocks/s
330 - algorithm: incremental
331 - dimensions:
332 - - selector: sql_database.deadlock_total
333 - name: total
334 - - id: am_azure_sql_database__storage
335 - title: Azure SQL Database Storage
336 - context: storage
337 - family: Storage
338 - type: line
339 - units: bytes
340 - algorithm: absolute
341 - dimensions:
342 - - selector: sql_database.storage_average
343 - name: used
344 - - selector: sql_database.allocated_data_storage_average
345 - name: allocated
346 - - id: am_azure_sql_database__storage_utilization
347 - title: Azure SQL Database Storage Utilization
348 - context: storage_utilization
349 - family: Storage
350 - type: line
351 - units: percentage
352 - algorithm: absolute
353 - dimensions:
354 - - selector: sql_database.storage_percent_average
355 - name: average
356 - - id: am_azure_sql_database__tempdb_size
357 - title: Azure SQL Database Tempdb Size
358 - context: tempdb_size
359 - family: Tempdb
360 - type: line
361 - units: KiB
362 - algorithm: absolute
363 - dimensions:
364 - - selector: sql_database.tempdb_data_size_average
365 - name: data
366 - - selector: sql_database.tempdb_log_size_average
367 - name: log
368 - - id: am_azure_sql_database__tempdb_log_utilization
369 - title: Azure SQL Database Tempdb Log Utilization
370 - context: tempdb_log_utilization
371 - family: Tempdb
372 - type: line
373 - units: percentage
374 - algorithm: absolute
375 - dimensions:
376 - - selector: sql_database.tempdb_log_used_percent_average
377 - name: average
378 - - id: am_azure_sql_database__vcore_usage
379 - title: Azure SQL Database vCore Usage
380 - context: vcore_usage
381 - family: Capacity
382 - type: line
383 - units: vCores
384 - algorithm: absolute
385 - dimensions:
386 - - selector: sql_database.cpu_used_average
387 - name: used
388 - - selector: sql_database.cpu_limit_average
389 - name: limit
390 - - id: am_azure_sql_database__dtu_usage
391 - title: Azure SQL Database DTU Usage
392 - context: dtu_usage
393 - family: Capacity
394 - type: line
395 - units: DTU
396 - algorithm: absolute
397 - dimensions:
398 - - selector: sql_database.dtu_used_average
399 - name: used
400 - - selector: sql_database.dtu_limit_average
401 - name: limit
402 - - id: am_azure_sql_database__sessions_count
403 - title: Azure SQL Database Sessions Count
404 - context: sessions_count
405 - family: Capacity
406 - type: line
407 - units: sessions
408 - algorithm: absolute
409 - dimensions:
410 - - selector: sql_database.sessions_count_average
411 - name: average
412 - - id: am_azure_sql_database__replication_lag
413 - title: Azure SQL Database Replication Lag
414 - context: replication_lag
415 - family: Replication
416 - type: line
417 - units: seconds
418 - algorithm: absolute
419 - dimensions:
420 - - selector: sql_database.replication_lag_seconds_average
421 - name: average
422 - - id: am_azure_sql_database__xtp_storage
423 - title: Azure SQL Database In-Memory OLTP Storage
424 - context: xtp_storage
425 - family: In-Memory OLTP
426 - type: line
427 - units: percentage
428 - algorithm: absolute
429 - dimensions:
430 - - selector: sql_database.xtp_storage_percent_average
431 - name: average
432 - - id: am_azure_sql_database__serverless_utilization
433 - title: Azure SQL Database Serverless Utilization
434 - context: serverless_utilization
435 - family: Serverless
436 - type: line
437 - units: percentage
438 - algorithm: absolute
439 - dimensions:
440 - - selector: sql_database.app_cpu_percent_average
441 - name: cpu
442 - - selector: sql_database.app_memory_percent_average
443 - name: memory
444 - - id: am_azure_sql_database__serverless_billing
445 - title: Azure SQL Database Serverless Billing
446 - context: serverless_billing
447 - family: Serverless
448 - type: line
449 - units: vCore-seconds/s
450 - algorithm: incremental
451 - dimensions:
452 - - selector: sql_database.app_cpu_billed_total
453 - name: total
454 - - selector: sql_database.app_cpu_billed_ha_replicas_total
455 - name: ha_replicas
456 - - id: am_azure_sql_database__free_tier_usage
457 - title: Azure SQL Database Free Tier Usage
458 - context: free_tier_usage
459 - family: Free Tier
460 - type: line
461 - units: vCore-seconds
462 - algorithm: absolute
463 - dimensions:
464 - - selector: sql_database.free_amount_consumed_average
465 - name: consumed
466 - - selector: sql_database.free_amount_remaining_average
467 - name: remaining
468 - - id: am_azure_sql_database__ledger_digest
469 - title: Azure SQL Database Ledger Digest Uploads
470 - context: ledger_digest
471 - family: Ledger
472 - type: line
473 - units: events/s
474 - algorithm: incremental
475 - dimensions:
476 - - selector: sql_database.ledger_digest_upload_success_count
477 - name: success
478 - - selector: sql_database.ledger_digest_upload_failed_count
479 - name: failed
232 + - id: am_azure_sql_database__cpu
233 + title: Azure SQL Database CPU Utilization
234 + context: cpu
235 + family: Utilization
236 + type: line
237 + units: percentage
238 + algorithm: absolute
239 + dimensions:
240 + - selector: sql_database.cpu_percent_average
241 + name: average
242 + - selector: sql_database.cpu_percent_maximum
243 + name: maximum
244 + - id: am_azure_sql_database__instance_cpu
245 + title: Azure SQL Database Instance CPU Utilization
246 + context: instance_cpu
247 + family: Utilization
248 + type: line
249 + units: percentage
250 + algorithm: absolute
251 + dimensions:
252 + - selector: sql_database.sql_instance_cpu_percent_average
253 + name: average
254 + - id: am_azure_sql_database__instance_memory
255 + title: Azure SQL Database Instance Memory Utilization
256 + context: instance_memory
257 + family: Utilization
258 + type: line
259 + units: percentage
260 + algorithm: absolute
261 + dimensions:
262 + - selector: sql_database.sql_instance_memory_percent_average
263 + name: average
264 + - id: am_azure_sql_database__dtu_consumption
265 + title: Azure SQL Database DTU Consumption
266 + context: dtu_consumption
267 + family: Utilization
268 + type: line
269 + units: percentage
270 + algorithm: absolute
271 + dimensions:
272 + - selector: sql_database.dtu_consumption_percent_average
273 + name: average
274 + - id: am_azure_sql_database__io_utilization
275 + title: Azure SQL Database I/O Utilization
276 + context: io_utilization
277 + family: IO
278 + type: line
279 + units: percentage
280 + algorithm: absolute
281 + dimensions:
282 + - selector: sql_database.physical_data_read_percent_average
283 + name: data_read
284 + - selector: sql_database.log_write_percent_average
285 + name: log_write
286 + - id: am_azure_sql_database__resource_utilization
287 + title: Azure SQL Database Resource Utilization
288 + context: resource_utilization
289 + family: Utilization
290 + type: line
291 + units: percentage
292 + algorithm: absolute
293 + dimensions:
294 + - selector: sql_database.workers_percent_average
295 + name: workers
296 + - selector: sql_database.sessions_percent_average
297 + name: sessions
298 + - id: am_azure_sql_database__availability
299 + title: Azure SQL Database Availability
300 + context: availability
301 + family: Availability
302 + type: line
303 + units: percentage
304 + algorithm: absolute
305 + dimensions:
306 + - selector: sql_database.availability_average
307 + name: average
308 + - id: am_azure_sql_database__connections
309 + title: Azure SQL Database Connection Events
310 + context: connections
311 + family: Connections
312 + type: line
313 + units: connections/s
314 + algorithm: incremental
315 + dimensions:
316 + - selector: sql_database.connection_successful_total
317 + name: successful
318 + - selector: sql_database.connection_failed_total
319 + name: failed_system
320 + - selector: sql_database.connection_failed_user_error_total
321 + name: failed_user
322 + - selector: sql_database.blocked_by_firewall_total
323 + name: firewall_blocked
324 + - id: am_azure_sql_database__deadlocks
325 + title: Azure SQL Database Deadlocks
326 + context: deadlocks
327 + family: Locking
328 + type: line
329 + units: deadlocks/s
330 + algorithm: incremental
331 + dimensions:
332 + - selector: sql_database.deadlock_total
333 + name: total
334 + - id: am_azure_sql_database__storage
335 + title: Azure SQL Database Storage
336 + context: storage
337 + family: Storage
338 + type: line
339 + units: bytes
340 + algorithm: absolute
341 + dimensions:
342 + - selector: sql_database.storage_average
343 + name: used
344 + - selector: sql_database.allocated_data_storage_average
345 + name: allocated
346 + - id: am_azure_sql_database__storage_utilization
347 + title: Azure SQL Database Storage Utilization
348 + context: storage_utilization
349 + family: Storage
350 + type: line
351 + units: percentage
352 + algorithm: absolute
353 + dimensions:
354 + - selector: sql_database.storage_percent_average
355 + name: average
356 + - id: am_azure_sql_database__tempdb_size
357 + title: Azure SQL Database Tempdb Size
358 + context: tempdb_size
359 + family: Tempdb
360 + type: line
361 + units: KiB
362 + algorithm: absolute
363 + dimensions:
364 + - selector: sql_database.tempdb_data_size_average
365 + name: data
366 + - selector: sql_database.tempdb_log_size_average
367 + name: log
368 + - id: am_azure_sql_database__tempdb_log_utilization
369 + title: Azure SQL Database Tempdb Log Utilization
370 + context: tempdb_log_utilization
371 + family: Tempdb
372 + type: line
373 + units: percentage
374 + algorithm: absolute
375 + dimensions:
376 + - selector: sql_database.tempdb_log_used_percent_average
377 + name: average
378 + - id: am_azure_sql_database__vcore_usage
379 + title: Azure SQL Database vCore Usage
380 + context: vcore_usage
381 + family: Capacity
382 + type: line
383 + units: vCores
384 + algorithm: absolute
385 + dimensions:
386 + - selector: sql_database.cpu_used_average
387 + name: used
388 + - selector: sql_database.cpu_limit_average
389 + name: limit
390 + - id: am_azure_sql_database__dtu_usage
391 + title: Azure SQL Database DTU Usage
392 + context: dtu_usage
393 + family: Capacity
394 + type: line
395 + units: DTU
396 + algorithm: absolute
397 + dimensions:
398 + - selector: sql_database.dtu_used_average
399 + name: used
400 + - selector: sql_database.dtu_limit_average
401 + name: limit
402 + - id: am_azure_sql_database__sessions_count
403 + title: Azure SQL Database Sessions Count
404 + context: sessions_count
405 + family: Capacity
406 + type: line
407 + units: sessions
408 + algorithm: absolute
409 + dimensions:
410 + - selector: sql_database.sessions_count_average
411 + name: average
412 + - id: am_azure_sql_database__replication_lag
413 + title: Azure SQL Database Replication Lag
414 + context: replication_lag
415 + family: Replication
416 + type: line
417 + units: seconds
418 + algorithm: absolute
419 + dimensions:
420 + - selector: sql_database.replication_lag_seconds_average
421 + name: average
422 + - id: am_azure_sql_database__xtp_storage
423 + title: Azure SQL Database In-Memory OLTP Storage
424 + context: xtp_storage
425 + family: In-Memory OLTP
426 + type: line
427 + units: percentage
428 + algorithm: absolute
429 + dimensions:
430 + - selector: sql_database.xtp_storage_percent_average
431 + name: average
432 + - id: am_azure_sql_database__serverless_utilization
433 + title: Azure SQL Database Serverless Utilization
434 + context: serverless_utilization
435 + family: Serverless
436 + type: line
437 + units: percentage
438 + algorithm: absolute
439 + dimensions:
440 + - selector: sql_database.app_cpu_percent_average
441 + name: cpu
442 + - selector: sql_database.app_memory_percent_average
443 + name: memory
444 + - id: am_azure_sql_database__serverless_billing
445 + title: Azure SQL Database Serverless Billing
446 + context: serverless_billing
447 + family: Serverless
448 + type: line
449 + units: vCore-seconds/s
450 + algorithm: incremental
451 + dimensions:
452 + - selector: sql_database.app_cpu_billed_total
453 + name: total
454 + - selector: sql_database.app_cpu_billed_ha_replicas_total
455 + name: ha_replicas
456 + - id: am_azure_sql_database__free_tier_usage
457 + title: Azure SQL Database Free Tier Usage
458 + context: free_tier_usage
459 + family: Free Tier
460 + type: line
461 + units: vCore-seconds
462 + algorithm: absolute
463 + dimensions:
464 + - selector: sql_database.free_amount_consumed_average
465 + name: consumed
466 + - selector: sql_database.free_amount_remaining_average
467 + name: remaining
468 + - id: am_azure_sql_database__ledger_digest
469 + title: Azure SQL Database Ledger Digest Uploads
470 + context: ledger_digest
471 + family: Ledger
472 + type: line
473 + units: events/s
474 + algorithm: incremental
475 + dimensions:
476 + - selector: sql_database.ledger_digest_upload_success_count
477 + name: success
478 + - selector: sql_database.ledger_digest_upload_failed_count
479 + name: failed
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/sql_elastic_pool.yaml
+338 -338
@@ -3,349 +3,349 @@ id: sql_elastic_pool
3 name: Azure SQL Elastic Pool
4 resource_type: Microsoft.Sql/servers/elasticPools
5 metrics:
6 -- id: cpu_percent
7 - azure_name: cpu_percent
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: cpu_used
15 - azure_name: cpu_used
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 -- id: cpu_limit
21 - azure_name: cpu_limit
22 - time_grain: PT1M
23 - series:
24 - - aggregation: average
25 - kind: gauge
26 -- id: dtu_consumption_percent
27 - azure_name: dtu_consumption_percent
28 - time_grain: PT1M
29 - series:
30 - - aggregation: average
31 - kind: gauge
32 -- id: e_dtu_used
33 - azure_name: eDTU_used
34 - time_grain: PT1M
35 - series:
36 - - aggregation: average
37 - kind: gauge
38 -- id: e_dtu_limit
39 - azure_name: eDTU_limit
40 - time_grain: PT1M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 -- id: sql_instance_cpu_percent
45 - azure_name: sql_instance_cpu_percent
46 - time_grain: PT1M
47 - series:
48 - - aggregation: average
49 - kind: gauge
50 -- id: sql_instance_memory_percent
51 - azure_name: sql_instance_memory_percent
52 - time_grain: PT1M
53 - series:
54 - - aggregation: average
55 - kind: gauge
56 -- id: physical_data_read_percent
57 - azure_name: physical_data_read_percent
58 - time_grain: PT1M
59 - series:
60 - - aggregation: average
61 - kind: gauge
62 -- id: log_write_percent
63 - azure_name: log_write_percent
64 - time_grain: PT1M
65 - series:
66 - - aggregation: average
67 - kind: gauge
68 -- id: workers_percent
69 - azure_name: workers_percent
70 - time_grain: PT1M
71 - series:
72 - - aggregation: average
73 - kind: gauge
74 -- id: sessions_percent
75 - azure_name: sessions_percent
76 - time_grain: PT1M
77 - series:
78 - - aggregation: average
79 - kind: gauge
80 -- id: sessions_count
81 - azure_name: sessions_count
82 - time_grain: PT1M
83 - series:
84 - - aggregation: average
85 - kind: gauge
86 -- id: allocated_data_storage
87 - azure_name: allocated_data_storage
88 - time_grain: PT1M
89 - series:
90 - - aggregation: average
91 - kind: gauge
92 -- id: allocated_data_storage_percent
93 - azure_name: allocated_data_storage_percent
94 - time_grain: PT1M
95 - series:
96 - - aggregation: average
97 - kind: gauge
98 -- id: storage_used
99 - azure_name: storage_used
100 - time_grain: PT1M
101 - series:
102 - - aggregation: average
103 - kind: gauge
104 -- id: storage_percent
105 - azure_name: storage_percent
106 - time_grain: PT1M
107 - series:
108 - - aggregation: average
109 - kind: gauge
110 -- id: storage_limit
111 - azure_name: storage_limit
112 - time_grain: PT1M
113 - series:
114 - - aggregation: average
115 - kind: gauge
116 -- id: xtp_storage_percent
117 - azure_name: xtp_storage_percent
118 - time_grain: PT1M
119 - series:
120 - - aggregation: average
121 - kind: gauge
122 -- id: tempdb_data_size
123 - azure_name: tempdb_data_size
124 - time_grain: PT1M
125 - series:
126 - - aggregation: average
127 - kind: gauge
128 -- id: tempdb_log_size
129 - azure_name: tempdb_log_size
130 - time_grain: PT1M
131 - series:
132 - - aggregation: average
133 - kind: gauge
134 -- id: tempdb_log_used_percent
135 - azure_name: tempdb_log_used_percent
136 - time_grain: PT1M
137 - series:
138 - - aggregation: average
139 - kind: gauge
140 -- id: app_cpu_percent
141 - azure_name: app_cpu_percent
142 - time_grain: PT1M
143 - series:
144 - - aggregation: average
145 - kind: gauge
146 -- id: app_memory_percent
147 - azure_name: app_memory_percent
148 - time_grain: PT1M
149 - series:
150 - - aggregation: average
151 - kind: gauge
152 -- id: app_cpu_billed
153 - azure_name: app_cpu_billed
154 - time_grain: PT1M
155 - series:
156 - - aggregation: total
157 - kind: counter
6 + - id: cpu_percent
7 + azure_name: cpu_percent
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: cpu_used
15 + azure_name: cpu_used
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - id: cpu_limit
21 + azure_name: cpu_limit
22 + time_grain: PT1M
23 + series:
24 + - aggregation: average
25 + kind: gauge
26 + - id: dtu_consumption_percent
27 + azure_name: dtu_consumption_percent
28 + time_grain: PT1M
29 + series:
30 + - aggregation: average
31 + kind: gauge
32 + - id: e_dtu_used
33 + azure_name: eDTU_used
34 + time_grain: PT1M
35 + series:
36 + - aggregation: average
37 + kind: gauge
38 + - id: e_dtu_limit
39 + azure_name: eDTU_limit
40 + time_grain: PT1M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - id: sql_instance_cpu_percent
45 + azure_name: sql_instance_cpu_percent
46 + time_grain: PT1M
47 + series:
48 + - aggregation: average
49 + kind: gauge
50 + - id: sql_instance_memory_percent
51 + azure_name: sql_instance_memory_percent
52 + time_grain: PT1M
53 + series:
54 + - aggregation: average
55 + kind: gauge
56 + - id: physical_data_read_percent
57 + azure_name: physical_data_read_percent
58 + time_grain: PT1M
59 + series:
60 + - aggregation: average
61 + kind: gauge
62 + - id: log_write_percent
63 + azure_name: log_write_percent
64 + time_grain: PT1M
65 + series:
66 + - aggregation: average
67 + kind: gauge
68 + - id: workers_percent
69 + azure_name: workers_percent
70 + time_grain: PT1M
71 + series:
72 + - aggregation: average
73 + kind: gauge
74 + - id: sessions_percent
75 + azure_name: sessions_percent
76 + time_grain: PT1M
77 + series:
78 + - aggregation: average
79 + kind: gauge
80 + - id: sessions_count
81 + azure_name: sessions_count
82 + time_grain: PT1M
83 + series:
84 + - aggregation: average
85 + kind: gauge
86 + - id: allocated_data_storage
87 + azure_name: allocated_data_storage
88 + time_grain: PT1M
89 + series:
90 + - aggregation: average
91 + kind: gauge
92 + - id: allocated_data_storage_percent
93 + azure_name: allocated_data_storage_percent
94 + time_grain: PT1M
95 + series:
96 + - aggregation: average
97 + kind: gauge
98 + - id: storage_used
99 + azure_name: storage_used
100 + time_grain: PT1M
101 + series:
102 + - aggregation: average
103 + kind: gauge
104 + - id: storage_percent
105 + azure_name: storage_percent
106 + time_grain: PT1M
107 + series:
108 + - aggregation: average
109 + kind: gauge
110 + - id: storage_limit
111 + azure_name: storage_limit
112 + time_grain: PT1M
113 + series:
114 + - aggregation: average
115 + kind: gauge
116 + - id: xtp_storage_percent
117 + azure_name: xtp_storage_percent
118 + time_grain: PT1M
119 + series:
120 + - aggregation: average
121 + kind: gauge
122 + - id: tempdb_data_size
123 + azure_name: tempdb_data_size
124 + time_grain: PT1M
125 + series:
126 + - aggregation: average
127 + kind: gauge
128 + - id: tempdb_log_size
129 + azure_name: tempdb_log_size
130 + time_grain: PT1M
131 + series:
132 + - aggregation: average
133 + kind: gauge
134 + - id: tempdb_log_used_percent
135 + azure_name: tempdb_log_used_percent
136 + time_grain: PT1M
137 + series:
138 + - aggregation: average
139 + kind: gauge
140 + - id: app_cpu_percent
141 + azure_name: app_cpu_percent
142 + time_grain: PT1M
143 + series:
144 + - aggregation: average
145 + kind: gauge
146 + - id: app_memory_percent
147 + azure_name: app_memory_percent
148 + time_grain: PT1M
149 + series:
150 + - aggregation: average
151 + kind: gauge
152 + - id: app_cpu_billed
153 + azure_name: app_cpu_billed
154 + time_grain: PT1M
155 + series:
156 + - aggregation: total
157 + kind: counter
158 template:
159 family: Azure SQL Elastic Pool
160 context_namespace: sql_elastic_pool
161 chart_defaults:
162 label_promotion:
163 - - resource_name
164 - - resource_group
165 - - region
166 - - resource_type
167 - - profile
163 + - resource_name
164 + - resource_group
165 + - region
166 + - resource_type
167 + - profile
168 instances:
169 by_labels:
170 - - resource_uid
170 + - resource_uid
171 charts:
172 - - id: am_azure_sql_elastic_pool__cpu
173 - title: Azure SQL Elastic Pool CPU Utilization
174 - context: cpu
175 - family: Utilization
176 - type: line
177 - units: percentage
178 - algorithm: absolute
179 - dimensions:
180 - - selector: sql_elastic_pool.cpu_percent_average
181 - name: average
182 - - selector: sql_elastic_pool.cpu_percent_maximum
183 - name: maximum
184 - - id: am_azure_sql_elastic_pool__instance_cpu
185 - title: Azure SQL Elastic Pool Instance CPU Utilization
186 - context: instance_cpu
187 - family: Utilization
188 - type: line
189 - units: percentage
190 - algorithm: absolute
191 - dimensions:
192 - - selector: sql_elastic_pool.sql_instance_cpu_percent_average
193 - name: average
194 - - id: am_azure_sql_elastic_pool__instance_memory
195 - title: Azure SQL Elastic Pool Instance Memory Utilization
196 - context: instance_memory
197 - family: Utilization
198 - type: line
199 - units: percentage
200 - algorithm: absolute
201 - dimensions:
202 - - selector: sql_elastic_pool.sql_instance_memory_percent_average
203 - name: average
204 - - id: am_azure_sql_elastic_pool__dtu_consumption
205 - title: Azure SQL Elastic Pool DTU Consumption
206 - context: dtu_consumption
207 - family: Utilization
208 - type: line
209 - units: percentage
210 - algorithm: absolute
211 - dimensions:
212 - - selector: sql_elastic_pool.dtu_consumption_percent_average
213 - name: average
214 - - id: am_azure_sql_elastic_pool__io_utilization
215 - title: Azure SQL Elastic Pool I/O Utilization
216 - context: io_utilization
217 - family: I/O
218 - type: line
219 - units: percentage
220 - algorithm: absolute
221 - dimensions:
222 - - selector: sql_elastic_pool.physical_data_read_percent_average
223 - name: data_read
224 - - selector: sql_elastic_pool.log_write_percent_average
225 - name: log_write
226 - - id: am_azure_sql_elastic_pool__resource_utilization
227 - title: Azure SQL Elastic Pool Resource Utilization
228 - context: resource_utilization
229 - family: Utilization
230 - type: line
231 - units: percentage
232 - algorithm: absolute
233 - dimensions:
234 - - selector: sql_elastic_pool.workers_percent_average
235 - name: workers
236 - - selector: sql_elastic_pool.sessions_percent_average
237 - name: sessions
238 - - id: am_azure_sql_elastic_pool__sessions_count
239 - title: Azure SQL Elastic Pool Sessions Count
240 - context: sessions_count
241 - family: Capacity
242 - type: line
243 - units: sessions
244 - algorithm: absolute
245 - dimensions:
246 - - selector: sql_elastic_pool.sessions_count_average
247 - name: average
248 - - id: am_azure_sql_elastic_pool__storage
249 - title: Azure SQL Elastic Pool Storage
250 - context: storage
251 - family: Storage
252 - type: line
253 - units: bytes
254 - algorithm: absolute
255 - dimensions:
256 - - selector: sql_elastic_pool.storage_used_average
257 - name: used
258 - - selector: sql_elastic_pool.allocated_data_storage_average
259 - name: allocated
260 - - selector: sql_elastic_pool.storage_limit_average
261 - name: limit
262 - - id: am_azure_sql_elastic_pool__storage_utilization
263 - title: Azure SQL Elastic Pool Storage Utilization
264 - context: storage_utilization
265 - family: Storage
266 - type: line
267 - units: percentage
268 - algorithm: absolute
269 - dimensions:
270 - - selector: sql_elastic_pool.storage_percent_average
271 - name: used
272 - - selector: sql_elastic_pool.allocated_data_storage_percent_average
273 - name: allocated
274 - - id: am_azure_sql_elastic_pool__xtp_storage
275 - title: Azure SQL Elastic Pool In-Memory OLTP Storage
276 - context: xtp_storage
277 - family: In-Memory OLTP
278 - type: line
279 - units: percentage
280 - algorithm: absolute
281 - dimensions:
282 - - selector: sql_elastic_pool.xtp_storage_percent_average
283 - name: average
284 - - id: am_azure_sql_elastic_pool__tempdb_size
285 - title: Azure SQL Elastic Pool Tempdb Size
286 - context: tempdb_size
287 - family: Tempdb
288 - type: line
289 - units: KiB
290 - algorithm: absolute
291 - dimensions:
292 - - selector: sql_elastic_pool.tempdb_data_size_average
293 - name: data
294 - - selector: sql_elastic_pool.tempdb_log_size_average
295 - name: log
296 - - id: am_azure_sql_elastic_pool__tempdb_log_utilization
297 - title: Azure SQL Elastic Pool Tempdb Log Utilization
298 - context: tempdb_log_utilization
299 - family: Tempdb
300 - type: line
301 - units: percentage
302 - algorithm: absolute
303 - dimensions:
304 - - selector: sql_elastic_pool.tempdb_log_used_percent_average
305 - name: average
306 - - id: am_azure_sql_elastic_pool__vcore_usage
307 - title: Azure SQL Elastic Pool vCore Usage
308 - context: vcore_usage
309 - family: Capacity
310 - type: line
311 - units: vCores
312 - algorithm: absolute
313 - dimensions:
314 - - selector: sql_elastic_pool.cpu_used_average
315 - name: used
316 - - selector: sql_elastic_pool.cpu_limit_average
317 - name: limit
318 - - id: am_azure_sql_elastic_pool__edtu_usage
319 - title: Azure SQL Elastic Pool eDTU Usage
320 - context: edtu_usage
321 - family: Capacity
322 - type: line
323 - units: eDTU
324 - algorithm: absolute
325 - dimensions:
326 - - selector: sql_elastic_pool.e_dtu_used_average
327 - name: used
328 - - selector: sql_elastic_pool.e_dtu_limit_average
329 - name: limit
330 - - id: am_azure_sql_elastic_pool__serverless_utilization
331 - title: Azure SQL Elastic Pool Serverless Utilization
332 - context: serverless_utilization
333 - family: Serverless
334 - type: line
335 - units: percentage
336 - algorithm: absolute
337 - dimensions:
338 - - selector: sql_elastic_pool.app_cpu_percent_average
339 - name: cpu
340 - - selector: sql_elastic_pool.app_memory_percent_average
341 - name: memory
342 - - id: am_azure_sql_elastic_pool__serverless_billing
343 - title: Azure SQL Elastic Pool Serverless Billing
344 - context: serverless_billing
345 - family: Serverless
346 - type: line
347 - units: vCore-seconds/s
348 - algorithm: incremental
349 - dimensions:
350 - - selector: sql_elastic_pool.app_cpu_billed_total
351 - name: total
172 + - id: am_azure_sql_elastic_pool__cpu
173 + title: Azure SQL Elastic Pool CPU Utilization
174 + context: cpu
175 + family: Utilization
176 + type: line
177 + units: percentage
178 + algorithm: absolute
179 + dimensions:
180 + - selector: sql_elastic_pool.cpu_percent_average
181 + name: average
182 + - selector: sql_elastic_pool.cpu_percent_maximum
183 + name: maximum
184 + - id: am_azure_sql_elastic_pool__instance_cpu
185 + title: Azure SQL Elastic Pool Instance CPU Utilization
186 + context: instance_cpu
187 + family: Utilization
188 + type: line
189 + units: percentage
190 + algorithm: absolute
191 + dimensions:
192 + - selector: sql_elastic_pool.sql_instance_cpu_percent_average
193 + name: average
194 + - id: am_azure_sql_elastic_pool__instance_memory
195 + title: Azure SQL Elastic Pool Instance Memory Utilization
196 + context: instance_memory
197 + family: Utilization
198 + type: line
199 + units: percentage
200 + algorithm: absolute
201 + dimensions:
202 + - selector: sql_elastic_pool.sql_instance_memory_percent_average
203 + name: average
204 + - id: am_azure_sql_elastic_pool__dtu_consumption
205 + title: Azure SQL Elastic Pool DTU Consumption
206 + context: dtu_consumption
207 + family: Utilization
208 + type: line
209 + units: percentage
210 + algorithm: absolute
211 + dimensions:
212 + - selector: sql_elastic_pool.dtu_consumption_percent_average
213 + name: average
214 + - id: am_azure_sql_elastic_pool__io_utilization
215 + title: Azure SQL Elastic Pool I/O Utilization
216 + context: io_utilization
217 + family: IO
218 + type: line
219 + units: percentage
220 + algorithm: absolute
221 + dimensions:
222 + - selector: sql_elastic_pool.physical_data_read_percent_average
223 + name: data_read
224 + - selector: sql_elastic_pool.log_write_percent_average
225 + name: log_write
226 + - id: am_azure_sql_elastic_pool__resource_utilization
227 + title: Azure SQL Elastic Pool Resource Utilization
228 + context: resource_utilization
229 + family: Utilization
230 + type: line
231 + units: percentage
232 + algorithm: absolute
233 + dimensions:
234 + - selector: sql_elastic_pool.workers_percent_average
235 + name: workers
236 + - selector: sql_elastic_pool.sessions_percent_average
237 + name: sessions
238 + - id: am_azure_sql_elastic_pool__sessions_count
239 + title: Azure SQL Elastic Pool Sessions Count
240 + context: sessions_count
241 + family: Capacity
242 + type: line
243 + units: sessions
244 + algorithm: absolute
245 + dimensions:
246 + - selector: sql_elastic_pool.sessions_count_average
247 + name: average
248 + - id: am_azure_sql_elastic_pool__storage
249 + title: Azure SQL Elastic Pool Storage
250 + context: storage
251 + family: Storage
252 + type: line
253 + units: bytes
254 + algorithm: absolute
255 + dimensions:
256 + - selector: sql_elastic_pool.storage_used_average
257 + name: used
258 + - selector: sql_elastic_pool.allocated_data_storage_average
259 + name: allocated
260 + - selector: sql_elastic_pool.storage_limit_average
261 + name: limit
262 + - id: am_azure_sql_elastic_pool__storage_utilization
263 + title: Azure SQL Elastic Pool Storage Utilization
264 + context: storage_utilization
265 + family: Storage
266 + type: line
267 + units: percentage
268 + algorithm: absolute
269 + dimensions:
270 + - selector: sql_elastic_pool.storage_percent_average
271 + name: used
272 + - selector: sql_elastic_pool.allocated_data_storage_percent_average
273 + name: allocated
274 + - id: am_azure_sql_elastic_pool__xtp_storage
275 + title: Azure SQL Elastic Pool In-Memory OLTP Storage
276 + context: xtp_storage
277 + family: In-Memory OLTP
278 + type: line
279 + units: percentage
280 + algorithm: absolute
281 + dimensions:
282 + - selector: sql_elastic_pool.xtp_storage_percent_average
283 + name: average
284 + - id: am_azure_sql_elastic_pool__tempdb_size
285 + title: Azure SQL Elastic Pool Tempdb Size
286 + context: tempdb_size
287 + family: Tempdb
288 + type: line
289 + units: KiB
290 + algorithm: absolute
291 + dimensions:
292 + - selector: sql_elastic_pool.tempdb_data_size_average
293 + name: data
294 + - selector: sql_elastic_pool.tempdb_log_size_average
295 + name: log
296 + - id: am_azure_sql_elastic_pool__tempdb_log_utilization
297 + title: Azure SQL Elastic Pool Tempdb Log Utilization
298 + context: tempdb_log_utilization
299 + family: Tempdb
300 + type: line
301 + units: percentage
302 + algorithm: absolute
303 + dimensions:
304 + - selector: sql_elastic_pool.tempdb_log_used_percent_average
305 + name: average
306 + - id: am_azure_sql_elastic_pool__vcore_usage
307 + title: Azure SQL Elastic Pool vCore Usage
308 + context: vcore_usage
309 + family: Capacity
310 + type: line
311 + units: vCores
312 + algorithm: absolute
313 + dimensions:
314 + - selector: sql_elastic_pool.cpu_used_average
315 + name: used
316 + - selector: sql_elastic_pool.cpu_limit_average
317 + name: limit
318 + - id: am_azure_sql_elastic_pool__edtu_usage
319 + title: Azure SQL Elastic Pool eDTU Usage
320 + context: edtu_usage
321 + family: Capacity
322 + type: line
323 + units: eDTU
324 + algorithm: absolute
325 + dimensions:
326 + - selector: sql_elastic_pool.e_dtu_used_average
327 + name: used
328 + - selector: sql_elastic_pool.e_dtu_limit_average
329 + name: limit
330 + - id: am_azure_sql_elastic_pool__serverless_utilization
331 + title: Azure SQL Elastic Pool Serverless Utilization
332 + context: serverless_utilization
333 + family: Serverless
334 + type: line
335 + units: percentage
336 + algorithm: absolute
337 + dimensions:
338 + - selector: sql_elastic_pool.app_cpu_percent_average
339 + name: cpu
340 + - selector: sql_elastic_pool.app_memory_percent_average
341 + name: memory
342 + - id: am_azure_sql_elastic_pool__serverless_billing
343 + title: Azure SQL Elastic Pool Serverless Billing
344 + context: serverless_billing
345 + family: Serverless
346 + type: line
347 + units: vCore-seconds/s
348 + algorithm: incremental
349 + dimensions:
350 + - selector: sql_elastic_pool.app_cpu_billed_total
351 + name: total
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/sql_managed_instance.yaml
+106 -106
@@ -3,117 +3,117 @@ id: sql_managed_instance
3 name: Azure SQL Managed Instance
4 resource_type: Microsoft.Sql/managedInstances
5 metrics:
6 -- id: avg_cpu_percent
7 - azure_name: avg_cpu_percent
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 - - aggregation: maximum
13 - kind: gauge
14 -- id: io_bytes_read
15 - azure_name: io_bytes_read
16 - time_grain: PT1M
17 - series:
18 - - aggregation: average
19 - kind: gauge
20 -- id: io_bytes_written
21 - azure_name: io_bytes_written
22 - time_grain: PT1M
23 - series:
24 - - aggregation: average
25 - kind: gauge
26 -- id: io_requests
27 - azure_name: io_requests
28 - time_grain: PT1M
29 - series:
30 - - aggregation: average
31 - kind: gauge
32 -- id: reserved_storage_mb
33 - azure_name: reserved_storage_mb
34 - time_grain: PT1M
35 - series:
36 - - aggregation: average
37 - kind: gauge
38 -- id: storage_space_used_mb
39 - azure_name: storage_space_used_mb
40 - time_grain: PT1M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 -- id: virtual_core_count
45 - azure_name: virtual_core_count
46 - time_grain: PT1M
47 - series:
48 - - aggregation: average
49 - kind: gauge
6 + - id: avg_cpu_percent
7 + azure_name: avg_cpu_percent
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - aggregation: maximum
13 + kind: gauge
14 + - id: io_bytes_read
15 + azure_name: io_bytes_read
16 + time_grain: PT1M
17 + series:
18 + - aggregation: average
19 + kind: gauge
20 + - id: io_bytes_written
21 + azure_name: io_bytes_written
22 + time_grain: PT1M
23 + series:
24 + - aggregation: average
25 + kind: gauge
26 + - id: io_requests
27 + azure_name: io_requests
28 + time_grain: PT1M
29 + series:
30 + - aggregation: average
31 + kind: gauge
32 + - id: reserved_storage_mb
33 + azure_name: reserved_storage_mb
34 + time_grain: PT1M
35 + series:
36 + - aggregation: average
37 + kind: gauge
38 + - id: storage_space_used_mb
39 + azure_name: storage_space_used_mb
40 + time_grain: PT1M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - id: virtual_core_count
45 + azure_name: virtual_core_count
46 + time_grain: PT1M
47 + series:
48 + - aggregation: average
49 + kind: gauge
50 template:
51 family: Azure SQL Managed Instance
52 context_namespace: sql_managed_instance
53 chart_defaults:
54 label_promotion:
55 - - resource_name
56 - - resource_group
57 - - region
58 - - resource_type
59 - - profile
55 + - resource_name
56 + - resource_group
57 + - region
58 + - resource_type
59 + - profile
60 instances:
61 by_labels:
62 - - resource_uid
62 + - resource_uid
63 charts:
64 - - id: am_azure_sql_managed_instance__cpu
65 - title: Azure SQL Managed Instance CPU Utilization
66 - context: cpu
67 - family: Utilization
68 - type: line
69 - units: percentage
70 - algorithm: absolute
71 - dimensions:
72 - - selector: sql_managed_instance.avg_cpu_percent_average
73 - name: average
74 - - selector: sql_managed_instance.avg_cpu_percent_maximum
75 - name: maximum
76 - - id: am_azure_sql_managed_instance__io_throughput
77 - title: Azure SQL Managed Instance I/O Throughput
78 - context: io_throughput
79 - family: I/O
80 - type: line
81 - units: bytes/s
82 - algorithm: absolute
83 - dimensions:
84 - - selector: sql_managed_instance.io_bytes_read_average
85 - name: read
86 - - selector: sql_managed_instance.io_bytes_written_average
87 - name: written
88 - - id: am_azure_sql_managed_instance__io_requests
89 - title: Azure SQL Managed Instance I/O Requests
90 - context: io_requests
91 - family: I/O
92 - type: line
93 - units: requests/s
94 - algorithm: absolute
95 - dimensions:
96 - - selector: sql_managed_instance.io_requests_average
97 - name: average
98 - - id: am_azure_sql_managed_instance__storage
99 - title: Azure SQL Managed Instance Storage
100 - context: storage
101 - family: Capacity
102 - type: line
103 - units: MiB
104 - algorithm: absolute
105 - dimensions:
106 - - selector: sql_managed_instance.reserved_storage_mb_average
107 - name: reserved
108 - - selector: sql_managed_instance.storage_space_used_mb_average
109 - name: used
110 - - id: am_azure_sql_managed_instance__virtual_core_count
111 - title: Azure SQL Managed Instance Virtual Core Count
112 - context: virtual_core_count
113 - family: Capacity
114 - type: line
115 - units: cores
116 - algorithm: absolute
117 - dimensions:
118 - - selector: sql_managed_instance.virtual_core_count_average
119 - name: average
64 + - id: am_azure_sql_managed_instance__cpu
65 + title: Azure SQL Managed Instance CPU Utilization
66 + context: cpu
67 + family: Utilization
68 + type: line
69 + units: percentage
70 + algorithm: absolute
71 + dimensions:
72 + - selector: sql_managed_instance.avg_cpu_percent_average
73 + name: average
74 + - selector: sql_managed_instance.avg_cpu_percent_maximum
75 + name: maximum
76 + - id: am_azure_sql_managed_instance__io_throughput
77 + title: Azure SQL Managed Instance I/O Throughput
78 + context: io_throughput
79 + family: IO
80 + type: line
81 + units: bytes/s
82 + algorithm: absolute
83 + dimensions:
84 + - selector: sql_managed_instance.io_bytes_read_average
85 + name: read
86 + - selector: sql_managed_instance.io_bytes_written_average
87 + name: written
88 + - id: am_azure_sql_managed_instance__io_requests
89 + title: Azure SQL Managed Instance I/O Requests
90 + context: io_requests
91 + family: IO
92 + type: line
93 + units: requests/s
94 + algorithm: absolute
95 + dimensions:
96 + - selector: sql_managed_instance.io_requests_average
97 + name: average
98 + - id: am_azure_sql_managed_instance__storage
99 + title: Azure SQL Managed Instance Storage
100 + context: storage
101 + family: Capacity
102 + type: line
103 + units: MiB
104 + algorithm: absolute
105 + dimensions:
106 + - selector: sql_managed_instance.reserved_storage_mb_average
107 + name: reserved
108 + - selector: sql_managed_instance.storage_space_used_mb_average
109 + name: used
110 + - id: am_azure_sql_managed_instance__virtual_core_count
111 + title: Azure SQL Managed Instance Virtual Core Count
112 + context: virtual_core_count
113 + family: Capacity
114 + type: line
115 + units: cores
116 + algorithm: absolute
117 + dimensions:
118 + - selector: sql_managed_instance.virtual_core_count_average
119 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/storage_accounts.yaml
+118 -118
@@ -3,129 +3,129 @@ id: storage_accounts
3 name: Azure Storage Account
4 resource_type: Microsoft.Storage/storageAccounts
5 metrics:
6 -- id: availability
7 - azure_name: Availability
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: transactions
13 - azure_name: Transactions
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: ingress
19 - azure_name: Ingress
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: egress
25 - azure_name: Egress
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: success_e2e_latency
31 - azure_name: SuccessE2ELatency
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 - - aggregation: maximum
37 - kind: gauge
38 -- id: success_server_latency
39 - azure_name: SuccessServerLatency
40 - time_grain: PT1M
41 - series:
42 - - aggregation: average
43 - kind: gauge
44 - - aggregation: maximum
45 - kind: gauge
46 -- id: used_capacity
47 - azure_name: UsedCapacity
48 - time_grain: PT1H
49 - series:
50 - - aggregation: average
51 - kind: gauge
6 + - id: availability
7 + azure_name: Availability
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: transactions
13 + azure_name: Transactions
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: ingress
19 + azure_name: Ingress
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: egress
25 + azure_name: Egress
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: success_e2e_latency
31 + azure_name: SuccessE2ELatency
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - aggregation: maximum
37 + kind: gauge
38 + - id: success_server_latency
39 + azure_name: SuccessServerLatency
40 + time_grain: PT1M
41 + series:
42 + - aggregation: average
43 + kind: gauge
44 + - aggregation: maximum
45 + kind: gauge
46 + - id: used_capacity
47 + azure_name: UsedCapacity
48 + time_grain: PT1H
49 + series:
50 + - aggregation: average
51 + kind: gauge
52 template:
53 family: Azure Storage Account
54 context_namespace: storage_accounts
55 chart_defaults:
56 label_promotion:
57 - - resource_name
58 - - resource_group
59 - - region
60 - - resource_type
61 - - profile
57 + - resource_name
58 + - resource_group
59 + - region
60 + - resource_type
61 + - profile
62 instances:
63 by_labels:
64 - - resource_uid
64 + - resource_uid
65 charts:
66 - - id: am_azure_storage_accounts__availability
67 - title: Azure Storage Account Availability
68 - context: availability
69 - family: Availability
70 - type: line
71 - units: percentage
72 - algorithm: absolute
73 - dimensions:
74 - - selector: storage_accounts.availability_average
75 - name: average
76 - - id: am_azure_storage_accounts__transactions
77 - title: Azure Storage Account Transactions
78 - context: transactions
79 - family: Throughput
80 - type: line
81 - units: transactions/s
82 - algorithm: incremental
83 - dimensions:
84 - - selector: storage_accounts.transactions_total
85 - name: total
86 - - id: am_azure_storage_accounts__throughput
87 - title: Azure Storage Account Throughput
88 - context: throughput
89 - family: Throughput
90 - type: line
91 - units: bytes/s
92 - algorithm: incremental
93 - dimensions:
94 - - selector: storage_accounts.ingress_total
95 - name: ingress
96 - - selector: storage_accounts.egress_total
97 - name: egress
98 - - id: am_azure_storage_accounts__e2e_latency
99 - title: Azure Storage Account End-to-End Latency
100 - context: e2e_latency
101 - family: Latency
102 - type: line
103 - units: milliseconds
104 - algorithm: absolute
105 - dimensions:
106 - - selector: storage_accounts.success_e2e_latency_average
107 - name: average
108 - - selector: storage_accounts.success_e2e_latency_maximum
109 - name: maximum
110 - - id: am_azure_storage_accounts__server_latency
111 - title: Azure Storage Account Server Latency
112 - context: server_latency
113 - family: Latency
114 - type: line
115 - units: milliseconds
116 - algorithm: absolute
117 - dimensions:
118 - - selector: storage_accounts.success_server_latency_average
119 - name: average
120 - - selector: storage_accounts.success_server_latency_maximum
121 - name: maximum
122 - - id: am_azure_storage_accounts__used_capacity
123 - title: Azure Storage Account Used Capacity
124 - context: used_capacity
125 - family: Capacity
126 - type: line
127 - units: bytes
128 - algorithm: absolute
129 - dimensions:
130 - - selector: storage_accounts.used_capacity_average
131 - name: average
66 + - id: am_azure_storage_accounts__availability
67 + title: Azure Storage Account Availability
68 + context: availability
69 + family: Availability
70 + type: line
71 + units: percentage
72 + algorithm: absolute
73 + dimensions:
74 + - selector: storage_accounts.availability_average
75 + name: average
76 + - id: am_azure_storage_accounts__transactions
77 + title: Azure Storage Account Transactions
78 + context: transactions
79 + family: Throughput
80 + type: line
81 + units: transactions/s
82 + algorithm: incremental
83 + dimensions:
84 + - selector: storage_accounts.transactions_total
85 + name: total
86 + - id: am_azure_storage_accounts__throughput
87 + title: Azure Storage Account Throughput
88 + context: throughput
89 + family: Throughput
90 + type: line
91 + units: bytes/s
92 + algorithm: incremental
93 + dimensions:
94 + - selector: storage_accounts.ingress_total
95 + name: ingress
96 + - selector: storage_accounts.egress_total
97 + name: egress
98 + - id: am_azure_storage_accounts__e2e_latency
99 + title: Azure Storage Account End-to-End Latency
100 + context: e2e_latency
101 + family: Latency
102 + type: line
103 + units: milliseconds
104 + algorithm: absolute
105 + dimensions:
106 + - selector: storage_accounts.success_e2e_latency_average
107 + name: average
108 + - selector: storage_accounts.success_e2e_latency_maximum
109 + name: maximum
110 + - id: am_azure_storage_accounts__server_latency
111 + title: Azure Storage Account Server Latency
112 + context: server_latency
113 + family: Latency
114 + type: line
115 + units: milliseconds
116 + algorithm: absolute
117 + dimensions:
118 + - selector: storage_accounts.success_server_latency_average
119 + name: average
120 + - selector: storage_accounts.success_server_latency_maximum
121 + name: maximum
122 + - id: am_azure_storage_accounts__used_capacity
123 + title: Azure Storage Account Used Capacity
124 + context: used_capacity
125 + family: Capacity
126 + type: line
127 + units: bytes
128 + algorithm: absolute
129 + dimensions:
130 + - selector: storage_accounts.used_capacity_average
131 + name: average
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/stream_analytics.yaml
+238 -238
@@ -3,249 +3,249 @@ id: stream_analytics
3 name: Azure Stream Analytics Job
4 resource_type: Microsoft.StreamAnalytics/streamingjobs
5 metrics:
6 -- id: input_events
7 - azure_name: InputEvents
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: input_event_bytes
13 - azure_name: InputEventBytes
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: input_events_sources_per_second
19 - azure_name: InputEventsSourcesPerSecond
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: output_events
25 - azure_name: OutputEvents
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: late_input_events
31 - azure_name: LateInputEvents
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: early_input_events
37 - azure_name: EarlyInputEvents
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: dropped_or_adjusted_events
43 - azure_name: DroppedOrAdjustedEvents
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: input_events_sources_backlogged
49 - azure_name: InputEventsSourcesBacklogged
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 - - aggregation: maximum
55 - kind: gauge
56 - - aggregation: minimum
57 - kind: gauge
58 -- id: output_watermark_delay_seconds
59 - azure_name: OutputWatermarkDelaySeconds
60 - time_grain: PT1M
61 - series:
62 - - aggregation: average
63 - kind: gauge
64 - - aggregation: maximum
65 - kind: gauge
66 - - aggregation: minimum
67 - kind: gauge
68 -- id: conversion_errors
69 - azure_name: ConversionErrors
70 - time_grain: PT1M
71 - series:
72 - - aggregation: total
73 - kind: counter
74 -- id: deserialization_error
75 - azure_name: DeserializationError
76 - time_grain: PT1M
77 - series:
78 - - aggregation: total
79 - kind: counter
80 -- id: errors
81 - azure_name: Errors
82 - time_grain: PT1M
83 - series:
84 - - aggregation: total
85 - kind: counter
86 -- id: aml_callout_requests
87 - azure_name: AMLCalloutRequests
88 - time_grain: PT1M
89 - series:
90 - - aggregation: total
91 - kind: counter
92 -- id: aml_callout_failed_requests
93 - azure_name: AMLCalloutFailedRequests
94 - time_grain: PT1M
95 - series:
96 - - aggregation: total
97 - kind: counter
98 -- id: aml_callout_input_events
99 - azure_name: AMLCalloutInputEvents
100 - time_grain: PT1M
101 - series:
102 - - aggregation: total
103 - kind: counter
104 -- id: process_cpu_usage_percentage
105 - azure_name: ProcessCPUUsagePercentage
106 - time_grain: PT1M
107 - series:
108 - - aggregation: average
109 - kind: gauge
110 - - aggregation: maximum
111 - kind: gauge
112 - - aggregation: minimum
113 - kind: gauge
114 -- id: resource_utilization
115 - azure_name: ResourceUtilization
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 - - aggregation: maximum
121 - kind: gauge
122 - - aggregation: minimum
123 - kind: gauge
6 + - id: input_events
7 + azure_name: InputEvents
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: input_event_bytes
13 + azure_name: InputEventBytes
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: input_events_sources_per_second
19 + azure_name: InputEventsSourcesPerSecond
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: output_events
25 + azure_name: OutputEvents
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: late_input_events
31 + azure_name: LateInputEvents
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: early_input_events
37 + azure_name: EarlyInputEvents
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: dropped_or_adjusted_events
43 + azure_name: DroppedOrAdjustedEvents
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: input_events_sources_backlogged
49 + azure_name: InputEventsSourcesBacklogged
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - aggregation: maximum
55 + kind: gauge
56 + - aggregation: minimum
57 + kind: gauge
58 + - id: output_watermark_delay_seconds
59 + azure_name: OutputWatermarkDelaySeconds
60 + time_grain: PT1M
61 + series:
62 + - aggregation: average
63 + kind: gauge
64 + - aggregation: maximum
65 + kind: gauge
66 + - aggregation: minimum
67 + kind: gauge
68 + - id: conversion_errors
69 + azure_name: ConversionErrors
70 + time_grain: PT1M
71 + series:
72 + - aggregation: total
73 + kind: counter
74 + - id: deserialization_error
75 + azure_name: DeserializationError
76 + time_grain: PT1M
77 + series:
78 + - aggregation: total
79 + kind: counter
80 + - id: errors
81 + azure_name: Errors
82 + time_grain: PT1M
83 + series:
84 + - aggregation: total
85 + kind: counter
86 + - id: aml_callout_requests
87 + azure_name: AMLCalloutRequests
88 + time_grain: PT1M
89 + series:
90 + - aggregation: total
91 + kind: counter
92 + - id: aml_callout_failed_requests
93 + azure_name: AMLCalloutFailedRequests
94 + time_grain: PT1M
95 + series:
96 + - aggregation: total
97 + kind: counter
98 + - id: aml_callout_input_events
99 + azure_name: AMLCalloutInputEvents
100 + time_grain: PT1M
101 + series:
102 + - aggregation: total
103 + kind: counter
104 + - id: process_cpu_usage_percentage
105 + azure_name: ProcessCPUUsagePercentage
106 + time_grain: PT1M
107 + series:
108 + - aggregation: average
109 + kind: gauge
110 + - aggregation: maximum
111 + kind: gauge
112 + - aggregation: minimum
113 + kind: gauge
114 + - id: resource_utilization
115 + azure_name: ResourceUtilization
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - aggregation: maximum
121 + kind: gauge
122 + - aggregation: minimum
123 + kind: gauge
124 template:
125 family: Azure Stream Analytics Job
126 context_namespace: stream_analytics
127 chart_defaults:
128 label_promotion:
129 - - resource_name
130 - - resource_group
131 - - region
132 - - resource_type
133 - - profile
129 + - resource_name
130 + - resource_group
131 + - region
132 + - resource_type
133 + - profile
134 instances:
135 by_labels:
136 - - resource_uid
136 + - resource_uid
137 charts:
138 - - id: am_azure_stream_analytics__event_flow
139 - title: Azure Stream Analytics Event Flow
140 - context: event_flow
141 - family: Events
142 - type: line
143 - units: events/s
144 - algorithm: incremental
145 - dimensions:
146 - - selector: stream_analytics.input_events_total
147 - name: in
148 - - selector: stream_analytics.output_events_total
149 - name: out
150 - - id: am_azure_stream_analytics__input_data_throughput
151 - title: Azure Stream Analytics Input Data Throughput
152 - context: input_data_throughput
153 - family: Events
154 - type: line
155 - units: bytes/s
156 - algorithm: incremental
157 - dimensions:
158 - - selector: stream_analytics.input_event_bytes_total
159 - name: received
160 - - id: am_azure_stream_analytics__input_sources_received
161 - title: Azure Stream Analytics Input Sources Received
162 - context: input_sources_received
163 - family: Events
164 - type: line
165 - units: sources/s
166 - algorithm: incremental
167 - dimensions:
168 - - selector: stream_analytics.input_events_sources_per_second_total
169 - name: received
170 - - id: am_azure_stream_analytics__event_timing
171 - title: Azure Stream Analytics Event Timing Issues
172 - context: event_timing
173 - family: Events
174 - type: line
175 - units: events/s
176 - algorithm: incremental
177 - dimensions:
178 - - selector: stream_analytics.late_input_events_total
179 - name: late
180 - - selector: stream_analytics.early_input_events_total
181 - name: early
182 - - selector: stream_analytics.dropped_or_adjusted_events_total
183 - name: out_of_order
184 - - id: am_azure_stream_analytics__backlogged_events
185 - title: Azure Stream Analytics Backlogged Events
186 - context: backlogged_events
187 - family: Backlog
188 - type: line
189 - units: events
190 - algorithm: absolute
191 - dimensions:
192 - - selector: stream_analytics.input_events_sources_backlogged_average
193 - name: backlogged
194 - - id: am_azure_stream_analytics__watermark_delay
195 - title: Azure Stream Analytics Watermark Delay
196 - context: watermark_delay
197 - family: Watermark
198 - type: line
199 - units: seconds
200 - algorithm: absolute
201 - dimensions:
202 - - selector: stream_analytics.output_watermark_delay_seconds_maximum
203 - name: delay
204 - - id: am_azure_stream_analytics__errors
205 - title: Azure Stream Analytics Errors
206 - context: errors
207 - family: Errors
208 - type: line
209 - units: errors/s
210 - algorithm: incremental
211 - dimensions:
212 - - selector: stream_analytics.errors_total
213 - name: runtime
214 - - selector: stream_analytics.conversion_errors_total
215 - name: data_conversion
216 - - selector: stream_analytics.deserialization_error_total
217 - name: deserialization
218 - - id: am_azure_stream_analytics__function_requests
219 - title: Azure Stream Analytics Function Requests
220 - context: function_requests
221 - family: Functions
222 - type: line
223 - units: requests/s
224 - algorithm: incremental
225 - dimensions:
226 - - selector: stream_analytics.aml_callout_requests_total
227 - name: total
228 - - selector: stream_analytics.aml_callout_failed_requests_total
229 - name: failed
230 - - id: am_azure_stream_analytics__function_events
231 - title: Azure Stream Analytics Function Events
232 - context: function_events
233 - family: Functions
234 - type: line
235 - units: events/s
236 - algorithm: incremental
237 - dimensions:
238 - - selector: stream_analytics.aml_callout_input_events_total
239 - name: input
240 - - id: am_azure_stream_analytics__resource_utilization
241 - title: Azure Stream Analytics Resource Utilization
242 - context: resource_utilization
243 - family: Resources
244 - type: line
245 - units: percentage
246 - algorithm: absolute
247 - dimensions:
248 - - selector: stream_analytics.process_cpu_usage_percentage_average
249 - name: cpu
250 - - selector: stream_analytics.resource_utilization_average
251 - name: su_memory
138 + - id: am_azure_stream_analytics__event_flow
139 + title: Azure Stream Analytics Event Flow
140 + context: event_flow
141 + family: Events
142 + type: line
143 + units: events/s
144 + algorithm: incremental
145 + dimensions:
146 + - selector: stream_analytics.input_events_total
147 + name: in
148 + - selector: stream_analytics.output_events_total
149 + name: out
150 + - id: am_azure_stream_analytics__input_data_throughput
151 + title: Azure Stream Analytics Input Data Throughput
152 + context: input_data_throughput
153 + family: Events
154 + type: line
155 + units: bytes/s
156 + algorithm: incremental
157 + dimensions:
158 + - selector: stream_analytics.input_event_bytes_total
159 + name: received
160 + - id: am_azure_stream_analytics__input_sources_received
161 + title: Azure Stream Analytics Input Sources Received
162 + context: input_sources_received
163 + family: Events
164 + type: line
165 + units: sources/s
166 + algorithm: incremental
167 + dimensions:
168 + - selector: stream_analytics.input_events_sources_per_second_total
169 + name: received
170 + - id: am_azure_stream_analytics__event_timing
171 + title: Azure Stream Analytics Event Timing Issues
172 + context: event_timing
173 + family: Events
174 + type: line
175 + units: events/s
176 + algorithm: incremental
177 + dimensions:
178 + - selector: stream_analytics.late_input_events_total
179 + name: late
180 + - selector: stream_analytics.early_input_events_total
181 + name: early
182 + - selector: stream_analytics.dropped_or_adjusted_events_total
183 + name: out_of_order
184 + - id: am_azure_stream_analytics__backlogged_events
185 + title: Azure Stream Analytics Backlogged Events
186 + context: backlogged_events
187 + family: Backlog
188 + type: line
189 + units: events
190 + algorithm: absolute
191 + dimensions:
192 + - selector: stream_analytics.input_events_sources_backlogged_average
193 + name: backlogged
194 + - id: am_azure_stream_analytics__watermark_delay
195 + title: Azure Stream Analytics Watermark Delay
196 + context: watermark_delay
197 + family: Watermark
198 + type: line
199 + units: seconds
200 + algorithm: absolute
201 + dimensions:
202 + - selector: stream_analytics.output_watermark_delay_seconds_maximum
203 + name: delay
204 + - id: am_azure_stream_analytics__errors
205 + title: Azure Stream Analytics Errors
206 + context: errors
207 + family: Errors
208 + type: line
209 + units: errors/s
210 + algorithm: incremental
211 + dimensions:
212 + - selector: stream_analytics.errors_total
213 + name: runtime
214 + - selector: stream_analytics.conversion_errors_total
215 + name: data_conversion
216 + - selector: stream_analytics.deserialization_error_total
217 + name: deserialization
218 + - id: am_azure_stream_analytics__function_requests
219 + title: Azure Stream Analytics Function Requests
220 + context: function_requests
221 + family: Functions
222 + type: line
223 + units: requests/s
224 + algorithm: incremental
225 + dimensions:
226 + - selector: stream_analytics.aml_callout_requests_total
227 + name: total
228 + - selector: stream_analytics.aml_callout_failed_requests_total
229 + name: failed
230 + - id: am_azure_stream_analytics__function_events
231 + title: Azure Stream Analytics Function Events
232 + context: function_events
233 + family: Functions
234 + type: line
235 + units: events/s
236 + algorithm: incremental
237 + dimensions:
238 + - selector: stream_analytics.aml_callout_input_events_total
239 + name: input
240 + - id: am_azure_stream_analytics__resource_utilization
241 + title: Azure Stream Analytics Resource Utilization
242 + context: resource_utilization
243 + family: Resources
244 + type: line
245 + units: percentage
246 + algorithm: absolute
247 + dimensions:
248 + - selector: stream_analytics.process_cpu_usage_percentage_average
249 + name: cpu
250 + - selector: stream_analytics.resource_utilization_average
251 + name: su_memory
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/synapse.yaml
+354 -354
@@ -3,365 +3,365 @@ id: synapse
3 name: Azure Synapse Analytics Workspace
4 resource_type: Microsoft.Synapse/workspaces
5 metrics:
6 -- id: builtin_sql_pool_data_processed_bytes
7 - azure_name: BuiltinSqlPoolDataProcessedBytes
8 - time_grain: PT1M
9 - series:
10 - - aggregation: total
11 - kind: counter
12 -- id: builtin_sql_pool_login_attempts
13 - azure_name: BuiltinSqlPoolLoginAttempts
14 - time_grain: PT1M
15 - series:
16 - - aggregation: total
17 - kind: counter
18 -- id: builtin_sql_pool_requests_ended
19 - azure_name: BuiltinSqlPoolRequestsEnded
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: counter
24 -- id: integration_activity_runs_ended
25 - azure_name: IntegrationActivityRunsEnded
26 - time_grain: PT1M
27 - series:
28 - - aggregation: total
29 - kind: counter
30 -- id: integration_link_connection_events
31 - azure_name: IntegrationLinkConnectionEvents
32 - time_grain: PT1M
33 - series:
34 - - aggregation: total
35 - kind: counter
36 -- id: integration_link_processed_changed_rows
37 - azure_name: IntegrationLinkProcessedChangedRows
38 - time_grain: PT1M
39 - series:
40 - - aggregation: total
41 - kind: counter
42 -- id: integration_link_processed_data_volume
43 - azure_name: IntegrationLinkProcessedDataVolume
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: integration_link_processing_latency_in_seconds
49 - azure_name: IntegrationLinkProcessingLatencyInSeconds
50 - time_grain: PT1M
51 - series:
52 - - aggregation: average
53 - kind: gauge
54 - - aggregation: maximum
55 - kind: gauge
56 - - aggregation: minimum
57 - kind: gauge
58 -- id: integration_link_table_events
59 - azure_name: IntegrationLinkTableEvents
60 - time_grain: PT1M
61 - series:
62 - - aggregation: total
63 - kind: counter
64 -- id: integration_pipeline_runs_ended
65 - azure_name: IntegrationPipelineRunsEnded
66 - time_grain: PT1M
67 - series:
68 - - aggregation: total
69 - kind: counter
70 -- id: integration_trigger_runs_ended
71 - azure_name: IntegrationTriggerRunsEnded
72 - time_grain: PT1M
73 - series:
74 - - aggregation: total
75 - kind: counter
76 -- id: sql_streaming_input_events
77 - azure_name: SQLStreamingInputEvents
78 - time_grain: PT1M
79 - series:
80 - - aggregation: total
81 - kind: counter
82 -- id: sql_streaming_input_event_bytes
83 - azure_name: SQLStreamingInputEventBytes
84 - time_grain: PT1M
85 - series:
86 - - aggregation: total
87 - kind: counter
88 -- id: sql_streaming_input_events_sources_per_second
89 - azure_name: SQLStreamingInputEventsSourcesPerSecond
90 - time_grain: PT1M
91 - series:
92 - - aggregation: total
93 - kind: counter
94 -- id: sql_streaming_output_events
95 - azure_name: SQLStreamingOutputEvents
96 - time_grain: PT1M
97 - series:
98 - - aggregation: total
99 - kind: counter
100 -- id: sql_streaming_backlogged_input_event_sources
101 - azure_name: SQLStreamingBackloggedInputEventSources
102 - time_grain: PT1M
103 - series:
104 - - aggregation: total
105 - kind: counter
106 -- id: sql_streaming_early_input_events
107 - azure_name: SQLStreamingEarlyInputEvents
108 - time_grain: PT1M
109 - series:
110 - - aggregation: total
111 - kind: counter
112 -- id: sql_streaming_late_input_events
113 - azure_name: SQLStreamingLateInputEvents
114 - time_grain: PT1M
115 - series:
116 - - aggregation: total
117 - kind: counter
118 -- id: sql_streaming_out_of_order_events
119 - azure_name: SQLStreamingOutOfOrderEvents
120 - time_grain: PT1M
121 - series:
122 - - aggregation: total
123 - kind: counter
124 -- id: sql_streaming_output_watermark_delay_seconds
125 - azure_name: SQLStreamingOutputWatermarkDelaySeconds
126 - time_grain: PT1M
127 - series:
128 - - aggregation: average
129 - kind: gauge
130 - - aggregation: maximum
131 - kind: gauge
132 - - aggregation: minimum
133 - kind: gauge
134 -- id: sql_streaming_conversion_errors
135 - azure_name: SQLStreamingConversionErrors
136 - time_grain: PT1M
137 - series:
138 - - aggregation: total
139 - kind: counter
140 -- id: sql_streaming_deserialization_error
141 - azure_name: SQLStreamingDeserializationError
142 - time_grain: PT1M
143 - series:
144 - - aggregation: total
145 - kind: counter
146 -- id: sql_streaming_runtime_errors
147 - azure_name: SQLStreamingRuntimeErrors
148 - time_grain: PT1M
149 - series:
150 - - aggregation: total
151 - kind: counter
152 -- id: sql_streaming_resource_utilization
153 - azure_name: SQLStreamingResourceUtilization
154 - time_grain: PT1M
155 - series:
156 - - aggregation: average
157 - kind: gauge
158 - - aggregation: maximum
159 - kind: gauge
160 - - aggregation: minimum
161 - kind: gauge
6 + - id: builtin_sql_pool_data_processed_bytes
7 + azure_name: BuiltinSqlPoolDataProcessedBytes
8 + time_grain: PT1M
9 + series:
10 + - aggregation: total
11 + kind: counter
12 + - id: builtin_sql_pool_login_attempts
13 + azure_name: BuiltinSqlPoolLoginAttempts
14 + time_grain: PT1M
15 + series:
16 + - aggregation: total
17 + kind: counter
18 + - id: builtin_sql_pool_requests_ended
19 + azure_name: BuiltinSqlPoolRequestsEnded
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: counter
24 + - id: integration_activity_runs_ended
25 + azure_name: IntegrationActivityRunsEnded
26 + time_grain: PT1M
27 + series:
28 + - aggregation: total
29 + kind: counter
30 + - id: integration_link_connection_events
31 + azure_name: IntegrationLinkConnectionEvents
32 + time_grain: PT1M
33 + series:
34 + - aggregation: total
35 + kind: counter
36 + - id: integration_link_processed_changed_rows
37 + azure_name: IntegrationLinkProcessedChangedRows
38 + time_grain: PT1M
39 + series:
40 + - aggregation: total
41 + kind: counter
42 + - id: integration_link_processed_data_volume
43 + azure_name: IntegrationLinkProcessedDataVolume
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: integration_link_processing_latency_in_seconds
49 + azure_name: IntegrationLinkProcessingLatencyInSeconds
50 + time_grain: PT1M
51 + series:
52 + - aggregation: average
53 + kind: gauge
54 + - aggregation: maximum
55 + kind: gauge
56 + - aggregation: minimum
57 + kind: gauge
58 + - id: integration_link_table_events
59 + azure_name: IntegrationLinkTableEvents
60 + time_grain: PT1M
61 + series:
62 + - aggregation: total
63 + kind: counter
64 + - id: integration_pipeline_runs_ended
65 + azure_name: IntegrationPipelineRunsEnded
66 + time_grain: PT1M
67 + series:
68 + - aggregation: total
69 + kind: counter
70 + - id: integration_trigger_runs_ended
71 + azure_name: IntegrationTriggerRunsEnded
72 + time_grain: PT1M
73 + series:
74 + - aggregation: total
75 + kind: counter
76 + - id: sql_streaming_input_events
77 + azure_name: SQLStreamingInputEvents
78 + time_grain: PT1M
79 + series:
80 + - aggregation: total
81 + kind: counter
82 + - id: sql_streaming_input_event_bytes
83 + azure_name: SQLStreamingInputEventBytes
84 + time_grain: PT1M
85 + series:
86 + - aggregation: total
87 + kind: counter
88 + - id: sql_streaming_input_events_sources_per_second
89 + azure_name: SQLStreamingInputEventsSourcesPerSecond
90 + time_grain: PT1M
91 + series:
92 + - aggregation: total
93 + kind: counter
94 + - id: sql_streaming_output_events
95 + azure_name: SQLStreamingOutputEvents
96 + time_grain: PT1M
97 + series:
98 + - aggregation: total
99 + kind: counter
100 + - id: sql_streaming_backlogged_input_event_sources
101 + azure_name: SQLStreamingBackloggedInputEventSources
102 + time_grain: PT1M
103 + series:
104 + - aggregation: total
105 + kind: counter
106 + - id: sql_streaming_early_input_events
107 + azure_name: SQLStreamingEarlyInputEvents
108 + time_grain: PT1M
109 + series:
110 + - aggregation: total
111 + kind: counter
112 + - id: sql_streaming_late_input_events
113 + azure_name: SQLStreamingLateInputEvents
114 + time_grain: PT1M
115 + series:
116 + - aggregation: total
117 + kind: counter
118 + - id: sql_streaming_out_of_order_events
119 + azure_name: SQLStreamingOutOfOrderEvents
120 + time_grain: PT1M
121 + series:
122 + - aggregation: total
123 + kind: counter
124 + - id: sql_streaming_output_watermark_delay_seconds
125 + azure_name: SQLStreamingOutputWatermarkDelaySeconds
126 + time_grain: PT1M
127 + series:
128 + - aggregation: average
129 + kind: gauge
130 + - aggregation: maximum
131 + kind: gauge
132 + - aggregation: minimum
133 + kind: gauge
134 + - id: sql_streaming_conversion_errors
135 + azure_name: SQLStreamingConversionErrors
136 + time_grain: PT1M
137 + series:
138 + - aggregation: total
139 + kind: counter
140 + - id: sql_streaming_deserialization_error
141 + azure_name: SQLStreamingDeserializationError
142 + time_grain: PT1M
143 + series:
144 + - aggregation: total
145 + kind: counter
146 + - id: sql_streaming_runtime_errors
147 + azure_name: SQLStreamingRuntimeErrors
148 + time_grain: PT1M
149 + series:
150 + - aggregation: total
151 + kind: counter
152 + - id: sql_streaming_resource_utilization
153 + azure_name: SQLStreamingResourceUtilization
154 + time_grain: PT1M
155 + series:
156 + - aggregation: average
157 + kind: gauge
158 + - aggregation: maximum
159 + kind: gauge
160 + - aggregation: minimum
161 + kind: gauge
162 template:
163 family: Azure Synapse Analytics Workspace
164 context_namespace: synapse
165 chart_defaults:
166 label_promotion:
167 - - resource_name
168 - - resource_group
169 - - region
170 - - resource_type
171 - - profile
167 + - resource_name
168 + - resource_group
169 + - region
170 + - resource_type
171 + - profile
172 instances:
173 by_labels:
174 - - resource_uid
174 + - resource_uid
175 charts:
176 - - id: am_azure_synapse__builtin_sql_pool_data_processed
177 - title: Azure Synapse Built-in SQL Pool Data Processed
178 - context: builtin_sql_pool_data_processed
179 - family: Built-in SQL Pool
180 - type: line
181 - units: bytes/s
182 - algorithm: incremental
183 - dimensions:
184 - - selector: synapse.builtin_sql_pool_data_processed_bytes_total
185 - name: processed
186 - - id: am_azure_synapse__builtin_sql_pool_login_attempts
187 - title: Azure Synapse Built-in SQL Pool Login Attempts
188 - context: builtin_sql_pool_login_attempts
189 - family: Built-in SQL Pool
190 - type: line
191 - units: attempts/s
192 - algorithm: incremental
193 - dimensions:
194 - - selector: synapse.builtin_sql_pool_login_attempts_total
195 - name: login_attempts
196 - - id: am_azure_synapse__builtin_sql_pool_requests
197 - title: Azure Synapse Built-in SQL Pool Requests Ended
198 - context: builtin_sql_pool_requests
199 - family: Built-in SQL Pool
200 - type: line
201 - units: requests/s
202 - algorithm: incremental
203 - dimensions:
204 - - selector: synapse.builtin_sql_pool_requests_ended_total
205 - name: requests
206 - - id: am_azure_synapse__activity_runs
207 - title: Azure Synapse Activity Runs
208 - context: activity_runs
209 - family: Integration
210 - type: line
211 - units: runs/s
212 - algorithm: incremental
213 - dimensions:
214 - - selector: synapse.integration_activity_runs_ended_total
215 - name: ended
216 - - id: am_azure_synapse__pipeline_runs
217 - title: Azure Synapse Pipeline Runs
218 - context: pipeline_runs
219 - family: Integration
220 - type: line
221 - units: runs/s
222 - algorithm: incremental
223 - dimensions:
224 - - selector: synapse.integration_pipeline_runs_ended_total
225 - name: ended
226 - - id: am_azure_synapse__trigger_runs
227 - title: Azure Synapse Trigger Runs
228 - context: trigger_runs
229 - family: Integration
230 - type: line
231 - units: runs/s
232 - algorithm: incremental
233 - dimensions:
234 - - selector: synapse.integration_trigger_runs_ended_total
235 - name: ended
236 - - id: am_azure_synapse__link_connection_events
237 - title: Azure Synapse Link Connection Events
238 - context: link_connection_events
239 - family: Link
240 - type: line
241 - units: events/s
242 - algorithm: incremental
243 - dimensions:
244 - - selector: synapse.integration_link_connection_events_total
245 - name: events
246 - - id: am_azure_synapse__link_table_events
247 - title: Azure Synapse Link Table Events
248 - context: link_table_events
249 - family: Link
250 - type: line
251 - units: events/s
252 - algorithm: incremental
253 - dimensions:
254 - - selector: synapse.integration_link_table_events_total
255 - name: events
256 - - id: am_azure_synapse__link_processed_rows
257 - title: Azure Synapse Link Processed Changed Rows
258 - context: link_processed_rows
259 - family: Link
260 - type: line
261 - units: rows/s
262 - algorithm: incremental
263 - dimensions:
264 - - selector: synapse.integration_link_processed_changed_rows_total
265 - name: changed_rows
266 - - id: am_azure_synapse__link_data_volume
267 - title: Azure Synapse Link Processed Data Volume
268 - context: link_data_volume
269 - family: Link
270 - type: line
271 - units: bytes/s
272 - algorithm: incremental
273 - dimensions:
274 - - selector: synapse.integration_link_processed_data_volume_total
275 - name: processed
276 - - id: am_azure_synapse__link_processing_latency
277 - title: Azure Synapse Link Processing Latency
278 - context: link_processing_latency
279 - family: Link
280 - type: line
281 - units: seconds
282 - algorithm: absolute
283 - dimensions:
284 - - selector: synapse.integration_link_processing_latency_in_seconds_average
285 - name: average
286 - - id: am_azure_synapse__streaming_event_flow
287 - title: Azure Synapse Streaming Event Flow
288 - context: streaming_event_flow
289 - family: Streaming Job
290 - type: line
291 - units: events/s
292 - algorithm: incremental
293 - dimensions:
294 - - selector: synapse.sql_streaming_input_events_total
295 - name: in
296 - - selector: synapse.sql_streaming_output_events_total
297 - name: out
298 - - id: am_azure_synapse__streaming_input_throughput
299 - title: Azure Synapse Streaming Input Data Throughput
300 - context: streaming_input_throughput
301 - family: Streaming Job
302 - type: line
303 - units: bytes/s
304 - algorithm: incremental
305 - dimensions:
306 - - selector: synapse.sql_streaming_input_event_bytes_total
307 - name: received
308 - - id: am_azure_synapse__streaming_input_sources
309 - title: Azure Synapse Streaming Input Sources Received
310 - context: streaming_input_sources
311 - family: Streaming Job
312 - type: line
313 - units: sources/s
314 - algorithm: incremental
315 - dimensions:
316 - - selector: synapse.sql_streaming_input_events_sources_per_second_total
317 - name: received
318 - - id: am_azure_synapse__streaming_event_timing
319 - title: Azure Synapse Streaming Event Timing Issues
320 - context: streaming_event_timing
321 - family: Streaming Job
322 - type: line
323 - units: events/s
324 - algorithm: incremental
325 - dimensions:
326 - - selector: synapse.sql_streaming_late_input_events_total
327 - name: late
328 - - selector: synapse.sql_streaming_early_input_events_total
329 - name: early
330 - - selector: synapse.sql_streaming_out_of_order_events_total
331 - name: out_of_order
332 - - selector: synapse.sql_streaming_backlogged_input_event_sources_total
333 - name: backlogged
334 - - id: am_azure_synapse__streaming_watermark_delay
335 - title: Azure Synapse Streaming Watermark Delay
336 - context: streaming_watermark_delay
337 - family: Streaming Job
338 - type: line
339 - units: seconds
340 - algorithm: absolute
341 - dimensions:
342 - - selector: synapse.sql_streaming_output_watermark_delay_seconds_maximum
343 - name: delay
344 - - id: am_azure_synapse__streaming_errors
345 - title: Azure Synapse Streaming Errors
346 - context: streaming_errors
347 - family: Streaming Job
348 - type: line
349 - units: errors/s
350 - algorithm: incremental
351 - dimensions:
352 - - selector: synapse.sql_streaming_runtime_errors_total
353 - name: runtime
354 - - selector: synapse.sql_streaming_conversion_errors_total
355 - name: data_conversion
356 - - selector: synapse.sql_streaming_deserialization_error_total
357 - name: deserialization
358 - - id: am_azure_synapse__streaming_resource_utilization
359 - title: Azure Synapse Streaming Resource Utilization
360 - context: streaming_resource_utilization
361 - family: Streaming Job
362 - type: line
363 - units: percentage
364 - algorithm: absolute
365 - dimensions:
366 - - selector: synapse.sql_streaming_resource_utilization_average
367 - name: utilization
176 + - id: am_azure_synapse__builtin_sql_pool_data_processed
177 + title: Azure Synapse Built-in SQL Pool Data Processed
178 + context: builtin_sql_pool_data_processed
179 + family: Built-in SQL Pool
180 + type: line
181 + units: bytes/s
182 + algorithm: incremental
183 + dimensions:
184 + - selector: synapse.builtin_sql_pool_data_processed_bytes_total
185 + name: processed
186 + - id: am_azure_synapse__builtin_sql_pool_login_attempts
187 + title: Azure Synapse Built-in SQL Pool Login Attempts
188 + context: builtin_sql_pool_login_attempts
189 + family: Built-in SQL Pool
190 + type: line
191 + units: attempts/s
192 + algorithm: incremental
193 + dimensions:
194 + - selector: synapse.builtin_sql_pool_login_attempts_total
195 + name: login_attempts
196 + - id: am_azure_synapse__builtin_sql_pool_requests
197 + title: Azure Synapse Built-in SQL Pool Requests Ended
198 + context: builtin_sql_pool_requests
199 + family: Built-in SQL Pool
200 + type: line
201 + units: requests/s
202 + algorithm: incremental
203 + dimensions:
204 + - selector: synapse.builtin_sql_pool_requests_ended_total
205 + name: requests
206 + - id: am_azure_synapse__activity_runs
207 + title: Azure Synapse Activity Runs
208 + context: activity_runs
209 + family: Integration
210 + type: line
211 + units: runs/s
212 + algorithm: incremental
213 + dimensions:
214 + - selector: synapse.integration_activity_runs_ended_total
215 + name: ended
216 + - id: am_azure_synapse__pipeline_runs
217 + title: Azure Synapse Pipeline Runs
218 + context: pipeline_runs
219 + family: Integration
220 + type: line
221 + units: runs/s
222 + algorithm: incremental
223 + dimensions:
224 + - selector: synapse.integration_pipeline_runs_ended_total
225 + name: ended
226 + - id: am_azure_synapse__trigger_runs
227 + title: Azure Synapse Trigger Runs
228 + context: trigger_runs
229 + family: Integration
230 + type: line
231 + units: runs/s
232 + algorithm: incremental
233 + dimensions:
234 + - selector: synapse.integration_trigger_runs_ended_total
235 + name: ended
236 + - id: am_azure_synapse__link_connection_events
237 + title: Azure Synapse Link Connection Events
238 + context: link_connection_events
239 + family: Link
240 + type: line
241 + units: events/s
242 + algorithm: incremental
243 + dimensions:
244 + - selector: synapse.integration_link_connection_events_total
245 + name: events
246 + - id: am_azure_synapse__link_table_events
247 + title: Azure Synapse Link Table Events
248 + context: link_table_events
249 + family: Link
250 + type: line
251 + units: events/s
252 + algorithm: incremental
253 + dimensions:
254 + - selector: synapse.integration_link_table_events_total
255 + name: events
256 + - id: am_azure_synapse__link_processed_rows
257 + title: Azure Synapse Link Processed Changed Rows
258 + context: link_processed_rows
259 + family: Link
260 + type: line
261 + units: rows/s
262 + algorithm: incremental
263 + dimensions:
264 + - selector: synapse.integration_link_processed_changed_rows_total
265 + name: changed_rows
266 + - id: am_azure_synapse__link_data_volume
267 + title: Azure Synapse Link Processed Data Volume
268 + context: link_data_volume
269 + family: Link
270 + type: line
271 + units: bytes/s
272 + algorithm: incremental
273 + dimensions:
274 + - selector: synapse.integration_link_processed_data_volume_total
275 + name: processed
276 + - id: am_azure_synapse__link_processing_latency
277 + title: Azure Synapse Link Processing Latency
278 + context: link_processing_latency
279 + family: Link
280 + type: line
281 + units: seconds
282 + algorithm: absolute
283 + dimensions:
284 + - selector: synapse.integration_link_processing_latency_in_seconds_average
285 + name: average
286 + - id: am_azure_synapse__streaming_event_flow
287 + title: Azure Synapse Streaming Event Flow
288 + context: streaming_event_flow
289 + family: Streaming Job
290 + type: line
291 + units: events/s
292 + algorithm: incremental
293 + dimensions:
294 + - selector: synapse.sql_streaming_input_events_total
295 + name: in
296 + - selector: synapse.sql_streaming_output_events_total
297 + name: out
298 + - id: am_azure_synapse__streaming_input_throughput
299 + title: Azure Synapse Streaming Input Data Throughput
300 + context: streaming_input_throughput
301 + family: Streaming Job
302 + type: line
303 + units: bytes/s
304 + algorithm: incremental
305 + dimensions:
306 + - selector: synapse.sql_streaming_input_event_bytes_total
307 + name: received
308 + - id: am_azure_synapse__streaming_input_sources
309 + title: Azure Synapse Streaming Input Sources Received
310 + context: streaming_input_sources
311 + family: Streaming Job
312 + type: line
313 + units: sources/s
314 + algorithm: incremental
315 + dimensions:
316 + - selector: synapse.sql_streaming_input_events_sources_per_second_total
317 + name: received
318 + - id: am_azure_synapse__streaming_event_timing
319 + title: Azure Synapse Streaming Event Timing Issues
320 + context: streaming_event_timing
321 + family: Streaming Job
322 + type: line
323 + units: events/s
324 + algorithm: incremental
325 + dimensions:
326 + - selector: synapse.sql_streaming_late_input_events_total
327 + name: late
328 + - selector: synapse.sql_streaming_early_input_events_total
329 + name: early
330 + - selector: synapse.sql_streaming_out_of_order_events_total
331 + name: out_of_order
332 + - selector: synapse.sql_streaming_backlogged_input_event_sources_total
333 + name: backlogged
334 + - id: am_azure_synapse__streaming_watermark_delay
335 + title: Azure Synapse Streaming Watermark Delay
336 + context: streaming_watermark_delay
337 + family: Streaming Job
338 + type: line
339 + units: seconds
340 + algorithm: absolute
341 + dimensions:
342 + - selector: synapse.sql_streaming_output_watermark_delay_seconds_maximum
343 + name: delay
344 + - id: am_azure_synapse__streaming_errors
345 + title: Azure Synapse Streaming Errors
346 + context: streaming_errors
347 + family: Streaming Job
348 + type: line
349 + units: errors/s
350 + algorithm: incremental
351 + dimensions:
352 + - selector: synapse.sql_streaming_runtime_errors_total
353 + name: runtime
354 + - selector: synapse.sql_streaming_conversion_errors_total
355 + name: data_conversion
356 + - selector: synapse.sql_streaming_deserialization_error_total
357 + name: deserialization
358 + - id: am_azure_synapse__streaming_resource_utilization
359 + title: Azure Synapse Streaming Resource Utilization
360 + context: streaming_resource_utilization
361 + family: Streaming Job
362 + type: line
363 + units: percentage
364 + algorithm: absolute
365 + dimensions:
366 + - selector: synapse.sql_streaming_resource_utilization_average
367 + name: utilization
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/virtual_machines.yaml
+790 -790
@@ -3,801 +3,801 @@ id: virtual_machines
3 name: Azure Virtual Machine
4 resource_type: Microsoft.Compute/virtualMachines
5 metrics:
6 -- id: percentage_cpu
7 - azure_name: Percentage CPU
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: cpu_credits_consumed
13 - azure_name: CPU Credits Consumed
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: cpu_credits_remaining
19 - azure_name: CPU Credits Remaining
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: available_memory_bytes
25 - azure_name: Available Memory Bytes
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: available_memory_percentage
31 - azure_name: Available Memory Percentage
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: vm_availability_metric
37 - azure_name: VmAvailabilityMetric
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: network_in_total
43 - azure_name: Network In Total
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: network_out_total
49 - azure_name: Network Out Total
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: inbound_flows
55 - azure_name: Inbound Flows
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: outbound_flows
61 - azure_name: Outbound Flows
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: inbound_flows_maximum_creation_rate
67 - azure_name: Inbound Flows Maximum Creation Rate
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: outbound_flows_maximum_creation_rate
73 - azure_name: Outbound Flows Maximum Creation Rate
74 - time_grain: PT1M
75 - series:
76 - - aggregation: average
77 - kind: gauge
78 -- id: disk_read_bytes
79 - azure_name: Disk Read Bytes
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: disk_write_bytes
85 - azure_name: Disk Write Bytes
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: disk_read_operations_sec
91 - azure_name: Disk Read Operations/Sec
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: disk_write_operations_sec
97 - azure_name: Disk Write Operations/Sec
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: os_disk_read_bytes_sec
103 - azure_name: OS Disk Read Bytes/sec
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: os_disk_write_bytes_sec
109 - azure_name: OS Disk Write Bytes/sec
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: os_disk_read_operations_sec
115 - azure_name: OS Disk Read Operations/Sec
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: os_disk_write_operations_sec
121 - azure_name: OS Disk Write Operations/Sec
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: os_disk_queue_depth
127 - azure_name: OS Disk Queue Depth
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: os_disk_latency
133 - azure_name: OS Disk Latency
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: os_disk_bandwidth_consumed_percentage
139 - azure_name: OS Disk Bandwidth Consumed Percentage
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: os_disk_iops_consumed_percentage
145 - azure_name: OS Disk IOPS Consumed Percentage
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: os_disk_max_burst_bandwidth
151 - azure_name: OS Disk Max Burst Bandwidth
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: os_disk_max_burst_iops
157 - azure_name: OS Disk Max Burst IOPS
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: os_disk_target_bandwidth
163 - azure_name: OS Disk Target Bandwidth
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: os_disk_target_iops
169 - azure_name: OS Disk Target IOPS
170 - time_grain: PT1M
171 - series:
172 - - aggregation: average
173 - kind: gauge
174 -- id: os_disk_used_burst_bps_credits_percentage
175 - azure_name: OS Disk Used Burst BPS Credits Percentage
176 - time_grain: PT1M
177 - series:
178 - - aggregation: average
179 - kind: gauge
180 -- id: os_disk_used_burst_io_credits_percentage
181 - azure_name: OS Disk Used Burst IO Credits Percentage
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: data_disk_read_bytes_sec
187 - azure_name: Data Disk Read Bytes/sec
188 - time_grain: PT1M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: data_disk_write_bytes_sec
193 - azure_name: Data Disk Write Bytes/sec
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: data_disk_read_operations_sec
199 - azure_name: Data Disk Read Operations/Sec
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: data_disk_write_operations_sec
205 - azure_name: Data Disk Write Operations/Sec
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: data_disk_queue_depth
211 - azure_name: Data Disk Queue Depth
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: data_disk_latency
217 - azure_name: Data Disk Latency
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: data_disk_bandwidth_consumed_percentage
223 - azure_name: Data Disk Bandwidth Consumed Percentage
224 - time_grain: PT1M
225 - series:
226 - - aggregation: average
227 - kind: gauge
228 -- id: data_disk_iops_consumed_percentage
229 - azure_name: Data Disk IOPS Consumed Percentage
230 - time_grain: PT1M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: data_disk_max_burst_bandwidth
235 - azure_name: Data Disk Max Burst Bandwidth
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: data_disk_max_burst_iops
241 - azure_name: Data Disk Max Burst IOPS
242 - time_grain: PT1M
243 - series:
244 - - aggregation: average
245 - kind: gauge
246 -- id: data_disk_target_bandwidth
247 - azure_name: Data Disk Target Bandwidth
248 - time_grain: PT1M
249 - series:
250 - - aggregation: average
251 - kind: gauge
252 -- id: data_disk_target_iops
253 - azure_name: Data Disk Target IOPS
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: data_disk_used_burst_bps_credits_percentage
259 - azure_name: Data Disk Used Burst BPS Credits Percentage
260 - time_grain: PT1M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: data_disk_used_burst_io_credits_percentage
265 - azure_name: Data Disk Used Burst IO Credits Percentage
266 - time_grain: PT1M
267 - series:
268 - - aggregation: average
269 - kind: gauge
270 -- id: temp_disk_read_bytes_sec
271 - azure_name: Temp Disk Read Bytes/sec
272 - time_grain: PT1M
273 - series:
274 - - aggregation: average
275 - kind: gauge
276 -- id: temp_disk_write_bytes_sec
277 - azure_name: Temp Disk Write Bytes/sec
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
282 -- id: temp_disk_read_operations_sec
283 - azure_name: Temp Disk Read Operations/Sec
284 - time_grain: PT1M
285 - series:
286 - - aggregation: average
287 - kind: gauge
288 -- id: temp_disk_write_operations_sec
289 - azure_name: Temp Disk Write Operations/Sec
290 - time_grain: PT1M
291 - series:
292 - - aggregation: average
293 - kind: gauge
294 -- id: temp_disk_queue_depth
295 - azure_name: Temp Disk Queue Depth
296 - time_grain: PT1M
297 - series:
298 - - aggregation: average
299 - kind: gauge
300 -- id: temp_disk_latency
301 - azure_name: Temp Disk Latency
302 - time_grain: PT1M
303 - series:
304 - - aggregation: average
305 - kind: gauge
306 -- id: premium_data_disk_cache_read_hit
307 - azure_name: Premium Data Disk Cache Read Hit
308 - time_grain: PT1M
309 - series:
310 - - aggregation: average
311 - kind: gauge
312 -- id: premium_data_disk_cache_read_miss
313 - azure_name: Premium Data Disk Cache Read Miss
314 - time_grain: PT1M
315 - series:
316 - - aggregation: average
317 - kind: gauge
318 -- id: premium_os_disk_cache_read_hit
319 - azure_name: Premium OS Disk Cache Read Hit
320 - time_grain: PT1M
321 - series:
322 - - aggregation: average
323 - kind: gauge
324 -- id: premium_os_disk_cache_read_miss
325 - azure_name: Premium OS Disk Cache Read Miss
326 - time_grain: PT1M
327 - series:
328 - - aggregation: average
329 - kind: gauge
330 -- id: vm_cached_bandwidth_consumed_percentage
331 - azure_name: VM Cached Bandwidth Consumed Percentage
332 - time_grain: PT1M
333 - series:
334 - - aggregation: average
335 - kind: gauge
336 -- id: vm_cached_iops_consumed_percentage
337 - azure_name: VM Cached IOPS Consumed Percentage
338 - time_grain: PT1M
339 - series:
340 - - aggregation: average
341 - kind: gauge
342 -- id: vm_uncached_bandwidth_consumed_percentage
343 - azure_name: VM Uncached Bandwidth Consumed Percentage
344 - time_grain: PT1M
345 - series:
346 - - aggregation: average
347 - kind: gauge
348 -- id: vm_uncached_iops_consumed_percentage
349 - azure_name: VM Uncached IOPS Consumed Percentage
350 - time_grain: PT1M
351 - series:
352 - - aggregation: average
353 - kind: gauge
354 -- id: vm_local_used_burst_bps_credits_percentage
355 - azure_name: VM Local Used Burst BPS Credits Percentage
356 - time_grain: PT1M
357 - series:
358 - - aggregation: average
359 - kind: gauge
360 -- id: vm_local_used_burst_io_credits_percentage
361 - azure_name: VM Local Used Burst IO Credits Percentage
362 - time_grain: PT1M
363 - series:
364 - - aggregation: average
365 - kind: gauge
366 -- id: vm_remote_used_burst_bps_credits_percentage
367 - azure_name: VM Remote Used Burst BPS Credits Percentage
368 - time_grain: PT1M
369 - series:
370 - - aggregation: average
371 - kind: gauge
372 -- id: vm_remote_used_burst_io_credits_percentage
373 - azure_name: VM Remote Used Burst IO Credits Percentage
374 - time_grain: PT1M
375 - series:
376 - - aggregation: average
377 - kind: gauge
6 + - id: percentage_cpu
7 + azure_name: Percentage CPU
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: cpu_credits_consumed
13 + azure_name: CPU Credits Consumed
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: cpu_credits_remaining
19 + azure_name: CPU Credits Remaining
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: available_memory_bytes
25 + azure_name: Available Memory Bytes
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: available_memory_percentage
31 + azure_name: Available Memory Percentage
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: vm_availability_metric
37 + azure_name: VmAvailabilityMetric
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: network_in_total
43 + azure_name: Network In Total
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: network_out_total
49 + azure_name: Network Out Total
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: inbound_flows
55 + azure_name: Inbound Flows
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: outbound_flows
61 + azure_name: Outbound Flows
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: inbound_flows_maximum_creation_rate
67 + azure_name: Inbound Flows Maximum Creation Rate
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: outbound_flows_maximum_creation_rate
73 + azure_name: Outbound Flows Maximum Creation Rate
74 + time_grain: PT1M
75 + series:
76 + - aggregation: average
77 + kind: gauge
78 + - id: disk_read_bytes
79 + azure_name: Disk Read Bytes
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: disk_write_bytes
85 + azure_name: Disk Write Bytes
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: disk_read_operations_sec
91 + azure_name: Disk Read Operations/Sec
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: disk_write_operations_sec
97 + azure_name: Disk Write Operations/Sec
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: os_disk_read_bytes_sec
103 + azure_name: OS Disk Read Bytes/sec
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: os_disk_write_bytes_sec
109 + azure_name: OS Disk Write Bytes/sec
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: os_disk_read_operations_sec
115 + azure_name: OS Disk Read Operations/Sec
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: os_disk_write_operations_sec
121 + azure_name: OS Disk Write Operations/Sec
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: os_disk_queue_depth
127 + azure_name: OS Disk Queue Depth
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: os_disk_latency
133 + azure_name: OS Disk Latency
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: os_disk_bandwidth_consumed_percentage
139 + azure_name: OS Disk Bandwidth Consumed Percentage
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: os_disk_iops_consumed_percentage
145 + azure_name: OS Disk IOPS Consumed Percentage
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: os_disk_max_burst_bandwidth
151 + azure_name: OS Disk Max Burst Bandwidth
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: os_disk_max_burst_iops
157 + azure_name: OS Disk Max Burst IOPS
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: os_disk_target_bandwidth
163 + azure_name: OS Disk Target Bandwidth
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: os_disk_target_iops
169 + azure_name: OS Disk Target IOPS
170 + time_grain: PT1M
171 + series:
172 + - aggregation: average
173 + kind: gauge
174 + - id: os_disk_used_burst_bps_credits_percentage
175 + azure_name: OS Disk Used Burst BPS Credits Percentage
176 + time_grain: PT1M
177 + series:
178 + - aggregation: average
179 + kind: gauge
180 + - id: os_disk_used_burst_io_credits_percentage
181 + azure_name: OS Disk Used Burst IO Credits Percentage
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: data_disk_read_bytes_sec
187 + azure_name: Data Disk Read Bytes/sec
188 + time_grain: PT1M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: data_disk_write_bytes_sec
193 + azure_name: Data Disk Write Bytes/sec
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: data_disk_read_operations_sec
199 + azure_name: Data Disk Read Operations/Sec
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: data_disk_write_operations_sec
205 + azure_name: Data Disk Write Operations/Sec
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: data_disk_queue_depth
211 + azure_name: Data Disk Queue Depth
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: data_disk_latency
217 + azure_name: Data Disk Latency
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: data_disk_bandwidth_consumed_percentage
223 + azure_name: Data Disk Bandwidth Consumed Percentage
224 + time_grain: PT1M
225 + series:
226 + - aggregation: average
227 + kind: gauge
228 + - id: data_disk_iops_consumed_percentage
229 + azure_name: Data Disk IOPS Consumed Percentage
230 + time_grain: PT1M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: data_disk_max_burst_bandwidth
235 + azure_name: Data Disk Max Burst Bandwidth
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: data_disk_max_burst_iops
241 + azure_name: Data Disk Max Burst IOPS
242 + time_grain: PT1M
243 + series:
244 + - aggregation: average
245 + kind: gauge
246 + - id: data_disk_target_bandwidth
247 + azure_name: Data Disk Target Bandwidth
248 + time_grain: PT1M
249 + series:
250 + - aggregation: average
251 + kind: gauge
252 + - id: data_disk_target_iops
253 + azure_name: Data Disk Target IOPS
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: data_disk_used_burst_bps_credits_percentage
259 + azure_name: Data Disk Used Burst BPS Credits Percentage
260 + time_grain: PT1M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: data_disk_used_burst_io_credits_percentage
265 + azure_name: Data Disk Used Burst IO Credits Percentage
266 + time_grain: PT1M
267 + series:
268 + - aggregation: average
269 + kind: gauge
270 + - id: temp_disk_read_bytes_sec
271 + azure_name: Temp Disk Read Bytes/sec
272 + time_grain: PT1M
273 + series:
274 + - aggregation: average
275 + kind: gauge
276 + - id: temp_disk_write_bytes_sec
277 + azure_name: Temp Disk Write Bytes/sec
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 + - id: temp_disk_read_operations_sec
283 + azure_name: Temp Disk Read Operations/Sec
284 + time_grain: PT1M
285 + series:
286 + - aggregation: average
287 + kind: gauge
288 + - id: temp_disk_write_operations_sec
289 + azure_name: Temp Disk Write Operations/Sec
290 + time_grain: PT1M
291 + series:
292 + - aggregation: average
293 + kind: gauge
294 + - id: temp_disk_queue_depth
295 + azure_name: Temp Disk Queue Depth
296 + time_grain: PT1M
297 + series:
298 + - aggregation: average
299 + kind: gauge
300 + - id: temp_disk_latency
301 + azure_name: Temp Disk Latency
302 + time_grain: PT1M
303 + series:
304 + - aggregation: average
305 + kind: gauge
306 + - id: premium_data_disk_cache_read_hit
307 + azure_name: Premium Data Disk Cache Read Hit
308 + time_grain: PT1M
309 + series:
310 + - aggregation: average
311 + kind: gauge
312 + - id: premium_data_disk_cache_read_miss
313 + azure_name: Premium Data Disk Cache Read Miss
314 + time_grain: PT1M
315 + series:
316 + - aggregation: average
317 + kind: gauge
318 + - id: premium_os_disk_cache_read_hit
319 + azure_name: Premium OS Disk Cache Read Hit
320 + time_grain: PT1M
321 + series:
322 + - aggregation: average
323 + kind: gauge
324 + - id: premium_os_disk_cache_read_miss
325 + azure_name: Premium OS Disk Cache Read Miss
326 + time_grain: PT1M
327 + series:
328 + - aggregation: average
329 + kind: gauge
330 + - id: vm_cached_bandwidth_consumed_percentage
331 + azure_name: VM Cached Bandwidth Consumed Percentage
332 + time_grain: PT1M
333 + series:
334 + - aggregation: average
335 + kind: gauge
336 + - id: vm_cached_iops_consumed_percentage
337 + azure_name: VM Cached IOPS Consumed Percentage
338 + time_grain: PT1M
339 + series:
340 + - aggregation: average
341 + kind: gauge
342 + - id: vm_uncached_bandwidth_consumed_percentage
343 + azure_name: VM Uncached Bandwidth Consumed Percentage
344 + time_grain: PT1M
345 + series:
346 + - aggregation: average
347 + kind: gauge
348 + - id: vm_uncached_iops_consumed_percentage
349 + azure_name: VM Uncached IOPS Consumed Percentage
350 + time_grain: PT1M
351 + series:
352 + - aggregation: average
353 + kind: gauge
354 + - id: vm_local_used_burst_bps_credits_percentage
355 + azure_name: VM Local Used Burst BPS Credits Percentage
356 + time_grain: PT1M
357 + series:
358 + - aggregation: average
359 + kind: gauge
360 + - id: vm_local_used_burst_io_credits_percentage
361 + azure_name: VM Local Used Burst IO Credits Percentage
362 + time_grain: PT1M
363 + series:
364 + - aggregation: average
365 + kind: gauge
366 + - id: vm_remote_used_burst_bps_credits_percentage
367 + azure_name: VM Remote Used Burst BPS Credits Percentage
368 + time_grain: PT1M
369 + series:
370 + - aggregation: average
371 + kind: gauge
372 + - id: vm_remote_used_burst_io_credits_percentage
373 + azure_name: VM Remote Used Burst IO Credits Percentage
374 + time_grain: PT1M
375 + series:
376 + - aggregation: average
377 + kind: gauge
378 template:
379 family: Azure Virtual Machine
380 context_namespace: virtual_machines
381 chart_defaults:
382 label_promotion:
383 - - resource_name
384 - - resource_group
385 - - region
386 - - resource_type
387 - - profile
383 + - resource_name
384 + - resource_group
385 + - region
386 + - resource_type
387 + - profile
388 instances:
389 by_labels:
390 - - resource_uid
390 + - resource_uid
391 charts:
392 - - id: am_azure_virtual_machines__cpu
393 - title: Azure Virtual Machine CPU Utilization
394 - context: cpu
395 - family: CPU
396 - type: line
397 - units: percentage
398 - algorithm: absolute
399 - dimensions:
400 - - selector: virtual_machines.percentage_cpu_average
401 - name: average
402 - - id: am_azure_virtual_machines__cpu_credits
403 - title: Azure Virtual Machine CPU Credits
404 - context: cpu_credits
405 - family: CPU
406 - type: line
407 - units: credits
408 - algorithm: absolute
409 - dimensions:
410 - - selector: virtual_machines.cpu_credits_consumed_average
411 - name: consumed
412 - - selector: virtual_machines.cpu_credits_remaining_average
413 - name: remaining
414 - - id: am_azure_virtual_machines__memory
415 - title: Azure Virtual Machine Available Memory
416 - context: memory
417 - family: Memory
418 - type: line
419 - units: bytes
420 - algorithm: absolute
421 - dimensions:
422 - - selector: virtual_machines.available_memory_bytes_average
423 - name: available
424 - - id: am_azure_virtual_machines__memory_percentage
425 - title: Azure Virtual Machine Available Memory Percentage
426 - context: memory_percentage
427 - family: Memory
428 - type: line
429 - units: percentage
430 - algorithm: absolute
431 - dimensions:
432 - - selector: virtual_machines.available_memory_percentage_average
433 - name: available
434 - - id: am_azure_virtual_machines__availability
435 - title: Azure Virtual Machine Availability
436 - context: availability
437 - family: Availability
438 - type: line
439 - units: state
440 - algorithm: absolute
441 - dimensions:
442 - - selector: virtual_machines.vm_availability_metric_average
443 - name: average
444 - - id: am_azure_virtual_machines__network_traffic
445 - title: Azure Virtual Machine Network Traffic
446 - context: network_traffic
447 - family: Network
448 - type: line
449 - units: bytes/s
450 - algorithm: incremental
451 - dimensions:
452 - - selector: virtual_machines.network_in_total_total
453 - name: in
454 - - selector: virtual_machines.network_out_total_total
455 - name: out
456 - - id: am_azure_virtual_machines__network_flows
457 - title: Azure Virtual Machine Network Flows
458 - context: network_flows
459 - family: Network
460 - type: line
461 - units: flows
462 - algorithm: absolute
463 - dimensions:
464 - - selector: virtual_machines.inbound_flows_average
465 - name: in
466 - - selector: virtual_machines.outbound_flows_average
467 - name: out
468 - - id: am_azure_virtual_machines__network_flow_creation_rate
469 - title: Azure Virtual Machine Network Flow Creation Rate
470 - context: network_flow_creation_rate
471 - family: Network
472 - type: line
473 - units: flows/s
474 - algorithm: absolute
475 - dimensions:
476 - - selector: virtual_machines.inbound_flows_maximum_creation_rate_average
477 - name: in
478 - - selector: virtual_machines.outbound_flows_maximum_creation_rate_average
479 - name: out
480 - - id: am_azure_virtual_machines__disk_throughput
481 - title: Azure Virtual Machine Disk Throughput
482 - context: disk_throughput
483 - family: Disk
484 - type: line
485 - units: bytes/s
486 - algorithm: incremental
487 - dimensions:
488 - - selector: virtual_machines.disk_read_bytes_total
489 - name: read
490 - - selector: virtual_machines.disk_write_bytes_total
491 - name: write
492 - - id: am_azure_virtual_machines__disk_iops
493 - title: Azure Virtual Machine Disk IOPS
494 - context: disk_iops
495 - family: Disk
496 - type: line
497 - units: operations/s
498 - algorithm: absolute
499 - dimensions:
500 - - selector: virtual_machines.disk_read_operations_sec_average
501 - name: read
502 - - selector: virtual_machines.disk_write_operations_sec_average
503 - name: write
504 - - id: am_azure_virtual_machines__os_disk_throughput
505 - title: Azure Virtual Machine OS Disk Throughput
506 - context: os_disk_throughput
507 - family: OS Disk
508 - type: line
509 - units: bytes/s
510 - algorithm: absolute
511 - dimensions:
512 - - selector: virtual_machines.os_disk_read_bytes_sec_average
513 - name: read
514 - - selector: virtual_machines.os_disk_write_bytes_sec_average
515 - name: write
516 - - id: am_azure_virtual_machines__os_disk_iops
517 - title: Azure Virtual Machine OS Disk IOPS
518 - context: os_disk_iops
519 - family: OS Disk
520 - type: line
521 - units: operations/s
522 - algorithm: absolute
523 - dimensions:
524 - - selector: virtual_machines.os_disk_read_operations_sec_average
525 - name: read
526 - - selector: virtual_machines.os_disk_write_operations_sec_average
527 - name: write
528 - - id: am_azure_virtual_machines__os_disk_latency
529 - title: Azure Virtual Machine OS Disk Latency
530 - context: os_disk_latency
531 - family: OS Disk
532 - type: line
533 - units: milliseconds
534 - algorithm: absolute
535 - dimensions:
536 - - selector: virtual_machines.os_disk_latency_average
537 - name: average
538 - - id: am_azure_virtual_machines__os_disk_queue_depth
539 - title: Azure Virtual Machine OS Disk Queue Depth
540 - context: os_disk_queue_depth
541 - family: OS Disk
542 - type: line
543 - units: operations
544 - algorithm: absolute
545 - dimensions:
546 - - selector: virtual_machines.os_disk_queue_depth_average
547 - name: average
548 - - id: am_azure_virtual_machines__os_disk_throttling
549 - title: Azure Virtual Machine OS Disk Throttling
550 - context: os_disk_throttling
551 - family: OS Disk
552 - type: line
553 - units: percentage
554 - algorithm: absolute
555 - dimensions:
556 - - selector: virtual_machines.os_disk_bandwidth_consumed_percentage_average
557 - name: bandwidth
558 - - selector: virtual_machines.os_disk_iops_consumed_percentage_average
559 - name: iops
560 - - id: am_azure_virtual_machines__os_disk_burst_capacity
561 - title: Azure Virtual Machine OS Disk Burst Capacity
562 - context: os_disk_burst_capacity
563 - family: OS Disk
564 - type: line
565 - units: bytes/s
566 - algorithm: absolute
567 - dimensions:
568 - - selector: virtual_machines.os_disk_max_burst_bandwidth_average
569 - name: max_burst
570 - - selector: virtual_machines.os_disk_target_bandwidth_average
571 - name: target
572 - - id: am_azure_virtual_machines__os_disk_burst_iops_capacity
573 - title: Azure Virtual Machine OS Disk Burst IOPS Capacity
574 - context: os_disk_burst_iops_capacity
575 - family: OS Disk
576 - type: line
577 - units: iops
578 - algorithm: absolute
579 - dimensions:
580 - - selector: virtual_machines.os_disk_max_burst_iops_average
581 - name: max_burst
582 - - selector: virtual_machines.os_disk_target_iops_average
583 - name: target
584 - - id: am_azure_virtual_machines__os_disk_burst_credits
585 - title: Azure Virtual Machine OS Disk Burst Credits Used
586 - context: os_disk_burst_credits
587 - family: OS Disk
588 - type: line
589 - units: percentage
590 - algorithm: absolute
591 - dimensions:
592 - - selector: virtual_machines.os_disk_used_burst_bps_credits_percentage_average
593 - name: bandwidth
594 - - selector: virtual_machines.os_disk_used_burst_io_credits_percentage_average
595 - name: io
596 - - id: am_azure_virtual_machines__data_disk_throughput
597 - title: Azure Virtual Machine Data Disk Throughput
598 - context: data_disk_throughput
599 - family: Data Disk
600 - type: line
601 - units: bytes/s
602 - algorithm: absolute
603 - dimensions:
604 - - selector: virtual_machines.data_disk_read_bytes_sec_average
605 - name: read
606 - - selector: virtual_machines.data_disk_write_bytes_sec_average
607 - name: write
608 - - id: am_azure_virtual_machines__data_disk_iops
609 - title: Azure Virtual Machine Data Disk IOPS
610 - context: data_disk_iops
611 - family: Data Disk
612 - type: line
613 - units: operations/s
614 - algorithm: absolute
615 - dimensions:
616 - - selector: virtual_machines.data_disk_read_operations_sec_average
617 - name: read
618 - - selector: virtual_machines.data_disk_write_operations_sec_average
619 - name: write
620 - - id: am_azure_virtual_machines__data_disk_latency
621 - title: Azure Virtual Machine Data Disk Latency
622 - context: data_disk_latency
623 - family: Data Disk
624 - type: line
625 - units: milliseconds
626 - algorithm: absolute
627 - dimensions:
628 - - selector: virtual_machines.data_disk_latency_average
629 - name: average
630 - - id: am_azure_virtual_machines__data_disk_queue_depth
631 - title: Azure Virtual Machine Data Disk Queue Depth
632 - context: data_disk_queue_depth
633 - family: Data Disk
634 - type: line
635 - units: operations
636 - algorithm: absolute
637 - dimensions:
638 - - selector: virtual_machines.data_disk_queue_depth_average
639 - name: average
640 - - id: am_azure_virtual_machines__data_disk_throttling
641 - title: Azure Virtual Machine Data Disk Throttling
642 - context: data_disk_throttling
643 - family: Data Disk
644 - type: line
645 - units: percentage
646 - algorithm: absolute
647 - dimensions:
648 - - selector: virtual_machines.data_disk_bandwidth_consumed_percentage_average
649 - name: bandwidth
650 - - selector: virtual_machines.data_disk_iops_consumed_percentage_average
651 - name: iops
652 - - id: am_azure_virtual_machines__data_disk_burst_capacity
653 - title: Azure Virtual Machine Data Disk Burst Capacity
654 - context: data_disk_burst_capacity
655 - family: Data Disk
656 - type: line
657 - units: bytes/s
658 - algorithm: absolute
659 - dimensions:
660 - - selector: virtual_machines.data_disk_max_burst_bandwidth_average
661 - name: max_burst
662 - - selector: virtual_machines.data_disk_target_bandwidth_average
663 - name: target
664 - - id: am_azure_virtual_machines__data_disk_burst_iops_capacity
665 - title: Azure Virtual Machine Data Disk Burst IOPS Capacity
666 - context: data_disk_burst_iops_capacity
667 - family: Data Disk
668 - type: line
669 - units: iops
670 - algorithm: absolute
671 - dimensions:
672 - - selector: virtual_machines.data_disk_max_burst_iops_average
673 - name: max_burst
674 - - selector: virtual_machines.data_disk_target_iops_average
675 - name: target
676 - - id: am_azure_virtual_machines__data_disk_burst_credits
677 - title: Azure Virtual Machine Data Disk Burst Credits Used
678 - context: data_disk_burst_credits
679 - family: Data Disk
680 - type: line
681 - units: percentage
682 - algorithm: absolute
683 - dimensions:
684 - - selector: virtual_machines.data_disk_used_burst_bps_credits_percentage_average
685 - name: bandwidth
686 - - selector: virtual_machines.data_disk_used_burst_io_credits_percentage_average
687 - name: io
688 - - id: am_azure_virtual_machines__temp_disk_throughput
689 - title: Azure Virtual Machine Temp Disk Throughput
690 - context: temp_disk_throughput
691 - family: Temp Disk
692 - type: line
693 - units: bytes/s
694 - algorithm: absolute
695 - dimensions:
696 - - selector: virtual_machines.temp_disk_read_bytes_sec_average
697 - name: read
698 - - selector: virtual_machines.temp_disk_write_bytes_sec_average
699 - name: write
700 - - id: am_azure_virtual_machines__temp_disk_iops
701 - title: Azure Virtual Machine Temp Disk IOPS
702 - context: temp_disk_iops
703 - family: Temp Disk
704 - type: line
705 - units: operations/s
706 - algorithm: absolute
707 - dimensions:
708 - - selector: virtual_machines.temp_disk_read_operations_sec_average
709 - name: read
710 - - selector: virtual_machines.temp_disk_write_operations_sec_average
711 - name: write
712 - - id: am_azure_virtual_machines__temp_disk_latency
713 - title: Azure Virtual Machine Temp Disk Latency
714 - context: temp_disk_latency
715 - family: Temp Disk
716 - type: line
717 - units: milliseconds
718 - algorithm: absolute
719 - dimensions:
720 - - selector: virtual_machines.temp_disk_latency_average
721 - name: average
722 - - id: am_azure_virtual_machines__temp_disk_queue_depth
723 - title: Azure Virtual Machine Temp Disk Queue Depth
724 - context: temp_disk_queue_depth
725 - family: Temp Disk
726 - type: line
727 - units: operations
728 - algorithm: absolute
729 - dimensions:
730 - - selector: virtual_machines.temp_disk_queue_depth_average
731 - name: average
732 - - id: am_azure_virtual_machines__premium_data_disk_cache
733 - title: Azure Virtual Machine Premium Data Disk Cache
734 - context: premium_data_disk_cache
735 - family: Premium Cache
736 - type: line
737 - units: percentage
738 - algorithm: absolute
739 - dimensions:
740 - - selector: virtual_machines.premium_data_disk_cache_read_hit_average
741 - name: hit
742 - - selector: virtual_machines.premium_data_disk_cache_read_miss_average
743 - name: miss
744 - - id: am_azure_virtual_machines__premium_os_disk_cache
745 - title: Azure Virtual Machine Premium OS Disk Cache
746 - context: premium_os_disk_cache
747 - family: Premium Cache
748 - type: line
749 - units: percentage
750 - algorithm: absolute
751 - dimensions:
752 - - selector: virtual_machines.premium_os_disk_cache_read_hit_average
753 - name: hit
754 - - selector: virtual_machines.premium_os_disk_cache_read_miss_average
755 - name: miss
756 - - id: am_azure_virtual_machines__vm_cached_throttling
757 - title: Azure Virtual Machine Cached IO Throttling
758 - context: vm_cached_throttling
759 - family: VM Throttling
760 - type: line
761 - units: percentage
762 - algorithm: absolute
763 - dimensions:
764 - - selector: virtual_machines.vm_cached_bandwidth_consumed_percentage_average
765 - name: bandwidth
766 - - selector: virtual_machines.vm_cached_iops_consumed_percentage_average
767 - name: iops
768 - - id: am_azure_virtual_machines__vm_uncached_throttling
769 - title: Azure Virtual Machine Uncached IO Throttling
770 - context: vm_uncached_throttling
771 - family: VM Throttling
772 - type: line
773 - units: percentage
774 - algorithm: absolute
775 - dimensions:
776 - - selector: virtual_machines.vm_uncached_bandwidth_consumed_percentage_average
777 - name: bandwidth
778 - - selector: virtual_machines.vm_uncached_iops_consumed_percentage_average
779 - name: iops
780 - - id: am_azure_virtual_machines__vm_cached_burst_credits
781 - title: Azure Virtual Machine Cached Burst Credits Used
782 - context: vm_cached_burst_credits
783 - family: VM Throttling
784 - type: line
785 - units: percentage
786 - algorithm: absolute
787 - dimensions:
788 - - selector: virtual_machines.vm_local_used_burst_bps_credits_percentage_average
789 - name: bandwidth
790 - - selector: virtual_machines.vm_local_used_burst_io_credits_percentage_average
791 - name: io
792 - - id: am_azure_virtual_machines__vm_uncached_burst_credits
793 - title: Azure Virtual Machine Uncached Burst Credits Used
794 - context: vm_uncached_burst_credits
795 - family: VM Throttling
796 - type: line
797 - units: percentage
798 - algorithm: absolute
799 - dimensions:
800 - - selector: virtual_machines.vm_remote_used_burst_bps_credits_percentage_average
801 - name: bandwidth
802 - - selector: virtual_machines.vm_remote_used_burst_io_credits_percentage_average
803 - name: io
392 + - id: am_azure_virtual_machines__cpu
393 + title: Azure Virtual Machine CPU Utilization
394 + context: cpu
395 + family: CPU
396 + type: line
397 + units: percentage
398 + algorithm: absolute
399 + dimensions:
400 + - selector: virtual_machines.percentage_cpu_average
401 + name: average
402 + - id: am_azure_virtual_machines__cpu_credits
403 + title: Azure Virtual Machine CPU Credits
404 + context: cpu_credits
405 + family: CPU
406 + type: line
407 + units: credits
408 + algorithm: absolute
409 + dimensions:
410 + - selector: virtual_machines.cpu_credits_consumed_average
411 + name: consumed
412 + - selector: virtual_machines.cpu_credits_remaining_average
413 + name: remaining
414 + - id: am_azure_virtual_machines__memory
415 + title: Azure Virtual Machine Available Memory
416 + context: memory
417 + family: Memory
418 + type: line
419 + units: bytes
420 + algorithm: absolute
421 + dimensions:
422 + - selector: virtual_machines.available_memory_bytes_average
423 + name: available
424 + - id: am_azure_virtual_machines__memory_percentage
425 + title: Azure Virtual Machine Available Memory Percentage
426 + context: memory_percentage
427 + family: Memory
428 + type: line
429 + units: percentage
430 + algorithm: absolute
431 + dimensions:
432 + - selector: virtual_machines.available_memory_percentage_average
433 + name: available
434 + - id: am_azure_virtual_machines__availability
435 + title: Azure Virtual Machine Availability
436 + context: availability
437 + family: Availability
438 + type: line
439 + units: state
440 + algorithm: absolute
441 + dimensions:
442 + - selector: virtual_machines.vm_availability_metric_average
443 + name: average
444 + - id: am_azure_virtual_machines__network_traffic
445 + title: Azure Virtual Machine Network Traffic
446 + context: network_traffic
447 + family: Network
448 + type: line
449 + units: bytes/s
450 + algorithm: incremental
451 + dimensions:
452 + - selector: virtual_machines.network_in_total_total
453 + name: in
454 + - selector: virtual_machines.network_out_total_total
455 + name: out
456 + - id: am_azure_virtual_machines__network_flows
457 + title: Azure Virtual Machine Network Flows
458 + context: network_flows
459 + family: Network
460 + type: line
461 + units: flows
462 + algorithm: absolute
463 + dimensions:
464 + - selector: virtual_machines.inbound_flows_average
465 + name: in
466 + - selector: virtual_machines.outbound_flows_average
467 + name: out
468 + - id: am_azure_virtual_machines__network_flow_creation_rate
469 + title: Azure Virtual Machine Network Flow Creation Rate
470 + context: network_flow_creation_rate
471 + family: Network
472 + type: line
473 + units: flows/s
474 + algorithm: absolute
475 + dimensions:
476 + - selector: virtual_machines.inbound_flows_maximum_creation_rate_average
477 + name: in
478 + - selector: virtual_machines.outbound_flows_maximum_creation_rate_average
479 + name: out
480 + - id: am_azure_virtual_machines__disk_throughput
481 + title: Azure Virtual Machine Disk Throughput
482 + context: disk_throughput
483 + family: Disk
484 + type: line
485 + units: bytes/s
486 + algorithm: incremental
487 + dimensions:
488 + - selector: virtual_machines.disk_read_bytes_total
489 + name: read
490 + - selector: virtual_machines.disk_write_bytes_total
491 + name: write
492 + - id: am_azure_virtual_machines__disk_iops
493 + title: Azure Virtual Machine Disk IOPS
494 + context: disk_iops
495 + family: Disk
496 + type: line
497 + units: operations/s
498 + algorithm: absolute
499 + dimensions:
500 + - selector: virtual_machines.disk_read_operations_sec_average
501 + name: read
502 + - selector: virtual_machines.disk_write_operations_sec_average
503 + name: write
504 + - id: am_azure_virtual_machines__os_disk_throughput
505 + title: Azure Virtual Machine OS Disk Throughput
506 + context: os_disk_throughput
507 + family: OS Disk
508 + type: line
509 + units: bytes/s
510 + algorithm: absolute
511 + dimensions:
512 + - selector: virtual_machines.os_disk_read_bytes_sec_average
513 + name: read
514 + - selector: virtual_machines.os_disk_write_bytes_sec_average
515 + name: write
516 + - id: am_azure_virtual_machines__os_disk_iops
517 + title: Azure Virtual Machine OS Disk IOPS
518 + context: os_disk_iops
519 + family: OS Disk
520 + type: line
521 + units: operations/s
522 + algorithm: absolute
523 + dimensions:
524 + - selector: virtual_machines.os_disk_read_operations_sec_average
525 + name: read
526 + - selector: virtual_machines.os_disk_write_operations_sec_average
527 + name: write
528 + - id: am_azure_virtual_machines__os_disk_latency
529 + title: Azure Virtual Machine OS Disk Latency
530 + context: os_disk_latency
531 + family: OS Disk
532 + type: line
533 + units: milliseconds
534 + algorithm: absolute
535 + dimensions:
536 + - selector: virtual_machines.os_disk_latency_average
537 + name: average
538 + - id: am_azure_virtual_machines__os_disk_queue_depth
539 + title: Azure Virtual Machine OS Disk Queue Depth
540 + context: os_disk_queue_depth
541 + family: OS Disk
542 + type: line
543 + units: operations
544 + algorithm: absolute
545 + dimensions:
546 + - selector: virtual_machines.os_disk_queue_depth_average
547 + name: average
548 + - id: am_azure_virtual_machines__os_disk_throttling
549 + title: Azure Virtual Machine OS Disk Throttling
550 + context: os_disk_throttling
551 + family: OS Disk
552 + type: line
553 + units: percentage
554 + algorithm: absolute
555 + dimensions:
556 + - selector: virtual_machines.os_disk_bandwidth_consumed_percentage_average
557 + name: bandwidth
558 + - selector: virtual_machines.os_disk_iops_consumed_percentage_average
559 + name: iops
560 + - id: am_azure_virtual_machines__os_disk_burst_capacity
561 + title: Azure Virtual Machine OS Disk Burst Capacity
562 + context: os_disk_burst_capacity
563 + family: OS Disk
564 + type: line
565 + units: bytes/s
566 + algorithm: absolute
567 + dimensions:
568 + - selector: virtual_machines.os_disk_max_burst_bandwidth_average
569 + name: max_burst
570 + - selector: virtual_machines.os_disk_target_bandwidth_average
571 + name: target
572 + - id: am_azure_virtual_machines__os_disk_burst_iops_capacity
573 + title: Azure Virtual Machine OS Disk Burst IOPS Capacity
574 + context: os_disk_burst_iops_capacity
575 + family: OS Disk
576 + type: line
577 + units: iops
578 + algorithm: absolute
579 + dimensions:
580 + - selector: virtual_machines.os_disk_max_burst_iops_average
581 + name: max_burst
582 + - selector: virtual_machines.os_disk_target_iops_average
583 + name: target
584 + - id: am_azure_virtual_machines__os_disk_burst_credits
585 + title: Azure Virtual Machine OS Disk Burst Credits Used
586 + context: os_disk_burst_credits
587 + family: OS Disk
588 + type: line
589 + units: percentage
590 + algorithm: absolute
591 + dimensions:
592 + - selector: virtual_machines.os_disk_used_burst_bps_credits_percentage_average
593 + name: bandwidth
594 + - selector: virtual_machines.os_disk_used_burst_io_credits_percentage_average
595 + name: io
596 + - id: am_azure_virtual_machines__data_disk_throughput
597 + title: Azure Virtual Machine Data Disk Throughput
598 + context: data_disk_throughput
599 + family: Data Disk
600 + type: line
601 + units: bytes/s
602 + algorithm: absolute
603 + dimensions:
604 + - selector: virtual_machines.data_disk_read_bytes_sec_average
605 + name: read
606 + - selector: virtual_machines.data_disk_write_bytes_sec_average
607 + name: write
608 + - id: am_azure_virtual_machines__data_disk_iops
609 + title: Azure Virtual Machine Data Disk IOPS
610 + context: data_disk_iops
611 + family: Data Disk
612 + type: line
613 + units: operations/s
614 + algorithm: absolute
615 + dimensions:
616 + - selector: virtual_machines.data_disk_read_operations_sec_average
617 + name: read
618 + - selector: virtual_machines.data_disk_write_operations_sec_average
619 + name: write
620 + - id: am_azure_virtual_machines__data_disk_latency
621 + title: Azure Virtual Machine Data Disk Latency
622 + context: data_disk_latency
623 + family: Data Disk
624 + type: line
625 + units: milliseconds
626 + algorithm: absolute
627 + dimensions:
628 + - selector: virtual_machines.data_disk_latency_average
629 + name: average
630 + - id: am_azure_virtual_machines__data_disk_queue_depth
631 + title: Azure Virtual Machine Data Disk Queue Depth
632 + context: data_disk_queue_depth
633 + family: Data Disk
634 + type: line
635 + units: operations
636 + algorithm: absolute
637 + dimensions:
638 + - selector: virtual_machines.data_disk_queue_depth_average
639 + name: average
640 + - id: am_azure_virtual_machines__data_disk_throttling
641 + title: Azure Virtual Machine Data Disk Throttling
642 + context: data_disk_throttling
643 + family: Data Disk
644 + type: line
645 + units: percentage
646 + algorithm: absolute
647 + dimensions:
648 + - selector: virtual_machines.data_disk_bandwidth_consumed_percentage_average
649 + name: bandwidth
650 + - selector: virtual_machines.data_disk_iops_consumed_percentage_average
651 + name: iops
652 + - id: am_azure_virtual_machines__data_disk_burst_capacity
653 + title: Azure Virtual Machine Data Disk Burst Capacity
654 + context: data_disk_burst_capacity
655 + family: Data Disk
656 + type: line
657 + units: bytes/s
658 + algorithm: absolute
659 + dimensions:
660 + - selector: virtual_machines.data_disk_max_burst_bandwidth_average
661 + name: max_burst
662 + - selector: virtual_machines.data_disk_target_bandwidth_average
663 + name: target
664 + - id: am_azure_virtual_machines__data_disk_burst_iops_capacity
665 + title: Azure Virtual Machine Data Disk Burst IOPS Capacity
666 + context: data_disk_burst_iops_capacity
667 + family: Data Disk
668 + type: line
669 + units: iops
670 + algorithm: absolute
671 + dimensions:
672 + - selector: virtual_machines.data_disk_max_burst_iops_average
673 + name: max_burst
674 + - selector: virtual_machines.data_disk_target_iops_average
675 + name: target
676 + - id: am_azure_virtual_machines__data_disk_burst_credits
677 + title: Azure Virtual Machine Data Disk Burst Credits Used
678 + context: data_disk_burst_credits
679 + family: Data Disk
680 + type: line
681 + units: percentage
682 + algorithm: absolute
683 + dimensions:
684 + - selector: virtual_machines.data_disk_used_burst_bps_credits_percentage_average
685 + name: bandwidth
686 + - selector: virtual_machines.data_disk_used_burst_io_credits_percentage_average
687 + name: io
688 + - id: am_azure_virtual_machines__temp_disk_throughput
689 + title: Azure Virtual Machine Temp Disk Throughput
690 + context: temp_disk_throughput
691 + family: Temp Disk
692 + type: line
693 + units: bytes/s
694 + algorithm: absolute
695 + dimensions:
696 + - selector: virtual_machines.temp_disk_read_bytes_sec_average
697 + name: read
698 + - selector: virtual_machines.temp_disk_write_bytes_sec_average
699 + name: write
700 + - id: am_azure_virtual_machines__temp_disk_iops
701 + title: Azure Virtual Machine Temp Disk IOPS
702 + context: temp_disk_iops
703 + family: Temp Disk
704 + type: line
705 + units: operations/s
706 + algorithm: absolute
707 + dimensions:
708 + - selector: virtual_machines.temp_disk_read_operations_sec_average
709 + name: read
710 + - selector: virtual_machines.temp_disk_write_operations_sec_average
711 + name: write
712 + - id: am_azure_virtual_machines__temp_disk_latency
713 + title: Azure Virtual Machine Temp Disk Latency
714 + context: temp_disk_latency
715 + family: Temp Disk
716 + type: line
717 + units: milliseconds
718 + algorithm: absolute
719 + dimensions:
720 + - selector: virtual_machines.temp_disk_latency_average
721 + name: average
722 + - id: am_azure_virtual_machines__temp_disk_queue_depth
723 + title: Azure Virtual Machine Temp Disk Queue Depth
724 + context: temp_disk_queue_depth
725 + family: Temp Disk
726 + type: line
727 + units: operations
728 + algorithm: absolute
729 + dimensions:
730 + - selector: virtual_machines.temp_disk_queue_depth_average
731 + name: average
732 + - id: am_azure_virtual_machines__premium_data_disk_cache
733 + title: Azure Virtual Machine Premium Data Disk Cache
734 + context: premium_data_disk_cache
735 + family: Premium Cache
736 + type: line
737 + units: percentage
738 + algorithm: absolute
739 + dimensions:
740 + - selector: virtual_machines.premium_data_disk_cache_read_hit_average
741 + name: hit
742 + - selector: virtual_machines.premium_data_disk_cache_read_miss_average
743 + name: miss
744 + - id: am_azure_virtual_machines__premium_os_disk_cache
745 + title: Azure Virtual Machine Premium OS Disk Cache
746 + context: premium_os_disk_cache
747 + family: Premium Cache
748 + type: line
749 + units: percentage
750 + algorithm: absolute
751 + dimensions:
752 + - selector: virtual_machines.premium_os_disk_cache_read_hit_average
753 + name: hit
754 + - selector: virtual_machines.premium_os_disk_cache_read_miss_average
755 + name: miss
756 + - id: am_azure_virtual_machines__vm_cached_throttling
757 + title: Azure Virtual Machine Cached IO Throttling
758 + context: vm_cached_throttling
759 + family: VM Throttling
760 + type: line
761 + units: percentage
762 + algorithm: absolute
763 + dimensions:
764 + - selector: virtual_machines.vm_cached_bandwidth_consumed_percentage_average
765 + name: bandwidth
766 + - selector: virtual_machines.vm_cached_iops_consumed_percentage_average
767 + name: iops
768 + - id: am_azure_virtual_machines__vm_uncached_throttling
769 + title: Azure Virtual Machine Uncached IO Throttling
770 + context: vm_uncached_throttling
771 + family: VM Throttling
772 + type: line
773 + units: percentage
774 + algorithm: absolute
775 + dimensions:
776 + - selector: virtual_machines.vm_uncached_bandwidth_consumed_percentage_average
777 + name: bandwidth
778 + - selector: virtual_machines.vm_uncached_iops_consumed_percentage_average
779 + name: iops
780 + - id: am_azure_virtual_machines__vm_cached_burst_credits
781 + title: Azure Virtual Machine Cached Burst Credits Used
782 + context: vm_cached_burst_credits
783 + family: VM Throttling
784 + type: line
785 + units: percentage
786 + algorithm: absolute
787 + dimensions:
788 + - selector: virtual_machines.vm_local_used_burst_bps_credits_percentage_average
789 + name: bandwidth
790 + - selector: virtual_machines.vm_local_used_burst_io_credits_percentage_average
791 + name: io
792 + - id: am_azure_virtual_machines__vm_uncached_burst_credits
793 + title: Azure Virtual Machine Uncached Burst Credits Used
794 + context: vm_uncached_burst_credits
795 + family: VM Throttling
796 + type: line
797 + units: percentage
798 + algorithm: absolute
799 + dimensions:
800 + - selector: virtual_machines.vm_remote_used_burst_bps_credits_percentage_average
801 + name: bandwidth
802 + - selector: virtual_machines.vm_remote_used_burst_io_credits_percentage_average
803 + name: io
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/vmss.yaml
+790 -790
@@ -3,801 +3,801 @@ id: vmss
3 name: Azure Virtual Machine Scale Set
4 resource_type: Microsoft.Compute/virtualMachineScaleSets
5 metrics:
6 -- id: percentage_cpu
7 - azure_name: Percentage CPU
8 - time_grain: PT1M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: cpu_credits_consumed
13 - azure_name: CPU Credits Consumed
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: cpu_credits_remaining
19 - azure_name: CPU Credits Remaining
20 - time_grain: PT1M
21 - series:
22 - - aggregation: average
23 - kind: gauge
24 -- id: available_memory_bytes
25 - azure_name: Available Memory Bytes
26 - time_grain: PT1M
27 - series:
28 - - aggregation: average
29 - kind: gauge
30 -- id: available_memory_percentage
31 - azure_name: Available Memory Percentage
32 - time_grain: PT1M
33 - series:
34 - - aggregation: average
35 - kind: gauge
36 -- id: vm_availability_metric
37 - azure_name: VmAvailabilityMetric
38 - time_grain: PT1M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: network_in_total
43 - azure_name: Network In Total
44 - time_grain: PT1M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: network_out_total
49 - azure_name: Network Out Total
50 - time_grain: PT1M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: inbound_flows
55 - azure_name: Inbound Flows
56 - time_grain: PT1M
57 - series:
58 - - aggregation: average
59 - kind: gauge
60 -- id: outbound_flows
61 - azure_name: Outbound Flows
62 - time_grain: PT1M
63 - series:
64 - - aggregation: average
65 - kind: gauge
66 -- id: inbound_flows_maximum_creation_rate
67 - azure_name: Inbound Flows Maximum Creation Rate
68 - time_grain: PT1M
69 - series:
70 - - aggregation: average
71 - kind: gauge
72 -- id: outbound_flows_maximum_creation_rate
73 - azure_name: Outbound Flows Maximum Creation Rate
74 - time_grain: PT1M
75 - series:
76 - - aggregation: average
77 - kind: gauge
78 -- id: disk_read_bytes
79 - azure_name: Disk Read Bytes
80 - time_grain: PT1M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: disk_write_bytes
85 - azure_name: Disk Write Bytes
86 - time_grain: PT1M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: disk_read_operations_sec
91 - azure_name: Disk Read Operations/Sec
92 - time_grain: PT1M
93 - series:
94 - - aggregation: average
95 - kind: gauge
96 -- id: disk_write_operations_sec
97 - azure_name: Disk Write Operations/Sec
98 - time_grain: PT1M
99 - series:
100 - - aggregation: average
101 - kind: gauge
102 -- id: os_disk_read_bytes_sec
103 - azure_name: OS Disk Read Bytes/sec
104 - time_grain: PT1M
105 - series:
106 - - aggregation: average
107 - kind: gauge
108 -- id: os_disk_write_bytes_sec
109 - azure_name: OS Disk Write Bytes/sec
110 - time_grain: PT1M
111 - series:
112 - - aggregation: average
113 - kind: gauge
114 -- id: os_disk_read_operations_sec
115 - azure_name: OS Disk Read Operations/Sec
116 - time_grain: PT1M
117 - series:
118 - - aggregation: average
119 - kind: gauge
120 -- id: os_disk_write_operations_sec
121 - azure_name: OS Disk Write Operations/Sec
122 - time_grain: PT1M
123 - series:
124 - - aggregation: average
125 - kind: gauge
126 -- id: os_disk_queue_depth
127 - azure_name: OS Disk Queue Depth
128 - time_grain: PT1M
129 - series:
130 - - aggregation: average
131 - kind: gauge
132 -- id: os_disk_latency
133 - azure_name: OS Disk Latency
134 - time_grain: PT1M
135 - series:
136 - - aggregation: average
137 - kind: gauge
138 -- id: os_disk_bandwidth_consumed_percentage
139 - azure_name: OS Disk Bandwidth Consumed Percentage
140 - time_grain: PT1M
141 - series:
142 - - aggregation: average
143 - kind: gauge
144 -- id: os_disk_iops_consumed_percentage
145 - azure_name: OS Disk IOPS Consumed Percentage
146 - time_grain: PT1M
147 - series:
148 - - aggregation: average
149 - kind: gauge
150 -- id: os_disk_max_burst_bandwidth
151 - azure_name: OS Disk Max Burst Bandwidth
152 - time_grain: PT1M
153 - series:
154 - - aggregation: average
155 - kind: gauge
156 -- id: os_disk_max_burst_iops
157 - azure_name: OS Disk Max Burst IOPS
158 - time_grain: PT1M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: os_disk_target_bandwidth
163 - azure_name: OS Disk Target Bandwidth
164 - time_grain: PT1M
165 - series:
166 - - aggregation: average
167 - kind: gauge
168 -- id: os_disk_target_iops
169 - azure_name: OS Disk Target IOPS
170 - time_grain: PT1M
171 - series:
172 - - aggregation: average
173 - kind: gauge
174 -- id: os_disk_used_burst_bps_credits_percentage
175 - azure_name: OS Disk Used Burst BPS Credits Percentage
176 - time_grain: PT1M
177 - series:
178 - - aggregation: average
179 - kind: gauge
180 -- id: os_disk_used_burst_io_credits_percentage
181 - azure_name: OS Disk Used Burst IO Credits Percentage
182 - time_grain: PT1M
183 - series:
184 - - aggregation: average
185 - kind: gauge
186 -- id: data_disk_read_bytes_sec
187 - azure_name: Data Disk Read Bytes/sec
188 - time_grain: PT1M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: data_disk_write_bytes_sec
193 - azure_name: Data Disk Write Bytes/sec
194 - time_grain: PT1M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: data_disk_read_operations_sec
199 - azure_name: Data Disk Read Operations/Sec
200 - time_grain: PT1M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: data_disk_write_operations_sec
205 - azure_name: Data Disk Write Operations/Sec
206 - time_grain: PT1M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: data_disk_queue_depth
211 - azure_name: Data Disk Queue Depth
212 - time_grain: PT1M
213 - series:
214 - - aggregation: average
215 - kind: gauge
216 -- id: data_disk_latency
217 - azure_name: Data Disk Latency
218 - time_grain: PT1M
219 - series:
220 - - aggregation: average
221 - kind: gauge
222 -- id: data_disk_bandwidth_consumed_percentage
223 - azure_name: Data Disk Bandwidth Consumed Percentage
224 - time_grain: PT1M
225 - series:
226 - - aggregation: average
227 - kind: gauge
228 -- id: data_disk_iops_consumed_percentage
229 - azure_name: Data Disk IOPS Consumed Percentage
230 - time_grain: PT1M
231 - series:
232 - - aggregation: average
233 - kind: gauge
234 -- id: data_disk_max_burst_bandwidth
235 - azure_name: Data Disk Max Burst Bandwidth
236 - time_grain: PT1M
237 - series:
238 - - aggregation: average
239 - kind: gauge
240 -- id: data_disk_max_burst_iops
241 - azure_name: Data Disk Max Burst IOPS
242 - time_grain: PT1M
243 - series:
244 - - aggregation: average
245 - kind: gauge
246 -- id: data_disk_target_bandwidth
247 - azure_name: Data Disk Target Bandwidth
248 - time_grain: PT1M
249 - series:
250 - - aggregation: average
251 - kind: gauge
252 -- id: data_disk_target_iops
253 - azure_name: Data Disk Target IOPS
254 - time_grain: PT1M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: data_disk_used_burst_bps_credits_percentage
259 - azure_name: Data Disk Used Burst BPS Credits Percentage
260 - time_grain: PT1M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: data_disk_used_burst_io_credits_percentage
265 - azure_name: Data Disk Used Burst IO Credits Percentage
266 - time_grain: PT1M
267 - series:
268 - - aggregation: average
269 - kind: gauge
270 -- id: temp_disk_read_bytes_sec
271 - azure_name: Temp Disk Read Bytes/sec
272 - time_grain: PT1M
273 - series:
274 - - aggregation: average
275 - kind: gauge
276 -- id: temp_disk_write_bytes_sec
277 - azure_name: Temp Disk Write Bytes/sec
278 - time_grain: PT1M
279 - series:
280 - - aggregation: average
281 - kind: gauge
282 -- id: temp_disk_read_operations_sec
283 - azure_name: Temp Disk Read Operations/Sec
284 - time_grain: PT1M
285 - series:
286 - - aggregation: average
287 - kind: gauge
288 -- id: temp_disk_write_operations_sec
289 - azure_name: Temp Disk Write Operations/Sec
290 - time_grain: PT1M
291 - series:
292 - - aggregation: average
293 - kind: gauge
294 -- id: temp_disk_queue_depth
295 - azure_name: Temp Disk Queue Depth
296 - time_grain: PT1M
297 - series:
298 - - aggregation: average
299 - kind: gauge
300 -- id: temp_disk_latency
301 - azure_name: Temp Disk Latency
302 - time_grain: PT1M
303 - series:
304 - - aggregation: average
305 - kind: gauge
306 -- id: premium_data_disk_cache_read_hit
307 - azure_name: Premium Data Disk Cache Read Hit
308 - time_grain: PT1M
309 - series:
310 - - aggregation: average
311 - kind: gauge
312 -- id: premium_data_disk_cache_read_miss
313 - azure_name: Premium Data Disk Cache Read Miss
314 - time_grain: PT1M
315 - series:
316 - - aggregation: average
317 - kind: gauge
318 -- id: premium_os_disk_cache_read_hit
319 - azure_name: Premium OS Disk Cache Read Hit
320 - time_grain: PT1M
321 - series:
322 - - aggregation: average
323 - kind: gauge
324 -- id: premium_os_disk_cache_read_miss
325 - azure_name: Premium OS Disk Cache Read Miss
326 - time_grain: PT1M
327 - series:
328 - - aggregation: average
329 - kind: gauge
330 -- id: vm_cached_bandwidth_consumed_percentage
331 - azure_name: VM Cached Bandwidth Consumed Percentage
332 - time_grain: PT1M
333 - series:
334 - - aggregation: average
335 - kind: gauge
336 -- id: vm_cached_iops_consumed_percentage
337 - azure_name: VM Cached IOPS Consumed Percentage
338 - time_grain: PT1M
339 - series:
340 - - aggregation: average
341 - kind: gauge
342 -- id: vm_uncached_bandwidth_consumed_percentage
343 - azure_name: VM Uncached Bandwidth Consumed Percentage
344 - time_grain: PT1M
345 - series:
346 - - aggregation: average
347 - kind: gauge
348 -- id: vm_uncached_iops_consumed_percentage
349 - azure_name: VM Uncached IOPS Consumed Percentage
350 - time_grain: PT1M
351 - series:
352 - - aggregation: average
353 - kind: gauge
354 -- id: vm_local_used_burst_bps_credits_percentage
355 - azure_name: VM Local Used Burst BPS Credits Percentage
356 - time_grain: PT1M
357 - series:
358 - - aggregation: average
359 - kind: gauge
360 -- id: vm_local_used_burst_io_credits_percentage
361 - azure_name: VM Local Used Burst IO Credits Percentage
362 - time_grain: PT1M
363 - series:
364 - - aggregation: average
365 - kind: gauge
366 -- id: vm_remote_used_burst_bps_credits_percentage
367 - azure_name: VM Remote Used Burst BPS Credits Percentage
368 - time_grain: PT1M
369 - series:
370 - - aggregation: average
371 - kind: gauge
372 -- id: vm_remote_used_burst_io_credits_percentage
373 - azure_name: VM Remote Used Burst IO Credits Percentage
374 - time_grain: PT1M
375 - series:
376 - - aggregation: average
377 - kind: gauge
6 + - id: percentage_cpu
7 + azure_name: Percentage CPU
8 + time_grain: PT1M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: cpu_credits_consumed
13 + azure_name: CPU Credits Consumed
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: cpu_credits_remaining
19 + azure_name: CPU Credits Remaining
20 + time_grain: PT1M
21 + series:
22 + - aggregation: average
23 + kind: gauge
24 + - id: available_memory_bytes
25 + azure_name: Available Memory Bytes
26 + time_grain: PT1M
27 + series:
28 + - aggregation: average
29 + kind: gauge
30 + - id: available_memory_percentage
31 + azure_name: Available Memory Percentage
32 + time_grain: PT1M
33 + series:
34 + - aggregation: average
35 + kind: gauge
36 + - id: vm_availability_metric
37 + azure_name: VmAvailabilityMetric
38 + time_grain: PT1M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: network_in_total
43 + azure_name: Network In Total
44 + time_grain: PT1M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: network_out_total
49 + azure_name: Network Out Total
50 + time_grain: PT1M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: inbound_flows
55 + azure_name: Inbound Flows
56 + time_grain: PT1M
57 + series:
58 + - aggregation: average
59 + kind: gauge
60 + - id: outbound_flows
61 + azure_name: Outbound Flows
62 + time_grain: PT1M
63 + series:
64 + - aggregation: average
65 + kind: gauge
66 + - id: inbound_flows_maximum_creation_rate
67 + azure_name: Inbound Flows Maximum Creation Rate
68 + time_grain: PT1M
69 + series:
70 + - aggregation: average
71 + kind: gauge
72 + - id: outbound_flows_maximum_creation_rate
73 + azure_name: Outbound Flows Maximum Creation Rate
74 + time_grain: PT1M
75 + series:
76 + - aggregation: average
77 + kind: gauge
78 + - id: disk_read_bytes
79 + azure_name: Disk Read Bytes
80 + time_grain: PT1M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: disk_write_bytes
85 + azure_name: Disk Write Bytes
86 + time_grain: PT1M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: disk_read_operations_sec
91 + azure_name: Disk Read Operations/Sec
92 + time_grain: PT1M
93 + series:
94 + - aggregation: average
95 + kind: gauge
96 + - id: disk_write_operations_sec
97 + azure_name: Disk Write Operations/Sec
98 + time_grain: PT1M
99 + series:
100 + - aggregation: average
101 + kind: gauge
102 + - id: os_disk_read_bytes_sec
103 + azure_name: OS Disk Read Bytes/sec
104 + time_grain: PT1M
105 + series:
106 + - aggregation: average
107 + kind: gauge
108 + - id: os_disk_write_bytes_sec
109 + azure_name: OS Disk Write Bytes/sec
110 + time_grain: PT1M
111 + series:
112 + - aggregation: average
113 + kind: gauge
114 + - id: os_disk_read_operations_sec
115 + azure_name: OS Disk Read Operations/Sec
116 + time_grain: PT1M
117 + series:
118 + - aggregation: average
119 + kind: gauge
120 + - id: os_disk_write_operations_sec
121 + azure_name: OS Disk Write Operations/Sec
122 + time_grain: PT1M
123 + series:
124 + - aggregation: average
125 + kind: gauge
126 + - id: os_disk_queue_depth
127 + azure_name: OS Disk Queue Depth
128 + time_grain: PT1M
129 + series:
130 + - aggregation: average
131 + kind: gauge
132 + - id: os_disk_latency
133 + azure_name: OS Disk Latency
134 + time_grain: PT1M
135 + series:
136 + - aggregation: average
137 + kind: gauge
138 + - id: os_disk_bandwidth_consumed_percentage
139 + azure_name: OS Disk Bandwidth Consumed Percentage
140 + time_grain: PT1M
141 + series:
142 + - aggregation: average
143 + kind: gauge
144 + - id: os_disk_iops_consumed_percentage
145 + azure_name: OS Disk IOPS Consumed Percentage
146 + time_grain: PT1M
147 + series:
148 + - aggregation: average
149 + kind: gauge
150 + - id: os_disk_max_burst_bandwidth
151 + azure_name: OS Disk Max Burst Bandwidth
152 + time_grain: PT1M
153 + series:
154 + - aggregation: average
155 + kind: gauge
156 + - id: os_disk_max_burst_iops
157 + azure_name: OS Disk Max Burst IOPS
158 + time_grain: PT1M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: os_disk_target_bandwidth
163 + azure_name: OS Disk Target Bandwidth
164 + time_grain: PT1M
165 + series:
166 + - aggregation: average
167 + kind: gauge
168 + - id: os_disk_target_iops
169 + azure_name: OS Disk Target IOPS
170 + time_grain: PT1M
171 + series:
172 + - aggregation: average
173 + kind: gauge
174 + - id: os_disk_used_burst_bps_credits_percentage
175 + azure_name: OS Disk Used Burst BPS Credits Percentage
176 + time_grain: PT1M
177 + series:
178 + - aggregation: average
179 + kind: gauge
180 + - id: os_disk_used_burst_io_credits_percentage
181 + azure_name: OS Disk Used Burst IO Credits Percentage
182 + time_grain: PT1M
183 + series:
184 + - aggregation: average
185 + kind: gauge
186 + - id: data_disk_read_bytes_sec
187 + azure_name: Data Disk Read Bytes/sec
188 + time_grain: PT1M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: data_disk_write_bytes_sec
193 + azure_name: Data Disk Write Bytes/sec
194 + time_grain: PT1M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: data_disk_read_operations_sec
199 + azure_name: Data Disk Read Operations/Sec
200 + time_grain: PT1M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: data_disk_write_operations_sec
205 + azure_name: Data Disk Write Operations/Sec
206 + time_grain: PT1M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: data_disk_queue_depth
211 + azure_name: Data Disk Queue Depth
212 + time_grain: PT1M
213 + series:
214 + - aggregation: average
215 + kind: gauge
216 + - id: data_disk_latency
217 + azure_name: Data Disk Latency
218 + time_grain: PT1M
219 + series:
220 + - aggregation: average
221 + kind: gauge
222 + - id: data_disk_bandwidth_consumed_percentage
223 + azure_name: Data Disk Bandwidth Consumed Percentage
224 + time_grain: PT1M
225 + series:
226 + - aggregation: average
227 + kind: gauge
228 + - id: data_disk_iops_consumed_percentage
229 + azure_name: Data Disk IOPS Consumed Percentage
230 + time_grain: PT1M
231 + series:
232 + - aggregation: average
233 + kind: gauge
234 + - id: data_disk_max_burst_bandwidth
235 + azure_name: Data Disk Max Burst Bandwidth
236 + time_grain: PT1M
237 + series:
238 + - aggregation: average
239 + kind: gauge
240 + - id: data_disk_max_burst_iops
241 + azure_name: Data Disk Max Burst IOPS
242 + time_grain: PT1M
243 + series:
244 + - aggregation: average
245 + kind: gauge
246 + - id: data_disk_target_bandwidth
247 + azure_name: Data Disk Target Bandwidth
248 + time_grain: PT1M
249 + series:
250 + - aggregation: average
251 + kind: gauge
252 + - id: data_disk_target_iops
253 + azure_name: Data Disk Target IOPS
254 + time_grain: PT1M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: data_disk_used_burst_bps_credits_percentage
259 + azure_name: Data Disk Used Burst BPS Credits Percentage
260 + time_grain: PT1M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: data_disk_used_burst_io_credits_percentage
265 + azure_name: Data Disk Used Burst IO Credits Percentage
266 + time_grain: PT1M
267 + series:
268 + - aggregation: average
269 + kind: gauge
270 + - id: temp_disk_read_bytes_sec
271 + azure_name: Temp Disk Read Bytes/sec
272 + time_grain: PT1M
273 + series:
274 + - aggregation: average
275 + kind: gauge
276 + - id: temp_disk_write_bytes_sec
277 + azure_name: Temp Disk Write Bytes/sec
278 + time_grain: PT1M
279 + series:
280 + - aggregation: average
281 + kind: gauge
282 + - id: temp_disk_read_operations_sec
283 + azure_name: Temp Disk Read Operations/Sec
284 + time_grain: PT1M
285 + series:
286 + - aggregation: average
287 + kind: gauge
288 + - id: temp_disk_write_operations_sec
289 + azure_name: Temp Disk Write Operations/Sec
290 + time_grain: PT1M
291 + series:
292 + - aggregation: average
293 + kind: gauge
294 + - id: temp_disk_queue_depth
295 + azure_name: Temp Disk Queue Depth
296 + time_grain: PT1M
297 + series:
298 + - aggregation: average
299 + kind: gauge
300 + - id: temp_disk_latency
301 + azure_name: Temp Disk Latency
302 + time_grain: PT1M
303 + series:
304 + - aggregation: average
305 + kind: gauge
306 + - id: premium_data_disk_cache_read_hit
307 + azure_name: Premium Data Disk Cache Read Hit
308 + time_grain: PT1M
309 + series:
310 + - aggregation: average
311 + kind: gauge
312 + - id: premium_data_disk_cache_read_miss
313 + azure_name: Premium Data Disk Cache Read Miss
314 + time_grain: PT1M
315 + series:
316 + - aggregation: average
317 + kind: gauge
318 + - id: premium_os_disk_cache_read_hit
319 + azure_name: Premium OS Disk Cache Read Hit
320 + time_grain: PT1M
321 + series:
322 + - aggregation: average
323 + kind: gauge
324 + - id: premium_os_disk_cache_read_miss
325 + azure_name: Premium OS Disk Cache Read Miss
326 + time_grain: PT1M
327 + series:
328 + - aggregation: average
329 + kind: gauge
330 + - id: vm_cached_bandwidth_consumed_percentage
331 + azure_name: VM Cached Bandwidth Consumed Percentage
332 + time_grain: PT1M
333 + series:
334 + - aggregation: average
335 + kind: gauge
336 + - id: vm_cached_iops_consumed_percentage
337 + azure_name: VM Cached IOPS Consumed Percentage
338 + time_grain: PT1M
339 + series:
340 + - aggregation: average
341 + kind: gauge
342 + - id: vm_uncached_bandwidth_consumed_percentage
343 + azure_name: VM Uncached Bandwidth Consumed Percentage
344 + time_grain: PT1M
345 + series:
346 + - aggregation: average
347 + kind: gauge
348 + - id: vm_uncached_iops_consumed_percentage
349 + azure_name: VM Uncached IOPS Consumed Percentage
350 + time_grain: PT1M
351 + series:
352 + - aggregation: average
353 + kind: gauge
354 + - id: vm_local_used_burst_bps_credits_percentage
355 + azure_name: VM Local Used Burst BPS Credits Percentage
356 + time_grain: PT1M
357 + series:
358 + - aggregation: average
359 + kind: gauge
360 + - id: vm_local_used_burst_io_credits_percentage
361 + azure_name: VM Local Used Burst IO Credits Percentage
362 + time_grain: PT1M
363 + series:
364 + - aggregation: average
365 + kind: gauge
366 + - id: vm_remote_used_burst_bps_credits_percentage
367 + azure_name: VM Remote Used Burst BPS Credits Percentage
368 + time_grain: PT1M
369 + series:
370 + - aggregation: average
371 + kind: gauge
372 + - id: vm_remote_used_burst_io_credits_percentage
373 + azure_name: VM Remote Used Burst IO Credits Percentage
374 + time_grain: PT1M
375 + series:
376 + - aggregation: average
377 + kind: gauge
378 template:
379 family: Azure Virtual Machine Scale Set
380 context_namespace: vmss
381 chart_defaults:
382 label_promotion:
383 - - resource_name
384 - - resource_group
385 - - region
386 - - resource_type
387 - - profile
383 + - resource_name
384 + - resource_group
385 + - region
386 + - resource_type
387 + - profile
388 instances:
389 by_labels:
390 - - resource_uid
390 + - resource_uid
391 charts:
392 - - id: am_azure_vmss__cpu
393 - title: Azure VMSS CPU Utilization
394 - context: cpu
395 - family: CPU
396 - type: line
397 - units: percentage
398 - algorithm: absolute
399 - dimensions:
400 - - selector: vmss.percentage_cpu_average
401 - name: average
402 - - id: am_azure_vmss__cpu_credits
403 - title: Azure VMSS CPU Credits
404 - context: cpu_credits
405 - family: CPU
406 - type: line
407 - units: credits
408 - algorithm: absolute
409 - dimensions:
410 - - selector: vmss.cpu_credits_consumed_average
411 - name: consumed
412 - - selector: vmss.cpu_credits_remaining_average
413 - name: remaining
414 - - id: am_azure_vmss__memory
415 - title: Azure VMSS Available Memory
416 - context: memory
417 - family: Memory
418 - type: line
419 - units: bytes
420 - algorithm: absolute
421 - dimensions:
422 - - selector: vmss.available_memory_bytes_average
423 - name: available
424 - - id: am_azure_vmss__memory_percentage
425 - title: Azure VMSS Available Memory Percentage
426 - context: memory_percentage
427 - family: Memory
428 - type: line
429 - units: percentage
430 - algorithm: absolute
431 - dimensions:
432 - - selector: vmss.available_memory_percentage_average
433 - name: available
434 - - id: am_azure_vmss__availability
435 - title: Azure VMSS Availability
436 - context: availability
437 - family: Availability
438 - type: line
439 - units: state
440 - algorithm: absolute
441 - dimensions:
442 - - selector: vmss.vm_availability_metric_average
443 - name: average
444 - - id: am_azure_vmss__network_traffic
445 - title: Azure VMSS Network Traffic
446 - context: network_traffic
447 - family: Network
448 - type: line
449 - units: bytes/s
450 - algorithm: incremental
451 - dimensions:
452 - - selector: vmss.network_in_total_total
453 - name: in
454 - - selector: vmss.network_out_total_total
455 - name: out
456 - - id: am_azure_vmss__network_flows
457 - title: Azure VMSS Network Flows
458 - context: network_flows
459 - family: Network
460 - type: line
461 - units: flows
462 - algorithm: absolute
463 - dimensions:
464 - - selector: vmss.inbound_flows_average
465 - name: in
466 - - selector: vmss.outbound_flows_average
467 - name: out
468 - - id: am_azure_vmss__network_flow_creation_rate
469 - title: Azure VMSS Network Flow Creation Rate
470 - context: network_flow_creation_rate
471 - family: Network
472 - type: line
473 - units: flows/s
474 - algorithm: absolute
475 - dimensions:
476 - - selector: vmss.inbound_flows_maximum_creation_rate_average
477 - name: in
478 - - selector: vmss.outbound_flows_maximum_creation_rate_average
479 - name: out
480 - - id: am_azure_vmss__disk_throughput
481 - title: Azure VMSS Disk Throughput
482 - context: disk_throughput
483 - family: Disk
484 - type: line
485 - units: bytes/s
486 - algorithm: incremental
487 - dimensions:
488 - - selector: vmss.disk_read_bytes_total
489 - name: read
490 - - selector: vmss.disk_write_bytes_total
491 - name: write
492 - - id: am_azure_vmss__disk_iops
493 - title: Azure VMSS Disk IOPS
494 - context: disk_iops
495 - family: Disk
496 - type: line
497 - units: operations/s
498 - algorithm: absolute
499 - dimensions:
500 - - selector: vmss.disk_read_operations_sec_average
501 - name: read
502 - - selector: vmss.disk_write_operations_sec_average
503 - name: write
504 - - id: am_azure_vmss__os_disk_throughput
505 - title: Azure VMSS OS Disk Throughput
506 - context: os_disk_throughput
507 - family: OS Disk
508 - type: line
509 - units: bytes/s
510 - algorithm: absolute
511 - dimensions:
512 - - selector: vmss.os_disk_read_bytes_sec_average
513 - name: read
514 - - selector: vmss.os_disk_write_bytes_sec_average
515 - name: write
516 - - id: am_azure_vmss__os_disk_iops
517 - title: Azure VMSS OS Disk IOPS
518 - context: os_disk_iops
519 - family: OS Disk
520 - type: line
521 - units: operations/s
522 - algorithm: absolute
523 - dimensions:
524 - - selector: vmss.os_disk_read_operations_sec_average
525 - name: read
526 - - selector: vmss.os_disk_write_operations_sec_average
527 - name: write
528 - - id: am_azure_vmss__os_disk_latency
529 - title: Azure VMSS OS Disk Latency
530 - context: os_disk_latency
531 - family: OS Disk
532 - type: line
533 - units: milliseconds
534 - algorithm: absolute
535 - dimensions:
536 - - selector: vmss.os_disk_latency_average
537 - name: average
538 - - id: am_azure_vmss__os_disk_queue_depth
539 - title: Azure VMSS OS Disk Queue Depth
540 - context: os_disk_queue_depth
541 - family: OS Disk
542 - type: line
543 - units: operations
544 - algorithm: absolute
545 - dimensions:
546 - - selector: vmss.os_disk_queue_depth_average
547 - name: average
548 - - id: am_azure_vmss__os_disk_throttling
549 - title: Azure VMSS OS Disk Throttling
550 - context: os_disk_throttling
551 - family: OS Disk
552 - type: line
553 - units: percentage
554 - algorithm: absolute
555 - dimensions:
556 - - selector: vmss.os_disk_bandwidth_consumed_percentage_average
557 - name: bandwidth
558 - - selector: vmss.os_disk_iops_consumed_percentage_average
559 - name: iops
560 - - id: am_azure_vmss__os_disk_burst_capacity
561 - title: Azure VMSS OS Disk Burst Capacity
562 - context: os_disk_burst_capacity
563 - family: OS Disk
564 - type: line
565 - units: bytes/s
566 - algorithm: absolute
567 - dimensions:
568 - - selector: vmss.os_disk_max_burst_bandwidth_average
569 - name: max_burst
570 - - selector: vmss.os_disk_target_bandwidth_average
571 - name: target
572 - - id: am_azure_vmss__os_disk_burst_iops_capacity
573 - title: Azure VMSS OS Disk Burst IOPS Capacity
574 - context: os_disk_burst_iops_capacity
575 - family: OS Disk
576 - type: line
577 - units: iops
578 - algorithm: absolute
579 - dimensions:
580 - - selector: vmss.os_disk_max_burst_iops_average
581 - name: max_burst
582 - - selector: vmss.os_disk_target_iops_average
583 - name: target
584 - - id: am_azure_vmss__os_disk_burst_credits
585 - title: Azure VMSS OS Disk Burst Credits Used
586 - context: os_disk_burst_credits
587 - family: OS Disk
588 - type: line
589 - units: percentage
590 - algorithm: absolute
591 - dimensions:
592 - - selector: vmss.os_disk_used_burst_bps_credits_percentage_average
593 - name: bandwidth
594 - - selector: vmss.os_disk_used_burst_io_credits_percentage_average
595 - name: io
596 - - id: am_azure_vmss__data_disk_throughput
597 - title: Azure VMSS Data Disk Throughput
598 - context: data_disk_throughput
599 - family: Data Disk
600 - type: line
601 - units: bytes/s
602 - algorithm: absolute
603 - dimensions:
604 - - selector: vmss.data_disk_read_bytes_sec_average
605 - name: read
606 - - selector: vmss.data_disk_write_bytes_sec_average
607 - name: write
608 - - id: am_azure_vmss__data_disk_iops
609 - title: Azure VMSS Data Disk IOPS
610 - context: data_disk_iops
611 - family: Data Disk
612 - type: line
613 - units: operations/s
614 - algorithm: absolute
615 - dimensions:
616 - - selector: vmss.data_disk_read_operations_sec_average
617 - name: read
618 - - selector: vmss.data_disk_write_operations_sec_average
619 - name: write
620 - - id: am_azure_vmss__data_disk_latency
621 - title: Azure VMSS Data Disk Latency
622 - context: data_disk_latency
623 - family: Data Disk
624 - type: line
625 - units: milliseconds
626 - algorithm: absolute
627 - dimensions:
628 - - selector: vmss.data_disk_latency_average
629 - name: average
630 - - id: am_azure_vmss__data_disk_queue_depth
631 - title: Azure VMSS Data Disk Queue Depth
632 - context: data_disk_queue_depth
633 - family: Data Disk
634 - type: line
635 - units: operations
636 - algorithm: absolute
637 - dimensions:
638 - - selector: vmss.data_disk_queue_depth_average
639 - name: average
640 - - id: am_azure_vmss__data_disk_throttling
641 - title: Azure VMSS Data Disk Throttling
642 - context: data_disk_throttling
643 - family: Data Disk
644 - type: line
645 - units: percentage
646 - algorithm: absolute
647 - dimensions:
648 - - selector: vmss.data_disk_bandwidth_consumed_percentage_average
649 - name: bandwidth
650 - - selector: vmss.data_disk_iops_consumed_percentage_average
651 - name: iops
652 - - id: am_azure_vmss__data_disk_burst_capacity
653 - title: Azure VMSS Data Disk Burst Capacity
654 - context: data_disk_burst_capacity
655 - family: Data Disk
656 - type: line
657 - units: bytes/s
658 - algorithm: absolute
659 - dimensions:
660 - - selector: vmss.data_disk_max_burst_bandwidth_average
661 - name: max_burst
662 - - selector: vmss.data_disk_target_bandwidth_average
663 - name: target
664 - - id: am_azure_vmss__data_disk_burst_iops_capacity
665 - title: Azure VMSS Data Disk Burst IOPS Capacity
666 - context: data_disk_burst_iops_capacity
667 - family: Data Disk
668 - type: line
669 - units: iops
670 - algorithm: absolute
671 - dimensions:
672 - - selector: vmss.data_disk_max_burst_iops_average
673 - name: max_burst
674 - - selector: vmss.data_disk_target_iops_average
675 - name: target
676 - - id: am_azure_vmss__data_disk_burst_credits
677 - title: Azure VMSS Data Disk Burst Credits Used
678 - context: data_disk_burst_credits
679 - family: Data Disk
680 - type: line
681 - units: percentage
682 - algorithm: absolute
683 - dimensions:
684 - - selector: vmss.data_disk_used_burst_bps_credits_percentage_average
685 - name: bandwidth
686 - - selector: vmss.data_disk_used_burst_io_credits_percentage_average
687 - name: io
688 - - id: am_azure_vmss__temp_disk_throughput
689 - title: Azure VMSS Temp Disk Throughput
690 - context: temp_disk_throughput
691 - family: Temp Disk
692 - type: line
693 - units: bytes/s
694 - algorithm: absolute
695 - dimensions:
696 - - selector: vmss.temp_disk_read_bytes_sec_average
697 - name: read
698 - - selector: vmss.temp_disk_write_bytes_sec_average
699 - name: write
700 - - id: am_azure_vmss__temp_disk_iops
701 - title: Azure VMSS Temp Disk IOPS
702 - context: temp_disk_iops
703 - family: Temp Disk
704 - type: line
705 - units: operations/s
706 - algorithm: absolute
707 - dimensions:
708 - - selector: vmss.temp_disk_read_operations_sec_average
709 - name: read
710 - - selector: vmss.temp_disk_write_operations_sec_average
711 - name: write
712 - - id: am_azure_vmss__temp_disk_latency
713 - title: Azure VMSS Temp Disk Latency
714 - context: temp_disk_latency
715 - family: Temp Disk
716 - type: line
717 - units: milliseconds
718 - algorithm: absolute
719 - dimensions:
720 - - selector: vmss.temp_disk_latency_average
721 - name: average
722 - - id: am_azure_vmss__temp_disk_queue_depth
723 - title: Azure VMSS Temp Disk Queue Depth
724 - context: temp_disk_queue_depth
725 - family: Temp Disk
726 - type: line
727 - units: operations
728 - algorithm: absolute
729 - dimensions:
730 - - selector: vmss.temp_disk_queue_depth_average
731 - name: average
732 - - id: am_azure_vmss__premium_data_disk_cache
733 - title: Azure VMSS Premium Data Disk Cache
734 - context: premium_data_disk_cache
735 - family: Premium Cache
736 - type: line
737 - units: percentage
738 - algorithm: absolute
739 - dimensions:
740 - - selector: vmss.premium_data_disk_cache_read_hit_average
741 - name: hit
742 - - selector: vmss.premium_data_disk_cache_read_miss_average
743 - name: miss
744 - - id: am_azure_vmss__premium_os_disk_cache
745 - title: Azure VMSS Premium OS Disk Cache
746 - context: premium_os_disk_cache
747 - family: Premium Cache
748 - type: line
749 - units: percentage
750 - algorithm: absolute
751 - dimensions:
752 - - selector: vmss.premium_os_disk_cache_read_hit_average
753 - name: hit
754 - - selector: vmss.premium_os_disk_cache_read_miss_average
755 - name: miss
756 - - id: am_azure_vmss__vm_cached_throttling
757 - title: Azure VMSS Cached IO Throttling
758 - context: vm_cached_throttling
759 - family: VM Throttling
760 - type: line
761 - units: percentage
762 - algorithm: absolute
763 - dimensions:
764 - - selector: vmss.vm_cached_bandwidth_consumed_percentage_average
765 - name: bandwidth
766 - - selector: vmss.vm_cached_iops_consumed_percentage_average
767 - name: iops
768 - - id: am_azure_vmss__vm_uncached_throttling
769 - title: Azure VMSS Uncached IO Throttling
770 - context: vm_uncached_throttling
771 - family: VM Throttling
772 - type: line
773 - units: percentage
774 - algorithm: absolute
775 - dimensions:
776 - - selector: vmss.vm_uncached_bandwidth_consumed_percentage_average
777 - name: bandwidth
778 - - selector: vmss.vm_uncached_iops_consumed_percentage_average
779 - name: iops
780 - - id: am_azure_vmss__vm_cached_burst_credits
781 - title: Azure VMSS Cached Burst Credits Used
782 - context: vm_cached_burst_credits
783 - family: VM Throttling
784 - type: line
785 - units: percentage
786 - algorithm: absolute
787 - dimensions:
788 - - selector: vmss.vm_local_used_burst_bps_credits_percentage_average
789 - name: bandwidth
790 - - selector: vmss.vm_local_used_burst_io_credits_percentage_average
791 - name: io
792 - - id: am_azure_vmss__vm_uncached_burst_credits
793 - title: Azure VMSS Uncached Burst Credits Used
794 - context: vm_uncached_burst_credits
795 - family: VM Throttling
796 - type: line
797 - units: percentage
798 - algorithm: absolute
799 - dimensions:
800 - - selector: vmss.vm_remote_used_burst_bps_credits_percentage_average
801 - name: bandwidth
802 - - selector: vmss.vm_remote_used_burst_io_credits_percentage_average
803 - name: io
392 + - id: am_azure_vmss__cpu
393 + title: Azure VMSS CPU Utilization
394 + context: cpu
395 + family: CPU
396 + type: line
397 + units: percentage
398 + algorithm: absolute
399 + dimensions:
400 + - selector: vmss.percentage_cpu_average
401 + name: average
402 + - id: am_azure_vmss__cpu_credits
403 + title: Azure VMSS CPU Credits
404 + context: cpu_credits
405 + family: CPU
406 + type: line
407 + units: credits
408 + algorithm: absolute
409 + dimensions:
410 + - selector: vmss.cpu_credits_consumed_average
411 + name: consumed
412 + - selector: vmss.cpu_credits_remaining_average
413 + name: remaining
414 + - id: am_azure_vmss__memory
415 + title: Azure VMSS Available Memory
416 + context: memory
417 + family: Memory
418 + type: line
419 + units: bytes
420 + algorithm: absolute
421 + dimensions:
422 + - selector: vmss.available_memory_bytes_average
423 + name: available
424 + - id: am_azure_vmss__memory_percentage
425 + title: Azure VMSS Available Memory Percentage
426 + context: memory_percentage
427 + family: Memory
428 + type: line
429 + units: percentage
430 + algorithm: absolute
431 + dimensions:
432 + - selector: vmss.available_memory_percentage_average
433 + name: available
434 + - id: am_azure_vmss__availability
435 + title: Azure VMSS Availability
436 + context: availability
437 + family: Availability
438 + type: line
439 + units: state
440 + algorithm: absolute
441 + dimensions:
442 + - selector: vmss.vm_availability_metric_average
443 + name: average
444 + - id: am_azure_vmss__network_traffic
445 + title: Azure VMSS Network Traffic
446 + context: network_traffic
447 + family: Network
448 + type: line
449 + units: bytes/s
450 + algorithm: incremental
451 + dimensions:
452 + - selector: vmss.network_in_total_total
453 + name: in
454 + - selector: vmss.network_out_total_total
455 + name: out
456 + - id: am_azure_vmss__network_flows
457 + title: Azure VMSS Network Flows
458 + context: network_flows
459 + family: Network
460 + type: line
461 + units: flows
462 + algorithm: absolute
463 + dimensions:
464 + - selector: vmss.inbound_flows_average
465 + name: in
466 + - selector: vmss.outbound_flows_average
467 + name: out
468 + - id: am_azure_vmss__network_flow_creation_rate
469 + title: Azure VMSS Network Flow Creation Rate
470 + context: network_flow_creation_rate
471 + family: Network
472 + type: line
473 + units: flows/s
474 + algorithm: absolute
475 + dimensions:
476 + - selector: vmss.inbound_flows_maximum_creation_rate_average
477 + name: in
478 + - selector: vmss.outbound_flows_maximum_creation_rate_average
479 + name: out
480 + - id: am_azure_vmss__disk_throughput
481 + title: Azure VMSS Disk Throughput
482 + context: disk_throughput
483 + family: Disk
484 + type: line
485 + units: bytes/s
486 + algorithm: incremental
487 + dimensions:
488 + - selector: vmss.disk_read_bytes_total
489 + name: read
490 + - selector: vmss.disk_write_bytes_total
491 + name: write
492 + - id: am_azure_vmss__disk_iops
493 + title: Azure VMSS Disk IOPS
494 + context: disk_iops
495 + family: Disk
496 + type: line
497 + units: operations/s
498 + algorithm: absolute
499 + dimensions:
500 + - selector: vmss.disk_read_operations_sec_average
501 + name: read
502 + - selector: vmss.disk_write_operations_sec_average
503 + name: write
504 + - id: am_azure_vmss__os_disk_throughput
505 + title: Azure VMSS OS Disk Throughput
506 + context: os_disk_throughput
507 + family: OS Disk
508 + type: line
509 + units: bytes/s
510 + algorithm: absolute
511 + dimensions:
512 + - selector: vmss.os_disk_read_bytes_sec_average
513 + name: read
514 + - selector: vmss.os_disk_write_bytes_sec_average
515 + name: write
516 + - id: am_azure_vmss__os_disk_iops
517 + title: Azure VMSS OS Disk IOPS
518 + context: os_disk_iops
519 + family: OS Disk
520 + type: line
521 + units: operations/s
522 + algorithm: absolute
523 + dimensions:
524 + - selector: vmss.os_disk_read_operations_sec_average
525 + name: read
526 + - selector: vmss.os_disk_write_operations_sec_average
527 + name: write
528 + - id: am_azure_vmss__os_disk_latency
529 + title: Azure VMSS OS Disk Latency
530 + context: os_disk_latency
531 + family: OS Disk
532 + type: line
533 + units: milliseconds
534 + algorithm: absolute
535 + dimensions:
536 + - selector: vmss.os_disk_latency_average
537 + name: average
538 + - id: am_azure_vmss__os_disk_queue_depth
539 + title: Azure VMSS OS Disk Queue Depth
540 + context: os_disk_queue_depth
541 + family: OS Disk
542 + type: line
543 + units: operations
544 + algorithm: absolute
545 + dimensions:
546 + - selector: vmss.os_disk_queue_depth_average
547 + name: average
548 + - id: am_azure_vmss__os_disk_throttling
549 + title: Azure VMSS OS Disk Throttling
550 + context: os_disk_throttling
551 + family: OS Disk
552 + type: line
553 + units: percentage
554 + algorithm: absolute
555 + dimensions:
556 + - selector: vmss.os_disk_bandwidth_consumed_percentage_average
557 + name: bandwidth
558 + - selector: vmss.os_disk_iops_consumed_percentage_average
559 + name: iops
560 + - id: am_azure_vmss__os_disk_burst_capacity
561 + title: Azure VMSS OS Disk Burst Capacity
562 + context: os_disk_burst_capacity
563 + family: OS Disk
564 + type: line
565 + units: bytes/s
566 + algorithm: absolute
567 + dimensions:
568 + - selector: vmss.os_disk_max_burst_bandwidth_average
569 + name: max_burst
570 + - selector: vmss.os_disk_target_bandwidth_average
571 + name: target
572 + - id: am_azure_vmss__os_disk_burst_iops_capacity
573 + title: Azure VMSS OS Disk Burst IOPS Capacity
574 + context: os_disk_burst_iops_capacity
575 + family: OS Disk
576 + type: line
577 + units: iops
578 + algorithm: absolute
579 + dimensions:
580 + - selector: vmss.os_disk_max_burst_iops_average
581 + name: max_burst
582 + - selector: vmss.os_disk_target_iops_average
583 + name: target
584 + - id: am_azure_vmss__os_disk_burst_credits
585 + title: Azure VMSS OS Disk Burst Credits Used
586 + context: os_disk_burst_credits
587 + family: OS Disk
588 + type: line
589 + units: percentage
590 + algorithm: absolute
591 + dimensions:
592 + - selector: vmss.os_disk_used_burst_bps_credits_percentage_average
593 + name: bandwidth
594 + - selector: vmss.os_disk_used_burst_io_credits_percentage_average
595 + name: io
596 + - id: am_azure_vmss__data_disk_throughput
597 + title: Azure VMSS Data Disk Throughput
598 + context: data_disk_throughput
599 + family: Data Disk
600 + type: line
601 + units: bytes/s
602 + algorithm: absolute
603 + dimensions:
604 + - selector: vmss.data_disk_read_bytes_sec_average
605 + name: read
606 + - selector: vmss.data_disk_write_bytes_sec_average
607 + name: write
608 + - id: am_azure_vmss__data_disk_iops
609 + title: Azure VMSS Data Disk IOPS
610 + context: data_disk_iops
611 + family: Data Disk
612 + type: line
613 + units: operations/s
614 + algorithm: absolute
615 + dimensions:
616 + - selector: vmss.data_disk_read_operations_sec_average
617 + name: read
618 + - selector: vmss.data_disk_write_operations_sec_average
619 + name: write
620 + - id: am_azure_vmss__data_disk_latency
621 + title: Azure VMSS Data Disk Latency
622 + context: data_disk_latency
623 + family: Data Disk
624 + type: line
625 + units: milliseconds
626 + algorithm: absolute
627 + dimensions:
628 + - selector: vmss.data_disk_latency_average
629 + name: average
630 + - id: am_azure_vmss__data_disk_queue_depth
631 + title: Azure VMSS Data Disk Queue Depth
632 + context: data_disk_queue_depth
633 + family: Data Disk
634 + type: line
635 + units: operations
636 + algorithm: absolute
637 + dimensions:
638 + - selector: vmss.data_disk_queue_depth_average
639 + name: average
640 + - id: am_azure_vmss__data_disk_throttling
641 + title: Azure VMSS Data Disk Throttling
642 + context: data_disk_throttling
643 + family: Data Disk
644 + type: line
645 + units: percentage
646 + algorithm: absolute
647 + dimensions:
648 + - selector: vmss.data_disk_bandwidth_consumed_percentage_average
649 + name: bandwidth
650 + - selector: vmss.data_disk_iops_consumed_percentage_average
651 + name: iops
652 + - id: am_azure_vmss__data_disk_burst_capacity
653 + title: Azure VMSS Data Disk Burst Capacity
654 + context: data_disk_burst_capacity
655 + family: Data Disk
656 + type: line
657 + units: bytes/s
658 + algorithm: absolute
659 + dimensions:
660 + - selector: vmss.data_disk_max_burst_bandwidth_average
661 + name: max_burst
662 + - selector: vmss.data_disk_target_bandwidth_average
663 + name: target
664 + - id: am_azure_vmss__data_disk_burst_iops_capacity
665 + title: Azure VMSS Data Disk Burst IOPS Capacity
666 + context: data_disk_burst_iops_capacity
667 + family: Data Disk
668 + type: line
669 + units: iops
670 + algorithm: absolute
671 + dimensions:
672 + - selector: vmss.data_disk_max_burst_iops_average
673 + name: max_burst
674 + - selector: vmss.data_disk_target_iops_average
675 + name: target
676 + - id: am_azure_vmss__data_disk_burst_credits
677 + title: Azure VMSS Data Disk Burst Credits Used
678 + context: data_disk_burst_credits
679 + family: Data Disk
680 + type: line
681 + units: percentage
682 + algorithm: absolute
683 + dimensions:
684 + - selector: vmss.data_disk_used_burst_bps_credits_percentage_average
685 + name: bandwidth
686 + - selector: vmss.data_disk_used_burst_io_credits_percentage_average
687 + name: io
688 + - id: am_azure_vmss__temp_disk_throughput
689 + title: Azure VMSS Temp Disk Throughput
690 + context: temp_disk_throughput
691 + family: Temp Disk
692 + type: line
693 + units: bytes/s
694 + algorithm: absolute
695 + dimensions:
696 + - selector: vmss.temp_disk_read_bytes_sec_average
697 + name: read
698 + - selector: vmss.temp_disk_write_bytes_sec_average
699 + name: write
700 + - id: am_azure_vmss__temp_disk_iops
701 + title: Azure VMSS Temp Disk IOPS
702 + context: temp_disk_iops
703 + family: Temp Disk
704 + type: line
705 + units: operations/s
706 + algorithm: absolute
707 + dimensions:
708 + - selector: vmss.temp_disk_read_operations_sec_average
709 + name: read
710 + - selector: vmss.temp_disk_write_operations_sec_average
711 + name: write
712 + - id: am_azure_vmss__temp_disk_latency
713 + title: Azure VMSS Temp Disk Latency
714 + context: temp_disk_latency
715 + family: Temp Disk
716 + type: line
717 + units: milliseconds
718 + algorithm: absolute
719 + dimensions:
720 + - selector: vmss.temp_disk_latency_average
721 + name: average
722 + - id: am_azure_vmss__temp_disk_queue_depth
723 + title: Azure VMSS Temp Disk Queue Depth
724 + context: temp_disk_queue_depth
725 + family: Temp Disk
726 + type: line
727 + units: operations
728 + algorithm: absolute
729 + dimensions:
730 + - selector: vmss.temp_disk_queue_depth_average
731 + name: average
732 + - id: am_azure_vmss__premium_data_disk_cache
733 + title: Azure VMSS Premium Data Disk Cache
734 + context: premium_data_disk_cache
735 + family: Premium Cache
736 + type: line
737 + units: percentage
738 + algorithm: absolute
739 + dimensions:
740 + - selector: vmss.premium_data_disk_cache_read_hit_average
741 + name: hit
742 + - selector: vmss.premium_data_disk_cache_read_miss_average
743 + name: miss
744 + - id: am_azure_vmss__premium_os_disk_cache
745 + title: Azure VMSS Premium OS Disk Cache
746 + context: premium_os_disk_cache
747 + family: Premium Cache
748 + type: line
749 + units: percentage
750 + algorithm: absolute
751 + dimensions:
752 + - selector: vmss.premium_os_disk_cache_read_hit_average
753 + name: hit
754 + - selector: vmss.premium_os_disk_cache_read_miss_average
755 + name: miss
756 + - id: am_azure_vmss__vm_cached_throttling
757 + title: Azure VMSS Cached IO Throttling
758 + context: vm_cached_throttling
759 + family: VM Throttling
760 + type: line
761 + units: percentage
762 + algorithm: absolute
763 + dimensions:
764 + - selector: vmss.vm_cached_bandwidth_consumed_percentage_average
765 + name: bandwidth
766 + - selector: vmss.vm_cached_iops_consumed_percentage_average
767 + name: iops
768 + - id: am_azure_vmss__vm_uncached_throttling
769 + title: Azure VMSS Uncached IO Throttling
770 + context: vm_uncached_throttling
771 + family: VM Throttling
772 + type: line
773 + units: percentage
774 + algorithm: absolute
775 + dimensions:
776 + - selector: vmss.vm_uncached_bandwidth_consumed_percentage_average
777 + name: bandwidth
778 + - selector: vmss.vm_uncached_iops_consumed_percentage_average
779 + name: iops
780 + - id: am_azure_vmss__vm_cached_burst_credits
781 + title: Azure VMSS Cached Burst Credits Used
782 + context: vm_cached_burst_credits
783 + family: VM Throttling
784 + type: line
785 + units: percentage
786 + algorithm: absolute
787 + dimensions:
788 + - selector: vmss.vm_local_used_burst_bps_credits_percentage_average
789 + name: bandwidth
790 + - selector: vmss.vm_local_used_burst_io_credits_percentage_average
791 + name: io
792 + - id: am_azure_vmss__vm_uncached_burst_credits
793 + title: Azure VMSS Uncached Burst Credits Used
794 + context: vm_uncached_burst_credits
795 + family: VM Throttling
796 + type: line
797 + units: percentage
798 + algorithm: absolute
799 + dimensions:
800 + - selector: vmss.vm_remote_used_burst_bps_credits_percentage_average
801 + name: bandwidth
802 + - selector: vmss.vm_remote_used_burst_io_credits_percentage_average
803 + name: io
src/go/plugin/go.d/config/go.d/azure_monitor.profiles/default/vpn_gateway.yaml
+710 -710
@@ -3,721 +3,721 @@ id: vpn_gateway
3 name: Azure VPN Gateway
4 resource_type: Microsoft.Network/virtualNetworkGateways
5 metrics:
6 -- id: average_bandwidth
7 - azure_name: AverageBandwidth
8 - time_grain: PT5M
9 - series:
10 - - aggregation: average
11 - kind: gauge
12 -- id: p2s_bandwidth
13 - azure_name: P2SBandwidth
14 - time_grain: PT1M
15 - series:
16 - - aggregation: average
17 - kind: gauge
18 -- id: p2s_connection_count
19 - azure_name: P2SConnectionCount
20 - time_grain: PT1M
21 - series:
22 - - aggregation: total
23 - kind: gauge
24 -- id: inbound_flows_count
25 - azure_name: InboundFlowsCount
26 - time_grain: PT5M
27 - series:
28 - - aggregation: maximum
29 - kind: gauge
30 -- id: outbound_flows_count
31 - azure_name: OutboundFlowsCount
32 - time_grain: PT5M
33 - series:
34 - - aggregation: maximum
35 - kind: gauge
36 -- id: tunnel_average_bandwidth
37 - azure_name: TunnelAverageBandwidth
38 - time_grain: PT5M
39 - series:
40 - - aggregation: average
41 - kind: gauge
42 -- id: tunnel_egress_bytes
43 - azure_name: TunnelEgressBytes
44 - time_grain: PT5M
45 - series:
46 - - aggregation: total
47 - kind: counter
48 -- id: tunnel_ingress_bytes
49 - azure_name: TunnelIngressBytes
50 - time_grain: PT5M
51 - series:
52 - - aggregation: total
53 - kind: counter
54 -- id: tunnel_egress_packets
55 - azure_name: TunnelEgressPackets
56 - time_grain: PT5M
57 - series:
58 - - aggregation: total
59 - kind: counter
60 -- id: tunnel_ingress_packets
61 - azure_name: TunnelIngressPackets
62 - time_grain: PT5M
63 - series:
64 - - aggregation: total
65 - kind: counter
66 -- id: tunnel_peak_packets
67 - azure_name: TunnelPeakPackets
68 - time_grain: PT5M
69 - series:
70 - - aggregation: maximum
71 - kind: gauge
72 -- id: tunnel_total_flow_count
73 - azure_name: TunnelTotalFlowCount
74 - time_grain: PT5M
75 - series:
76 - - aggregation: total
77 - kind: counter
78 -- id: tunnel_nat_allocations
79 - azure_name: TunnelNatAllocations
80 - time_grain: PT5M
81 - series:
82 - - aggregation: total
83 - kind: counter
84 -- id: tunnel_nated_bytes
85 - azure_name: TunnelNatedBytes
86 - time_grain: PT5M
87 - series:
88 - - aggregation: total
89 - kind: counter
90 -- id: tunnel_reverse_nated_bytes
91 - azure_name: TunnelReverseNatedBytes
92 - time_grain: PT5M
93 - series:
94 - - aggregation: total
95 - kind: counter
96 -- id: tunnel_nated_packets
97 - azure_name: TunnelNatedPackets
98 - time_grain: PT5M
99 - series:
100 - - aggregation: total
101 - kind: counter
102 -- id: tunnel_reverse_nated_packets
103 - azure_name: TunnelReverseNatedPackets
104 - time_grain: PT5M
105 - series:
106 - - aggregation: total
107 - kind: counter
108 -- id: tunnel_nat_flow_count
109 - azure_name: TunnelNatFlowCount
110 - time_grain: PT5M
111 - series:
112 - - aggregation: total
113 - kind: counter
114 -- id: tunnel_egress_packet_drop_count
115 - azure_name: TunnelEgressPacketDropCount
116 - time_grain: PT5M
117 - series:
118 - - aggregation: total
119 - kind: counter
120 -- id: tunnel_ingress_packet_drop_count
121 - azure_name: TunnelIngressPacketDropCount
122 - time_grain: PT5M
123 - series:
124 - - aggregation: total
125 - kind: counter
126 -- id: tunnel_egress_packet_drop_ts_mismatch
127 - azure_name: TunnelEgressPacketDropTSMismatch
128 - time_grain: PT5M
129 - series:
130 - - aggregation: total
131 - kind: counter
132 -- id: tunnel_ingress_packet_drop_ts_mismatch
133 - azure_name: TunnelIngressPacketDropTSMismatch
134 - time_grain: PT5M
135 - series:
136 - - aggregation: total
137 - kind: counter
138 -- id: tunnel_nat_packet_drop
139 - azure_name: TunnelNatPacketDrop
140 - time_grain: PT5M
141 - series:
142 - - aggregation: total
143 - kind: counter
144 -- id: mmsa_count
145 - azure_name: MmsaCount
146 - time_grain: PT5M
147 - series:
148 - - aggregation: total
149 - kind: gauge
150 -- id: qmsa_count
151 - azure_name: QmsaCount
152 - time_grain: PT5M
153 - series:
154 - - aggregation: total
155 - kind: gauge
156 -- id: bgp_peer_status
157 - azure_name: BgpPeerStatus
158 - time_grain: PT5M
159 - series:
160 - - aggregation: average
161 - kind: gauge
162 -- id: bgp_routes_advertised
163 - azure_name: BgpRoutesAdvertised
164 - time_grain: PT5M
165 - series:
166 - - aggregation: total
167 - kind: counter
168 -- id: bgp_routes_learned
169 - azure_name: BgpRoutesLearned
170 - time_grain: PT5M
171 - series:
172 - - aggregation: total
173 - kind: counter
174 -- id: user_vpn_route_count
175 - azure_name: UserVpnRouteCount
176 - time_grain: PT5M
177 - series:
178 - - aggregation: total
179 - kind: gauge
180 -- id: vnet_address_prefix_count
181 - azure_name: VnetAddressPrefixCount
182 - time_grain: PT5M
183 - series:
184 - - aggregation: total
185 - kind: gauge
186 -- id: express_route_gateway_bits_per_second
187 - azure_name: ExpressRouteGatewayBitsPerSecond
188 - time_grain: PT5M
189 - series:
190 - - aggregation: average
191 - kind: gauge
192 -- id: express_route_gateway_cpu_utilization
193 - azure_name: ExpressRouteGatewayCpuUtilization
194 - time_grain: PT5M
195 - series:
196 - - aggregation: average
197 - kind: gauge
198 -- id: express_route_gateway_packets_per_second
199 - azure_name: ExpressRouteGatewayPacketsPerSecond
200 - time_grain: PT5M
201 - series:
202 - - aggregation: average
203 - kind: gauge
204 -- id: express_route_gateway_active_flows
205 - azure_name: ExpressRouteGatewayActiveFlows
206 - time_grain: PT5M
207 - series:
208 - - aggregation: average
209 - kind: gauge
210 -- id: express_route_gateway_count_of_routes_advertised_to_peer
211 - azure_name: ExpressRouteGatewayCountOfRoutesAdvertisedToPeer
212 - time_grain: PT5M
213 - series:
214 - - aggregation: maximum
215 - kind: gauge
216 -- id: express_route_gateway_count_of_routes_learned_from_peer
217 - azure_name: ExpressRouteGatewayCountOfRoutesLearnedFromPeer
218 - time_grain: PT5M
219 - series:
220 - - aggregation: maximum
221 - kind: gauge
222 -- id: express_route_gateway_frequency_of_routes_changed
223 - azure_name: ExpressRouteGatewayFrequencyOfRoutesChanged
224 - time_grain: PT5M
225 - series:
226 - - aggregation: total
227 - kind: counter
228 -- id: express_route_gateway_max_flows_creation_rate
229 - azure_name: ExpressRouteGatewayMaxFlowsCreationRate
230 - time_grain: PT5M
231 - series:
232 - - aggregation: maximum
233 - kind: gauge
234 -- id: express_route_gateway_number_of_vm_in_vnet
235 - azure_name: ExpressRouteGatewayNumberOfVmInVnet
236 - time_grain: PT5M
237 - series:
238 - - aggregation: maximum
239 - kind: gauge
240 -- id: scalable_express_route_gateway_bits_per_second
241 - azure_name: ScalableExpressRouteGatewayBitsPerSecond
242 - time_grain: PT5M
243 - series:
244 - - aggregation: average
245 - kind: gauge
246 -- id: scalable_express_route_gateway_cpu_utilization
247 - azure_name: ScalableExpressRouteGatewayCpuUtilization
248 - time_grain: PT5M
249 - series:
250 - - aggregation: average
251 - kind: gauge
252 -- id: scalable_express_route_gateway_packets_per_second
253 - azure_name: ScalableExpressRouteGatewayPacketsPerSecond
254 - time_grain: PT5M
255 - series:
256 - - aggregation: average
257 - kind: gauge
258 -- id: scalable_express_route_gateway_active_flows
259 - azure_name: ScalableExpressRouteGatewayActiveFlows
260 - time_grain: PT5M
261 - series:
262 - - aggregation: average
263 - kind: gauge
264 -- id: scalable_express_route_gateway_count_of_routes_advertised_to_peer
265 - azure_name: ScalableExpressRouteGatewayCountOfRoutesAdvertisedToPeer
266 - time_grain: PT5M
267 - series:
268 - - aggregation: maximum
269 - kind: gauge
270 -- id: scalable_express_route_gateway_count_of_routes_learned_from_peer
271 - azure_name: ScalableExpressRouteGatewayCountOfRoutesLearnedFromPeer
272 - time_grain: PT5M
273 - series:
274 - - aggregation: maximum
275 - kind: gauge
276 -- id: scalable_express_route_gateway_frequency_of_routes_changed
277 - azure_name: ScalableExpressRouteGatewayFrequencyOfRoutesChanged
278 - time_grain: PT5M
279 - series:
280 - - aggregation: total
281 - kind: counter
282 -- id: scalable_express_route_gateway_max_flows_creation_rate
283 - azure_name: ScalableExpressRouteGatewayMaxFlowsCreationRate
284 - time_grain: PT5M
285 - series:
286 - - aggregation: maximum
287 - kind: gauge
288 -- id: scalable_express_route_gateway_number_of_vm_in_vnet
289 - azure_name: ScalableExpressRouteGatewayNumberOfVmInVnet
290 - time_grain: PT5M
291 - series:
292 - - aggregation: maximum
293 - kind: gauge
294 -- id: scalable_express_route_gateway_scale_unit
295 - azure_name: ScalableExpressRouteGatewayScaleUnit
296 - time_grain: PT5M
297 - series:
298 - - aggregation: maximum
299 - kind: gauge
6 + - id: average_bandwidth
7 + azure_name: AverageBandwidth
8 + time_grain: PT5M
9 + series:
10 + - aggregation: average
11 + kind: gauge
12 + - id: p2s_bandwidth
13 + azure_name: P2SBandwidth
14 + time_grain: PT1M
15 + series:
16 + - aggregation: average
17 + kind: gauge
18 + - id: p2s_connection_count
19 + azure_name: P2SConnectionCount
20 + time_grain: PT1M
21 + series:
22 + - aggregation: total
23 + kind: gauge
24 + - id: inbound_flows_count
25 + azure_name: InboundFlowsCount
26 + time_grain: PT5M
27 + series:
28 + - aggregation: maximum
29 + kind: gauge
30 + - id: outbound_flows_count
31 + azure_name: OutboundFlowsCount
32 + time_grain: PT5M
33 + series:
34 + - aggregation: maximum
35 + kind: gauge
36 + - id: tunnel_average_bandwidth
37 + azure_name: TunnelAverageBandwidth
38 + time_grain: PT5M
39 + series:
40 + - aggregation: average
41 + kind: gauge
42 + - id: tunnel_egress_bytes
43 + azure_name: TunnelEgressBytes
44 + time_grain: PT5M
45 + series:
46 + - aggregation: total
47 + kind: counter
48 + - id: tunnel_ingress_bytes
49 + azure_name: TunnelIngressBytes
50 + time_grain: PT5M
51 + series:
52 + - aggregation: total
53 + kind: counter
54 + - id: tunnel_egress_packets
55 + azure_name: TunnelEgressPackets
56 + time_grain: PT5M
57 + series:
58 + - aggregation: total
59 + kind: counter
60 + - id: tunnel_ingress_packets
61 + azure_name: TunnelIngressPackets
62 + time_grain: PT5M
63 + series:
64 + - aggregation: total
65 + kind: counter
66 + - id: tunnel_peak_packets
67 + azure_name: TunnelPeakPackets
68 + time_grain: PT5M
69 + series:
70 + - aggregation: maximum
71 + kind: gauge
72 + - id: tunnel_total_flow_count
73 + azure_name: TunnelTotalFlowCount
74 + time_grain: PT5M
75 + series:
76 + - aggregation: total
77 + kind: counter
78 + - id: tunnel_nat_allocations
79 + azure_name: TunnelNatAllocations
80 + time_grain: PT5M
81 + series:
82 + - aggregation: total
83 + kind: counter
84 + - id: tunnel_nated_bytes
85 + azure_name: TunnelNatedBytes
86 + time_grain: PT5M
87 + series:
88 + - aggregation: total
89 + kind: counter
90 + - id: tunnel_reverse_nated_bytes
91 + azure_name: TunnelReverseNatedBytes
92 + time_grain: PT5M
93 + series:
94 + - aggregation: total
95 + kind: counter
96 + - id: tunnel_nated_packets
97 + azure_name: TunnelNatedPackets
98 + time_grain: PT5M
99 + series:
100 + - aggregation: total
101 + kind: counter
102 + - id: tunnel_reverse_nated_packets
103 + azure_name: TunnelReverseNatedPackets
104 + time_grain: PT5M
105 + series:
106 + - aggregation: total
107 + kind: counter
108 + - id: tunnel_nat_flow_count
109 + azure_name: TunnelNatFlowCount
110 + time_grain: PT5M
111 + series:
112 + - aggregation: total
113 + kind: counter
114 + - id: tunnel_egress_packet_drop_count
115 + azure_name: TunnelEgressPacketDropCount
116 + time_grain: PT5M
117 + series:
118 + - aggregation: total
119 + kind: counter
120 + - id: tunnel_ingress_packet_drop_count
121 + azure_name: TunnelIngressPacketDropCount
122 + time_grain: PT5M
123 + series:
124 + - aggregation: total
125 + kind: counter
126 + - id: tunnel_egress_packet_drop_ts_mismatch
127 + azure_name: TunnelEgressPacketDropTSMismatch
128 + time_grain: PT5M
129 + series:
130 + - aggregation: total
131 + kind: counter
132 + - id: tunnel_ingress_packet_drop_ts_mismatch
133 + azure_name: TunnelIngressPacketDropTSMismatch
134 + time_grain: PT5M
135 + series:
136 + - aggregation: total
137 + kind: counter
138 + - id: tunnel_nat_packet_drop
139 + azure_name: TunnelNatPacketDrop
140 + time_grain: PT5M
141 + series:
142 + - aggregation: total
143 + kind: counter
144 + - id: mmsa_count
145 + azure_name: MmsaCount
146 + time_grain: PT5M
147 + series:
148 + - aggregation: total
149 + kind: gauge
150 + - id: qmsa_count
151 + azure_name: QmsaCount
152 + time_grain: PT5M
153 + series:
154 + - aggregation: total
155 + kind: gauge
156 + - id: bgp_peer_status
157 + azure_name: BgpPeerStatus
158 + time_grain: PT5M
159 + series:
160 + - aggregation: average
161 + kind: gauge
162 + - id: bgp_routes_advertised
163 + azure_name: BgpRoutesAdvertised
164 + time_grain: PT5M
165 + series:
166 + - aggregation: total
167 + kind: counter
168 + - id: bgp_routes_learned
169 + azure_name: BgpRoutesLearned
170 + time_grain: PT5M
171 + series:
172 + - aggregation: total
173 + kind: counter
174 + - id: user_vpn_route_count
175 + azure_name: UserVpnRouteCount
176 + time_grain: PT5M
177 + series:
178 + - aggregation: total
179 + kind: gauge
180 + - id: vnet_address_prefix_count
181 + azure_name: VnetAddressPrefixCount
182 + time_grain: PT5M
183 + series:
184 + - aggregation: total
185 + kind: gauge
186 + - id: express_route_gateway_bits_per_second
187 + azure_name: ExpressRouteGatewayBitsPerSecond
188 + time_grain: PT5M
189 + series:
190 + - aggregation: average
191 + kind: gauge
192 + - id: express_route_gateway_cpu_utilization
193 + azure_name: ExpressRouteGatewayCpuUtilization
194 + time_grain: PT5M
195 + series:
196 + - aggregation: average
197 + kind: gauge
198 + - id: express_route_gateway_packets_per_second
199 + azure_name: ExpressRouteGatewayPacketsPerSecond
200 + time_grain: PT5M
201 + series:
202 + - aggregation: average
203 + kind: gauge
204 + - id: express_route_gateway_active_flows
205 + azure_name: ExpressRouteGatewayActiveFlows
206 + time_grain: PT5M
207 + series:
208 + - aggregation: average
209 + kind: gauge
210 + - id: express_route_gateway_count_of_routes_advertised_to_peer
211 + azure_name: ExpressRouteGatewayCountOfRoutesAdvertisedToPeer
212 + time_grain: PT5M
213 + series:
214 + - aggregation: maximum
215 + kind: gauge
216 + - id: express_route_gateway_count_of_routes_learned_from_peer
217 + azure_name: ExpressRouteGatewayCountOfRoutesLearnedFromPeer
218 + time_grain: PT5M
219 + series:
220 + - aggregation: maximum
221 + kind: gauge
222 + - id: express_route_gateway_frequency_of_routes_changed
223 + azure_name: ExpressRouteGatewayFrequencyOfRoutesChanged
224 + time_grain: PT5M
225 + series:
226 + - aggregation: total
227 + kind: counter
228 + - id: express_route_gateway_max_flows_creation_rate
229 + azure_name: ExpressRouteGatewayMaxFlowsCreationRate
230 + time_grain: PT5M
231 + series:
232 + - aggregation: maximum
233 + kind: gauge
234 + - id: express_route_gateway_number_of_vm_in_vnet
235 + azure_name: ExpressRouteGatewayNumberOfVmInVnet
236 + time_grain: PT5M
237 + series:
238 + - aggregation: maximum
239 + kind: gauge
240 + - id: scalable_express_route_gateway_bits_per_second
241 + azure_name: ScalableExpressRouteGatewayBitsPerSecond
242 + time_grain: PT5M
243 + series:
244 + - aggregation: average
245 + kind: gauge
246 + - id: scalable_express_route_gateway_cpu_utilization
247 + azure_name: ScalableExpressRouteGatewayCpuUtilization
248 + time_grain: PT5M
249 + series:
250 + - aggregation: average
251 + kind: gauge
252 + - id: scalable_express_route_gateway_packets_per_second
253 + azure_name: ScalableExpressRouteGatewayPacketsPerSecond
254 + time_grain: PT5M
255 + series:
256 + - aggregation: average
257 + kind: gauge
258 + - id: scalable_express_route_gateway_active_flows
259 + azure_name: ScalableExpressRouteGatewayActiveFlows
260 + time_grain: PT5M
261 + series:
262 + - aggregation: average
263 + kind: gauge
264 + - id: scalable_express_route_gateway_count_of_routes_advertised_to_peer
265 + azure_name: ScalableExpressRouteGatewayCountOfRoutesAdvertisedToPeer
266 + time_grain: PT5M
267 + series:
268 + - aggregation: maximum
269 + kind: gauge
270 + - id: scalable_express_route_gateway_count_of_routes_learned_from_peer
271 + azure_name: ScalableExpressRouteGatewayCountOfRoutesLearnedFromPeer
272 + time_grain: PT5M
273 + series:
274 + - aggregation: maximum
275 + kind: gauge
276 + - id: scalable_express_route_gateway_frequency_of_routes_changed
277 + azure_name: ScalableExpressRouteGatewayFrequencyOfRoutesChanged
278 + time_grain: PT5M
279 + series:
280 + - aggregation: total
281 + kind: counter
282 + - id: scalable_express_route_gateway_max_flows_creation_rate
283 + azure_name: ScalableExpressRouteGatewayMaxFlowsCreationRate
284 + time_grain: PT5M
285 + series:
286 + - aggregation: maximum
287 + kind: gauge
288 + - id: scalable_express_route_gateway_number_of_vm_in_vnet
289 + azure_name: ScalableExpressRouteGatewayNumberOfVmInVnet
290 + time_grain: PT5M
291 + series:
292 + - aggregation: maximum
293 + kind: gauge
294 + - id: scalable_express_route_gateway_scale_unit
295 + azure_name: ScalableExpressRouteGatewayScaleUnit
296 + time_grain: PT5M
297 + series:
298 + - aggregation: maximum
299 + kind: gauge
300 template:
301 family: Azure VPN Gateway
302 context_namespace: vpn_gateway
303 chart_defaults:
304 label_promotion:
305 - - resource_name
306 - - resource_group
307 - - region
308 - - resource_type
309 - - profile
305 + - resource_name
306 + - resource_group
307 + - region
308 + - resource_type
309 + - profile
310 instances:
311 by_labels:
312 - - resource_uid
312 + - resource_uid
313 charts:
314 - - id: am_azure_vpn_gateway__s2s_bandwidth
315 - title: Azure VPN Gateway S2S Bandwidth
316 - context: s2s_bandwidth
317 - family: Traffic
318 - type: line
319 - units: bytes/s
320 - algorithm: absolute
321 - dimensions:
322 - - selector: vpn_gateway.average_bandwidth_average
323 - name: average
324 - - id: am_azure_vpn_gateway__p2s_bandwidth
325 - title: Azure VPN Gateway P2S Bandwidth
326 - context: p2s_bandwidth
327 - family: Traffic
328 - type: line
329 - units: bytes/s
330 - algorithm: absolute
331 - dimensions:
332 - - selector: vpn_gateway.p2s_bandwidth_average
333 - name: average
334 - - id: am_azure_vpn_gateway__p2s_connections
335 - title: Azure VPN Gateway P2S Connection Count
336 - context: p2s_connections
337 - family: Traffic
338 - type: line
339 - units: connections
340 - algorithm: absolute
341 - dimensions:
342 - - selector: vpn_gateway.p2s_connection_count_total
343 - name: total
344 - - id: am_azure_vpn_gateway__gateway_flows
345 - title: Azure VPN Gateway Flows
346 - context: gateway_flows
347 - family: Traffic
348 - type: line
349 - units: flows
350 - algorithm: absolute
351 - dimensions:
352 - - selector: vpn_gateway.inbound_flows_count_maximum
353 - name: inbound
354 - - selector: vpn_gateway.outbound_flows_count_maximum
355 - name: outbound
356 - - id: am_azure_vpn_gateway__tunnel_bandwidth
357 - title: Azure VPN Gateway Tunnel Bandwidth
358 - context: tunnel_bandwidth
359 - family: Tunnel Traffic
360 - type: line
361 - units: bytes/s
362 - algorithm: absolute
363 - dimensions:
364 - - selector: vpn_gateway.tunnel_average_bandwidth_average
365 - name: average
366 - - id: am_azure_vpn_gateway__tunnel_bytes
367 - title: Azure VPN Gateway Tunnel Bytes
368 - context: tunnel_bytes
369 - family: Tunnel Traffic
370 - type: line
371 - units: bytes/s
372 - algorithm: incremental
373 - dimensions:
374 - - selector: vpn_gateway.tunnel_egress_bytes_total
375 - name: egress
376 - - selector: vpn_gateway.tunnel_ingress_bytes_total
377 - name: ingress
378 - - id: am_azure_vpn_gateway__tunnel_packets
379 - title: Azure VPN Gateway Tunnel Packets
380 - context: tunnel_packets
381 - family: Tunnel Traffic
382 - type: line
383 - units: packets/s
384 - algorithm: incremental
385 - dimensions:
386 - - selector: vpn_gateway.tunnel_egress_packets_total
387 - name: egress
388 - - selector: vpn_gateway.tunnel_ingress_packets_total
389 - name: ingress
390 - - id: am_azure_vpn_gateway__tunnel_peak_pps
391 - title: Azure VPN Gateway Tunnel Peak PPS
392 - context: tunnel_peak_pps
393 - family: Tunnel Traffic
394 - type: line
395 - units: packets/s
396 - algorithm: absolute
397 - dimensions:
398 - - selector: vpn_gateway.tunnel_peak_packets_maximum
399 - name: peak
400 - - id: am_azure_vpn_gateway__tunnel_total_flows
401 - title: Azure VPN Gateway Tunnel Total Flows
402 - context: tunnel_total_flows
403 - family: Tunnel Traffic
404 - type: line
405 - units: flows/s
406 - algorithm: incremental
407 - dimensions:
408 - - selector: vpn_gateway.tunnel_total_flow_count_total
409 - name: total
410 - - id: am_azure_vpn_gateway__tunnel_nat_allocations
411 - title: Azure VPN Gateway Tunnel NAT Allocations
412 - context: tunnel_nat_allocations
413 - family: Tunnel NAT
414 - type: line
415 - units: allocations/s
416 - algorithm: incremental
417 - dimensions:
418 - - selector: vpn_gateway.tunnel_nat_allocations_total
419 - name: total
420 - - id: am_azure_vpn_gateway__tunnel_nated_bytes
421 - title: Azure VPN Gateway Tunnel NATed Bytes
422 - context: tunnel_nated_bytes
423 - family: Tunnel NAT
424 - type: line
425 - units: bytes/s
426 - algorithm: incremental
427 - dimensions:
428 - - selector: vpn_gateway.tunnel_nated_bytes_total
429 - name: nated
430 - - selector: vpn_gateway.tunnel_reverse_nated_bytes_total
431 - name: reverse_nated
432 - - id: am_azure_vpn_gateway__tunnel_nated_packets
433 - title: Azure VPN Gateway Tunnel NATed Packets
434 - context: tunnel_nated_packets
435 - family: Tunnel NAT
436 - type: line
437 - units: packets/s
438 - algorithm: incremental
439 - dimensions:
440 - - selector: vpn_gateway.tunnel_nated_packets_total
441 - name: nated
442 - - selector: vpn_gateway.tunnel_reverse_nated_packets_total
443 - name: reverse_nated
444 - - id: am_azure_vpn_gateway__tunnel_nat_flows
445 - title: Azure VPN Gateway Tunnel NAT Flows
446 - context: tunnel_nat_flows
447 - family: Tunnel NAT
448 - type: line
449 - units: flows/s
450 - algorithm: incremental
451 - dimensions:
452 - - selector: vpn_gateway.tunnel_nat_flow_count_total
453 - name: total
454 - - id: am_azure_vpn_gateway__tunnel_packet_drops
455 - title: Azure VPN Gateway Tunnel Packet Drops
456 - context: tunnel_packet_drops
457 - family: Errors
458 - type: line
459 - units: packets/s
460 - algorithm: incremental
461 - dimensions:
462 - - selector: vpn_gateway.tunnel_egress_packet_drop_count_total
463 - name: egress
464 - - selector: vpn_gateway.tunnel_ingress_packet_drop_count_total
465 - name: ingress
466 - - id: am_azure_vpn_gateway__tunnel_ts_mismatch_drops
467 - title: Azure VPN Gateway Tunnel TS Mismatch Drops
468 - context: tunnel_ts_mismatch_drops
469 - family: Errors
470 - type: line
471 - units: packets/s
472 - algorithm: incremental
473 - dimensions:
474 - - selector: vpn_gateway.tunnel_egress_packet_drop_ts_mismatch_total
475 - name: egress
476 - - selector: vpn_gateway.tunnel_ingress_packet_drop_ts_mismatch_total
477 - name: ingress
478 - - id: am_azure_vpn_gateway__tunnel_nat_packet_drops
479 - title: Azure VPN Gateway Tunnel NAT Packet Drops
480 - context: tunnel_nat_packet_drops
481 - family: Errors
482 - type: line
483 - units: packets/s
484 - algorithm: incremental
485 - dimensions:
486 - - selector: vpn_gateway.tunnel_nat_packet_drop_total
487 - name: total
488 - - id: am_azure_vpn_gateway__ipsec_sa
489 - title: Azure VPN Gateway IPsec Security Associations
490 - context: ipsec_sa
491 - family: IPsec
492 - type: line
493 - units: associations
494 - algorithm: absolute
495 - dimensions:
496 - - selector: vpn_gateway.mmsa_count_total
497 - name: mmsa
498 - - selector: vpn_gateway.qmsa_count_total
499 - name: qmsa
500 - - id: am_azure_vpn_gateway__bgp_peer_status
501 - title: Azure VPN Gateway BGP Peer Status
502 - context: bgp_peer_status
503 - family: Routing
504 - type: line
505 - units: status
506 - algorithm: absolute
507 - dimensions:
508 - - selector: vpn_gateway.bgp_peer_status_average
509 - name: average
510 - - id: am_azure_vpn_gateway__bgp_routes
511 - title: Azure VPN Gateway BGP Routes
512 - context: bgp_routes
513 - family: Routing
514 - type: line
515 - units: routes/s
516 - algorithm: incremental
517 - dimensions:
518 - - selector: vpn_gateway.bgp_routes_advertised_total
519 - name: advertised
520 - - selector: vpn_gateway.bgp_routes_learned_total
521 - name: learned
522 - - id: am_azure_vpn_gateway__route_counts
523 - title: Azure VPN Gateway Route Counts
524 - context: route_counts
525 - family: Routing
526 - type: line
527 - units: routes
528 - algorithm: absolute
529 - dimensions:
530 - - selector: vpn_gateway.user_vpn_route_count_total
531 - name: user_vpn
532 - - selector: vpn_gateway.vnet_address_prefix_count_total
533 - name: vnet_prefix
534 - - id: am_azure_vpn_gateway__er_gateway_bandwidth
535 - title: Azure VPN Gateway ExpressRoute Bandwidth
536 - context: er_gateway_bandwidth
537 - family: ExpressRoute
538 - type: line
539 - units: bits/s
540 - algorithm: absolute
541 - dimensions:
542 - - selector: vpn_gateway.express_route_gateway_bits_per_second_average
543 - name: average
544 - - id: am_azure_vpn_gateway__er_gateway_cpu
545 - title: Azure VPN Gateway ExpressRoute CPU Utilization
546 - context: er_gateway_cpu
547 - family: ExpressRoute
548 - type: line
549 - units: percentage
550 - algorithm: absolute
551 - dimensions:
552 - - selector: vpn_gateway.express_route_gateway_cpu_utilization_average
553 - name: average
554 - - id: am_azure_vpn_gateway__er_gateway_packets
555 - title: Azure VPN Gateway ExpressRoute Packets
556 - context: er_gateway_packets
557 - family: ExpressRoute
558 - type: line
559 - units: packets/s
560 - algorithm: absolute
561 - dimensions:
562 - - selector: vpn_gateway.express_route_gateway_packets_per_second_average
563 - name: average
564 - - id: am_azure_vpn_gateway__er_gateway_active_flows
565 - title: Azure VPN Gateway ExpressRoute Active Flows
566 - context: er_gateway_active_flows
567 - family: ExpressRoute
568 - type: line
569 - units: flows
570 - algorithm: absolute
571 - dimensions:
572 - - selector: vpn_gateway.express_route_gateway_active_flows_average
573 - name: average
574 - - id: am_azure_vpn_gateway__er_gateway_routes_advertised
575 - title: Azure VPN Gateway ExpressRoute Routes Advertised to Peer
576 - context: er_gateway_routes_advertised
577 - family: ExpressRoute
578 - type: line
579 - units: routes
580 - algorithm: absolute
581 - dimensions:
582 - - selector: vpn_gateway.express_route_gateway_count_of_routes_advertised_to_peer_maximum
583 - name: maximum
584 - - id: am_azure_vpn_gateway__er_gateway_routes_learned
585 - title: Azure VPN Gateway ExpressRoute Routes Learned from Peer
586 - context: er_gateway_routes_learned
587 - family: ExpressRoute
588 - type: line
589 - units: routes
590 - algorithm: absolute
591 - dimensions:
592 - - selector: vpn_gateway.express_route_gateway_count_of_routes_learned_from_peer_maximum
593 - name: maximum
594 - - id: am_azure_vpn_gateway__er_gateway_route_changes
595 - title: Azure VPN Gateway ExpressRoute Route Changes
596 - context: er_gateway_route_changes
597 - family: ExpressRoute
598 - type: line
599 - units: changes/s
600 - algorithm: incremental
601 - dimensions:
602 - - selector: vpn_gateway.express_route_gateway_frequency_of_routes_changed_total
603 - name: total
604 - - id: am_azure_vpn_gateway__er_gateway_max_flows_rate
605 - title: Azure VPN Gateway ExpressRoute Max Flow Creation Rate
606 - context: er_gateway_max_flows_rate
607 - family: ExpressRoute
608 - type: line
609 - units: flows/s
610 - algorithm: absolute
611 - dimensions:
612 - - selector: vpn_gateway.express_route_gateway_max_flows_creation_rate_maximum
613 - name: maximum
614 - - id: am_azure_vpn_gateway__er_gateway_vm_count
615 - title: Azure VPN Gateway ExpressRoute VMs in VNet
616 - context: er_gateway_vm_count
617 - family: ExpressRoute
618 - type: line
619 - units: VMs
620 - algorithm: absolute
621 - dimensions:
622 - - selector: vpn_gateway.express_route_gateway_number_of_vm_in_vnet_maximum
623 - name: maximum
624 - - id: am_azure_vpn_gateway__scalable_er_bandwidth
625 - title: Azure VPN Gateway Scalable ExpressRoute Bandwidth
626 - context: scalable_er_bandwidth
627 - family: Scalable ExpressRoute
628 - type: line
629 - units: bits/s
630 - algorithm: absolute
631 - dimensions:
632 - - selector: vpn_gateway.scalable_express_route_gateway_bits_per_second_average
633 - name: average
634 - - id: am_azure_vpn_gateway__scalable_er_cpu
635 - title: Azure VPN Gateway Scalable ExpressRoute CPU Utilization
636 - context: scalable_er_cpu
637 - family: Scalable ExpressRoute
638 - type: line
639 - units: percentage
640 - algorithm: absolute
641 - dimensions:
642 - - selector: vpn_gateway.scalable_express_route_gateway_cpu_utilization_average
643 - name: average
644 - - id: am_azure_vpn_gateway__scalable_er_packets
645 - title: Azure VPN Gateway Scalable ExpressRoute Packets
646 - context: scalable_er_packets
647 - family: Scalable ExpressRoute
648 - type: line
649 - units: packets/s
650 - algorithm: absolute
651 - dimensions:
652 - - selector: vpn_gateway.scalable_express_route_gateway_packets_per_second_average
653 - name: average
654 - - id: am_azure_vpn_gateway__scalable_er_active_flows
655 - title: Azure VPN Gateway Scalable ExpressRoute Active Flows
656 - context: scalable_er_active_flows
657 - family: Scalable ExpressRoute
658 - type: line
659 - units: flows
660 - algorithm: absolute
661 - dimensions:
662 - - selector: vpn_gateway.scalable_express_route_gateway_active_flows_average
663 - name: average
664 - - id: am_azure_vpn_gateway__scalable_er_routes_advertised
665 - title: Azure VPN Gateway Scalable ExpressRoute Routes Advertised
666 - context: scalable_er_routes_advertised
667 - family: Scalable ExpressRoute
668 - type: line
669 - units: routes
670 - algorithm: absolute
671 - dimensions:
672 - - selector: vpn_gateway.scalable_express_route_gateway_count_of_routes_advertised_to_peer_maximum
673 - name: maximum
674 - - id: am_azure_vpn_gateway__scalable_er_routes_learned
675 - title: Azure VPN Gateway Scalable ExpressRoute Routes Learned
676 - context: scalable_er_routes_learned
677 - family: Scalable ExpressRoute
678 - type: line
679 - units: routes
680 - algorithm: absolute
681 - dimensions:
682 - - selector: vpn_gateway.scalable_express_route_gateway_count_of_routes_learned_from_peer_maximum
683 - name: maximum
684 - - id: am_azure_vpn_gateway__scalable_er_route_changes
685 - title: Azure VPN Gateway Scalable ExpressRoute Route Changes
686 - context: scalable_er_route_changes
687 - family: Scalable ExpressRoute
688 - type: line
689 - units: changes/s
690 - algorithm: incremental
691 - dimensions:
692 - - selector: vpn_gateway.scalable_express_route_gateway_frequency_of_routes_changed_total
693 - name: total
694 - - id: am_azure_vpn_gateway__scalable_er_max_flows_rate
695 - title: Azure VPN Gateway Scalable ExpressRoute Max Flow Creation Rate
696 - context: scalable_er_max_flows_rate
697 - family: Scalable ExpressRoute
698 - type: line
699 - units: flows/s
700 - algorithm: absolute
701 - dimensions:
702 - - selector: vpn_gateway.scalable_express_route_gateway_max_flows_creation_rate_maximum
703 - name: maximum
704 - - id: am_azure_vpn_gateway__scalable_er_vm_count
705 - title: Azure VPN Gateway Scalable ExpressRoute VMs in VNet
706 - context: scalable_er_vm_count
707 - family: Scalable ExpressRoute
708 - type: line
709 - units: VMs
710 - algorithm: absolute
711 - dimensions:
712 - - selector: vpn_gateway.scalable_express_route_gateway_number_of_vm_in_vnet_maximum
713 - name: maximum
714 - - id: am_azure_vpn_gateway__scalable_er_scale_units
715 - title: Azure VPN Gateway Scalable ExpressRoute Scale Units
716 - context: scalable_er_scale_units
717 - family: Scalable ExpressRoute
718 - type: line
719 - units: units
720 - algorithm: absolute
721 - dimensions:
722 - - selector: vpn_gateway.scalable_express_route_gateway_scale_unit_maximum
723 - name: maximum
314 + - id: am_azure_vpn_gateway__s2s_bandwidth
315 + title: Azure VPN Gateway S2S Bandwidth
316 + context: s2s_bandwidth
317 + family: Traffic
318 + type: line
319 + units: bytes/s
320 + algorithm: absolute
321 + dimensions:
322 + - selector: vpn_gateway.average_bandwidth_average
323 + name: average
324 + - id: am_azure_vpn_gateway__p2s_bandwidth
325 + title: Azure VPN Gateway P2S Bandwidth
326 + context: p2s_bandwidth
327 + family: Traffic
328 + type: line
329 + units: bytes/s
330 + algorithm: absolute
331 + dimensions:
332 + - selector: vpn_gateway.p2s_bandwidth_average
333 + name: average
334 + - id: am_azure_vpn_gateway__p2s_connections
335 + title: Azure VPN Gateway P2S Connection Count
336 + context: p2s_connections
337 + family: Traffic
338 + type: line
339 + units: connections
340 + algorithm: absolute
341 + dimensions:
342 + - selector: vpn_gateway.p2s_connection_count_total
343 + name: total
344 + - id: am_azure_vpn_gateway__gateway_flows
345 + title: Azure VPN Gateway Flows
346 + context: gateway_flows
347 + family: Traffic
348 + type: line
349 + units: flows
350 + algorithm: absolute
351 + dimensions:
352 + - selector: vpn_gateway.inbound_flows_count_maximum
353 + name: inbound
354 + - selector: vpn_gateway.outbound_flows_count_maximum
355 + name: outbound
356 + - id: am_azure_vpn_gateway__tunnel_bandwidth
357 + title: Azure VPN Gateway Tunnel Bandwidth
358 + context: tunnel_bandwidth
359 + family: Tunnel Traffic
360 + type: line
361 + units: bytes/s
362 + algorithm: absolute
363 + dimensions:
364 + - selector: vpn_gateway.tunnel_average_bandwidth_average
365 + name: average
366 + - id: am_azure_vpn_gateway__tunnel_bytes
367 + title: Azure VPN Gateway Tunnel Bytes
368 + context: tunnel_bytes
369 + family: Tunnel Traffic
370 + type: line
371 + units: bytes/s
372 + algorithm: incremental
373 + dimensions:
374 + - selector: vpn_gateway.tunnel_egress_bytes_total
375 + name: egress
376 + - selector: vpn_gateway.tunnel_ingress_bytes_total
377 + name: ingress
378 + - id: am_azure_vpn_gateway__tunnel_packets
379 + title: Azure VPN Gateway Tunnel Packets
380 + context: tunnel_packets
381 + family: Tunnel Traffic
382 + type: line
383 + units: packets/s
384 + algorithm: incremental
385 + dimensions:
386 + - selector: vpn_gateway.tunnel_egress_packets_total
387 + name: egress
388 + - selector: vpn_gateway.tunnel_ingress_packets_total
389 + name: ingress
390 + - id: am_azure_vpn_gateway__tunnel_peak_pps
391 + title: Azure VPN Gateway Tunnel Peak PPS
392 + context: tunnel_peak_pps
393 + family: Tunnel Traffic
394 + type: line
395 + units: packets/s
396 + algorithm: absolute
397 + dimensions:
398 + - selector: vpn_gateway.tunnel_peak_packets_maximum
399 + name: peak
400 + - id: am_azure_vpn_gateway__tunnel_total_flows
401 + title: Azure VPN Gateway Tunnel Total Flows
402 + context: tunnel_total_flows
403 + family: Tunnel Traffic
404 + type: line
405 + units: flows/s
406 + algorithm: incremental
407 + dimensions:
408 + - selector: vpn_gateway.tunnel_total_flow_count_total
409 + name: total
410 + - id: am_azure_vpn_gateway__tunnel_nat_allocations
411 + title: Azure VPN Gateway Tunnel NAT Allocations
412 + context: tunnel_nat_allocations
413 + family: Tunnel NAT
414 + type: line
415 + units: allocations/s
416 + algorithm: incremental
417 + dimensions:
418 + - selector: vpn_gateway.tunnel_nat_allocations_total
419 + name: total
420 + - id: am_azure_vpn_gateway__tunnel_nated_bytes
421 + title: Azure VPN Gateway Tunnel NATed Bytes
422 + context: tunnel_nated_bytes
423 + family: Tunnel NAT
424 + type: line
425 + units: bytes/s
426 + algorithm: incremental
427 + dimensions:
428 + - selector: vpn_gateway.tunnel_nated_bytes_total
429 + name: nated
430 + - selector: vpn_gateway.tunnel_reverse_nated_bytes_total
431 + name: reverse_nated
432 + - id: am_azure_vpn_gateway__tunnel_nated_packets
433 + title: Azure VPN Gateway Tunnel NATed Packets
434 + context: tunnel_nated_packets
435 + family: Tunnel NAT
436 + type: line
437 + units: packets/s
438 + algorithm: incremental
439 + dimensions:
440 + - selector: vpn_gateway.tunnel_nated_packets_total
441 + name: nated
442 + - selector: vpn_gateway.tunnel_reverse_nated_packets_total
443 + name: reverse_nated
444 + - id: am_azure_vpn_gateway__tunnel_nat_flows
445 + title: Azure VPN Gateway Tunnel NAT Flows
446 + context: tunnel_nat_flows
447 + family: Tunnel NAT
448 + type: line
449 + units: flows/s
450 + algorithm: incremental
451 + dimensions:
452 + - selector: vpn_gateway.tunnel_nat_flow_count_total
453 + name: total
454 + - id: am_azure_vpn_gateway__tunnel_packet_drops
455 + title: Azure VPN Gateway Tunnel Packet Drops
456 + context: tunnel_packet_drops
457 + family: Errors
458 + type: line
459 + units: packets/s
460 + algorithm: incremental
461 + dimensions:
462 + - selector: vpn_gateway.tunnel_egress_packet_drop_count_total
463 + name: egress
464 + - selector: vpn_gateway.tunnel_ingress_packet_drop_count_total
465 + name: ingress
466 + - id: am_azure_vpn_gateway__tunnel_ts_mismatch_drops
467 + title: Azure VPN Gateway Tunnel TS Mismatch Drops
468 + context: tunnel_ts_mismatch_drops
469 + family: Errors
470 + type: line
471 + units: packets/s
472 + algorithm: incremental
473 + dimensions:
474 + - selector: vpn_gateway.tunnel_egress_packet_drop_ts_mismatch_total
475 + name: egress
476 + - selector: vpn_gateway.tunnel_ingress_packet_drop_ts_mismatch_total
477 + name: ingress
478 + - id: am_azure_vpn_gateway__tunnel_nat_packet_drops
479 + title: Azure VPN Gateway Tunnel NAT Packet Drops
480 + context: tunnel_nat_packet_drops
481 + family: Errors
482 + type: line
483 + units: packets/s
484 + algorithm: incremental
485 + dimensions:
486 + - selector: vpn_gateway.tunnel_nat_packet_drop_total
487 + name: total
488 + - id: am_azure_vpn_gateway__ipsec_sa
489 + title: Azure VPN Gateway IPsec Security Associations
490 + context: ipsec_sa
491 + family: IPsec
492 + type: line
493 + units: associations
494 + algorithm: absolute
495 + dimensions:
496 + - selector: vpn_gateway.mmsa_count_total
497 + name: mmsa
498 + - selector: vpn_gateway.qmsa_count_total
499 + name: qmsa
500 + - id: am_azure_vpn_gateway__bgp_peer_status
501 + title: Azure VPN Gateway BGP Peer Status
502 + context: bgp_peer_status
503 + family: Routing
504 + type: line
505 + units: status
506 + algorithm: absolute
507 + dimensions:
508 + - selector: vpn_gateway.bgp_peer_status_average
509 + name: average
510 + - id: am_azure_vpn_gateway__bgp_routes
511 + title: Azure VPN Gateway BGP Routes
512 + context: bgp_routes
513 + family: Routing
514 + type: line
515 + units: routes/s
516 + algorithm: incremental
517 + dimensions:
518 + - selector: vpn_gateway.bgp_routes_advertised_total
519 + name: advertised
520 + - selector: vpn_gateway.bgp_routes_learned_total
521 + name: learned
522 + - id: am_azure_vpn_gateway__route_counts
523 + title: Azure VPN Gateway Route Counts
524 + context: route_counts
525 + family: Routing
526 + type: line
527 + units: routes
528 + algorithm: absolute
529 + dimensions:
530 + - selector: vpn_gateway.user_vpn_route_count_total
531 + name: user_vpn
532 + - selector: vpn_gateway.vnet_address_prefix_count_total
533 + name: vnet_prefix
534 + - id: am_azure_vpn_gateway__er_gateway_bandwidth
535 + title: Azure VPN Gateway ExpressRoute Bandwidth
536 + context: er_gateway_bandwidth
537 + family: ExpressRoute
538 + type: line
539 + units: bits/s
540 + algorithm: absolute
541 + dimensions:
542 + - selector: vpn_gateway.express_route_gateway_bits_per_second_average
543 + name: average
544 + - id: am_azure_vpn_gateway__er_gateway_cpu
545 + title: Azure VPN Gateway ExpressRoute CPU Utilization
546 + context: er_gateway_cpu
547 + family: ExpressRoute
548 + type: line
549 + units: percentage
550 + algorithm: absolute
551 + dimensions:
552 + - selector: vpn_gateway.express_route_gateway_cpu_utilization_average
553 + name: average
554 + - id: am_azure_vpn_gateway__er_gateway_packets
555 + title: Azure VPN Gateway ExpressRoute Packets
556 + context: er_gateway_packets
557 + family: ExpressRoute
558 + type: line
559 + units: packets/s
560 + algorithm: absolute
561 + dimensions:
562 + - selector: vpn_gateway.express_route_gateway_packets_per_second_average
563 + name: average
564 + - id: am_azure_vpn_gateway__er_gateway_active_flows
565 + title: Azure VPN Gateway ExpressRoute Active Flows
566 + context: er_gateway_active_flows
567 + family: ExpressRoute
568 + type: line
569 + units: flows
570 + algorithm: absolute
571 + dimensions:
572 + - selector: vpn_gateway.express_route_gateway_active_flows_average
573 + name: average
574 + - id: am_azure_vpn_gateway__er_gateway_routes_advertised
575 + title: Azure VPN Gateway ExpressRoute Routes Advertised to Peer
576 + context: er_gateway_routes_advertised
577 + family: ExpressRoute
578 + type: line
579 + units: routes
580 + algorithm: absolute
581 + dimensions:
582 + - selector: vpn_gateway.express_route_gateway_count_of_routes_advertised_to_peer_maximum
583 + name: maximum
584 + - id: am_azure_vpn_gateway__er_gateway_routes_learned
585 + title: Azure VPN Gateway ExpressRoute Routes Learned from Peer
586 + context: er_gateway_routes_learned
587 + family: ExpressRoute
588 + type: line
589 + units: routes
590 + algorithm: absolute
591 + dimensions:
592 + - selector: vpn_gateway.express_route_gateway_count_of_routes_learned_from_peer_maximum
593 + name: maximum
594 + - id: am_azure_vpn_gateway__er_gateway_route_changes
595 + title: Azure VPN Gateway ExpressRoute Route Changes
596 + context: er_gateway_route_changes
597 + family: ExpressRoute
598 + type: line
599 + units: changes/s
600 + algorithm: incremental
601 + dimensions:
602 + - selector: vpn_gateway.express_route_gateway_frequency_of_routes_changed_total
603 + name: total
604 + - id: am_azure_vpn_gateway__er_gateway_max_flows_rate
605 + title: Azure VPN Gateway ExpressRoute Max Flow Creation Rate
606 + context: er_gateway_max_flows_rate
607 + family: ExpressRoute
608 + type: line
609 + units: flows/s
610 + algorithm: absolute
611 + dimensions:
612 + - selector: vpn_gateway.express_route_gateway_max_flows_creation_rate_maximum
613 + name: maximum
614 + - id: am_azure_vpn_gateway__er_gateway_vm_count
615 + title: Azure VPN Gateway ExpressRoute VMs in VNet
616 + context: er_gateway_vm_count
617 + family: ExpressRoute
618 + type: line
619 + units: VMs
620 + algorithm: absolute
621 + dimensions:
622 + - selector: vpn_gateway.express_route_gateway_number_of_vm_in_vnet_maximum
623 + name: maximum
624 + - id: am_azure_vpn_gateway__scalable_er_bandwidth
625 + title: Azure VPN Gateway Scalable ExpressRoute Bandwidth
626 + context: scalable_er_bandwidth
627 + family: Scalable ExpressRoute
628 + type: line
629 + units: bits/s
630 + algorithm: absolute
631 + dimensions:
632 + - selector: vpn_gateway.scalable_express_route_gateway_bits_per_second_average
633 + name: average
634 + - id: am_azure_vpn_gateway__scalable_er_cpu
635 + title: Azure VPN Gateway Scalable ExpressRoute CPU Utilization
636 + context: scalable_er_cpu
637 + family: Scalable ExpressRoute
638 + type: line
639 + units: percentage
640 + algorithm: absolute
641 + dimensions:
642 + - selector: vpn_gateway.scalable_express_route_gateway_cpu_utilization_average
643 + name: average
644 + - id: am_azure_vpn_gateway__scalable_er_packets
645 + title: Azure VPN Gateway Scalable ExpressRoute Packets
646 + context: scalable_er_packets
647 + family: Scalable ExpressRoute
648 + type: line
649 + units: packets/s
650 + algorithm: absolute
651 + dimensions:
652 + - selector: vpn_gateway.scalable_express_route_gateway_packets_per_second_average
653 + name: average
654 + - id: am_azure_vpn_gateway__scalable_er_active_flows
655 + title: Azure VPN Gateway Scalable ExpressRoute Active Flows
656 + context: scalable_er_active_flows
657 + family: Scalable ExpressRoute
658 + type: line
659 + units: flows
660 + algorithm: absolute
661 + dimensions:
662 + - selector: vpn_gateway.scalable_express_route_gateway_active_flows_average
663 + name: average
664 + - id: am_azure_vpn_gateway__scalable_er_routes_advertised
665 + title: Azure VPN Gateway Scalable ExpressRoute Routes Advertised
666 + context: scalable_er_routes_advertised
667 + family: Scalable ExpressRoute
668 + type: line
669 + units: routes
670 + algorithm: absolute
671 + dimensions:
672 + - selector: vpn_gateway.scalable_express_route_gateway_count_of_routes_advertised_to_peer_maximum
673 + name: maximum
674 + - id: am_azure_vpn_gateway__scalable_er_routes_learned
675 + title: Azure VPN Gateway Scalable ExpressRoute Routes Learned
676 + context: scalable_er_routes_learned
677 + family: Scalable ExpressRoute
678 + type: line
679 + units: routes
680 + algorithm: absolute
681 + dimensions:
682 + - selector: vpn_gateway.scalable_express_route_gateway_count_of_routes_learned_from_peer_maximum
683 + name: maximum
684 + - id: am_azure_vpn_gateway__scalable_er_route_changes
685 + title: Azure VPN Gateway Scalable ExpressRoute Route Changes
686 + context: scalable_er_route_changes
687 + family: Scalable ExpressRoute
688 + type: line
689 + units: changes/s
690 + algorithm: incremental
691 + dimensions:
692 + - selector: vpn_gateway.scalable_express_route_gateway_frequency_of_routes_changed_total
693 + name: total
694 + - id: am_azure_vpn_gateway__scalable_er_max_flows_rate
695 + title: Azure VPN Gateway Scalable ExpressRoute Max Flow Creation Rate
696 + context: scalable_er_max_flows_rate
697 + family: Scalable ExpressRoute
698 + type: line
699 + units: flows/s
700 + algorithm: absolute
701 + dimensions:
702 + - selector: vpn_gateway.scalable_express_route_gateway_max_flows_creation_rate_maximum
703 + name: maximum
704 + - id: am_azure_vpn_gateway__scalable_er_vm_count
705 + title: Azure VPN Gateway Scalable ExpressRoute VMs in VNet
706 + context: scalable_er_vm_count
707 + family: Scalable ExpressRoute
708 + type: line
709 + units: VMs
710 + algorithm: absolute
711 + dimensions:
712 + - selector: vpn_gateway.scalable_express_route_gateway_number_of_vm_in_vnet_maximum
713 + name: maximum
714 + - id: am_azure_vpn_gateway__scalable_er_scale_units
715 + title: Azure VPN Gateway Scalable ExpressRoute Scale Units
716 + context: scalable_er_scale_units
717 + family: Scalable ExpressRoute
718 + type: line
719 + units: units
720 + algorithm: absolute
721 + dimensions:
722 + - selector: vpn_gateway.scalable_express_route_gateway_scale_unit_maximum
723 + name: maximum