-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
metadata.yaml
723 lines (719 loc) · 21.6 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
type: vcenter
status:
class: receiver
stability:
alpha: [metrics]
distributions: [contrib]
codeowners:
active: [schmikei, StefanKurek]
seeking_new: true
resource_attributes:
vcenter.datacenter.name:
description: The name of the vCenter datacenter.
enabled: true
type: string
vcenter.cluster.name:
description: The name of the vCenter cluster.
enabled: true
type: string
vcenter.host.name:
description: The hostname of the vCenter ESXi host.
enabled: true
type: string
vcenter.resource_pool.name:
description: The name of the resource pool.
enabled: true
type: string
vcenter.resource_pool.inventory_path:
description: The inventory path of the resource pool.
enabled: true
type: string
vcenter.virtual_app.name:
description: The name of the vApp.
enabled: true
type: string
vcenter.virtual_app.inventory_path:
description: The inventory path of the vApp.
enabled: true
type: string
vcenter.datastore.name:
description: The name of the vCenter datastore.
enabled: true
type: string
vcenter.vm.name:
description: The name of the virtual machine.
enabled: true
type: string
vcenter.vm.id:
description: The instance UUID of the virtual machine.
enabled: true
type: string
vcenter.vm_template.name:
description: The name of the virtual machine template.
enabled: true
type: string
vcenter.vm_template.id:
description: The instance UUID of the virtual machine template.
enabled: true
type: string
attributes:
disk_state:
description: The state of storage and whether it is already allocated or free.
type: string
enum:
- available
- used
disk_type:
description: The type of storage device that is being recorded.
type: string
enum:
- virtual
- physical
memory_usage_type:
name_override: type
description: The type of memory usage.
type: string
enum:
- guest
- host
- overhead
memory_granted_type:
name_override: type
description: The type of memory granted.
type: string
enum:
- private
- shared
cpu_reservation_type:
type: string
enum:
- total
- used
description: The type of CPU reservation for the host.
host_effective:
type: bool
name_override: effective
description: Whether the host is effective in the vCenter cluster.
host_power_state:
name_override: power_state
description: The current power state of the host.
type: string
enum:
- "on"
- "off"
- "standby"
- "unknown"
disk_direction:
name_override: direction
description: The direction of disk latency.
type: string
enum:
- read
- write
throughput_direction:
name_override: direction
description: The direction of network throughput.
type: string
enum:
- transmitted
- received
vm_count_power_state:
name_override: power_state
description: The current power state of the virtual machine.
type: string
enum:
- "on"
- "off"
- "suspended"
- "unknown"
entity_status:
name_override: status
description: The current status of the managed entity.
type: string
enum:
- "red"
- "yellow"
- "green"
- "gray"
object_name:
name_override: object
description: The object on the virtual machine or host that is being reported on.
type: string
vsan_throughput_direction:
name_override: direction
description: The type of vSAN throughput.
type: string
enum:
- read
- write
vsan_latency_type:
name_override: type
description: The type of vSAN latency.
type: string
enum:
- read
- write
vsan_operation_type:
name_override: type
description: The type of vSAN operation.
type: string
enum:
- read
- write
- unmap
metrics:
vcenter.datacenter.cluster.count:
enabled: true
description: The number of clusters in the datacenter.
unit: "{clusters}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [entity_status]
vcenter.datacenter.host.count:
enabled: true
description: The number of hosts in the datacenter.
unit: "{hosts}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [entity_status, host_power_state]
vcenter.datacenter.vm.count:
enabled: true
description: The number of VM's in the datacenter.
unit: "{virtual_machines}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [entity_status, vm_count_power_state]
vcenter.datacenter.datastore.count:
enabled: true
description: The number of datastores in the datacenter.
unit: "{datastores}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.datacenter.disk.space:
enabled: true
description: The amount of available and used disk space in the datacenter.
unit: "By"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_state]
vcenter.datacenter.cpu.limit:
enabled: true
description: The total amount of CPU available to the datacenter.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.datacenter.memory.limit:
enabled: true
description: The total amount of memory available to the datacenter.
unit: "By"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.cpu.limit:
enabled: true
description: The amount of CPU available to the cluster.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.cpu.effective:
enabled: true
description: The effective CPU available to the cluster. This value excludes CPU from hosts in maintenance mode or are unresponsive.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.memory.limit:
enabled: true
description: The available memory of the cluster.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.memory.effective:
enabled: true
description: The effective available memory of the cluster.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
extended_documentation: This value excludes memory from hosts that are either in maintenance mode or are unresponsive. It also excludes memory used by the VMware Service Console.
vcenter.cluster.vm.count:
enabled: true
description: The number of virtual machines in the cluster.
unit: "{virtual_machines}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [vm_count_power_state]
vcenter.cluster.vm_template.count:
enabled: true
description: The number of virtual machine templates in the cluster.
unit: "{virtual_machine_templates}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.host.count:
enabled: true
description: The number of hosts in the cluster.
unit: "{hosts}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [host_effective]
vcenter.cluster.vsan.throughput:
enabled: true
description: The vSAN throughput of a cluster.
unit: "By/s"
gauge:
value_type: double
attributes: [vsan_throughput_direction]
vcenter.cluster.vsan.operations:
enabled: true
description: The vSAN IOPs of a cluster.
unit: "{operations/s}"
gauge:
value_type: int
attributes: [vsan_operation_type]
vcenter.cluster.vsan.latency.avg:
enabled: true
description: The overall cluster latency while accessing vSAN storage.
unit: "us"
gauge:
value_type: int
attributes: [vsan_latency_type]
vcenter.cluster.vsan.congestions:
enabled: true
description: The congestions of IOs generated by all vSAN clients in the cluster.
unit: "{congestions/s}"
gauge:
value_type: double
attributes: []
vcenter.datastore.disk.usage:
enabled: true
description: The amount of space in the datastore.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_state]
vcenter.datastore.disk.utilization:
enabled: true
description: The utilization of the datastore.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.cpu.utilization:
enabled: true
description: The CPU utilization of the host system.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.cpu.usage:
enabled: true
description: The amount of CPU used by the host.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.host.cpu.capacity:
enabled: true
description: Total CPU capacity of the host system.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.host.cpu.reserved:
enabled: true
description: The CPU of the host reserved for use by virtual machines.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [cpu_reservation_type]
vcenter.host.disk.throughput:
enabled: true
description: Average number of kilobytes read from or written to the disk each second.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_direction, object_name]
extended_documentation: As measured over the most recent 20s interval. Aggregated disk I/O rate. Requires Performance Level 4.
vcenter.host.disk.latency.avg:
enabled: true
description: The latency of operations to the host system's disk.
unit: ms
gauge:
value_type: int
attributes: [disk_direction, object_name]
extended_documentation: This latency is the sum of the device and kernel read and write latencies. Requires Performance Counter level 2 for metric to populate.
vcenter.host.disk.latency.max:
enabled: true
description: Highest latency value across all disks used by the host.
unit: ms
gauge:
value_type: int
attributes: [object_name]
extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 3.
vcenter.host.memory.utilization:
enabled: true
description: The percentage of the host system's memory capacity that is being utilized.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.memory.usage:
enabled: true
description: The amount of memory the host system is using.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.host.network.throughput:
enabled: true
description: The amount of data that was transmitted or received over the network by the host.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.network.usage:
enabled: true
description: The sum of the data transmitted and received for all the NIC instances of the host.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [object_name]
vcenter.host.network.packet.error.rate:
enabled: true
description: The rate of packet errors transmitted or received on the host network.
unit: "{errors/s}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.network.packet.rate:
enabled: true
description: The rate of packets transmitted or received across each physical NIC (network interface controller) instance on the host.
unit: "{packets/s}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.network.packet.drop.rate:
enabled: true
description: The rate of packets dropped across each physical NIC (network interface controller) instance on the host.
unit: "{packets/s}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.vsan.throughput:
enabled: true
description: The vSAN throughput of a host.
unit: "By/s"
gauge:
value_type: double
attributes: [vsan_throughput_direction]
extended_documentation: As measured over the most recent 5m interval.
vcenter.host.vsan.operations:
enabled: true
description: The vSAN IOPs of a host.
unit: "{operations/s}"
gauge:
value_type: int
attributes: [vsan_operation_type]
extended_documentation: As measured over the most recent 5m interval.
vcenter.host.vsan.latency.avg:
enabled: true
description: The host latency while accessing vSAN storage.
unit: "us"
gauge:
value_type: int
attributes: [vsan_latency_type]
extended_documentation: As measured over the most recent 5m interval.
vcenter.host.vsan.congestions:
enabled: true
description: The congestions of IOs generated by all vSAN clients in the host.
unit: "{congestions/s}"
gauge:
value_type: double
attributes: []
extended_documentation: As measured over the most recent 5m interval.
vcenter.host.vsan.cache.hit_rate:
enabled: true
description: The host's read IOs which could be satisfied by the local client cache.
unit: "%"
gauge:
value_type: int
attributes: []
extended_documentation: As measured over the most recent 5m interval.
vcenter.resource_pool.memory.usage:
enabled: true
description: The usage of the memory by the resource pool.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [memory_usage_type]
vcenter.resource_pool.memory.shares:
enabled: true
description: The amount of shares of memory in the resource pool.
unit: "{shares}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.memory.swapped:
enabled: true
description: The amount of memory that is granted to VMs in the resource pool from the host's swap space.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.memory.ballooned:
enabled: true
description: The amount of memory in a resource pool that is ballooned due to virtualization.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.memory.granted:
enabled: true
description: The amount of memory that is granted to VMs in the resource pool from shared and non-shared host memory.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [memory_granted_type]
vcenter.resource_pool.cpu.usage:
enabled: true
description: The usage of the CPU used by the resource pool.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.cpu.shares:
enabled: true
description: The amount of shares of CPU in the resource pool.
unit: "{shares}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.ballooned:
enabled: true
description: The amount of memory that is ballooned due to virtualization.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.usage:
enabled: true
description: The amount of memory that is used by the virtual machine.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.swapped:
enabled: true
description: The portion of memory that is granted to this VM from the host's swap space.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.swapped_ssd:
enabled: true
description: The amount of memory swapped to fast disk device such as SSD.
unit: KiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.disk.usage:
enabled: true
description: The amount of storage space used by the virtual machine.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_state]
vcenter.vm.disk.utilization:
enabled: true
description: The utilization of storage on the virtual machine.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.disk.latency.avg:
enabled: true
description: The latency of operations to the virtual machine's disk.
unit: ms
gauge:
value_type: int
attributes: [disk_direction, disk_type, object_name]
extended_documentation: Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval.
vcenter.vm.disk.latency.max:
enabled: true
description: The highest reported total latency (device and kernel times) over an interval of 20 seconds.
unit: ms
gauge:
value_type: int
attributes: [object_name]
vcenter.vm.disk.throughput:
enabled: true
description: Average number of kilobytes read from or written to the virtual disk each second.
unit: "{KiBy/s}"
gauge:
value_type: int
attributes: [disk_direction, object_name]
extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 2.
vcenter.vm.network.throughput:
enabled: true
description: The amount of data that was transmitted or received over the network of the virtual machine.
unit: "By/s"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.packet.rate:
enabled: true
description: The rate of packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
unit: "{packets/s}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.packet.drop.rate:
enabled: true
description: The rate of transmitted or received packets dropped by each vNIC (virtual network interface controller) on the virtual machine.
unit: "{packets/s}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.usage:
enabled: true
description: The network utilization combined transmit and receive rates during an interval.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.cpu.utilization:
enabled: true
description: The CPU utilization of the VM.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.cpu.usage:
enabled: true
description: The amount of CPU used by the VM.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.cpu.readiness:
enabled: true
description: Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU.
unit: "%"
gauge:
value_type: int
attributes: []
vcenter.vm.memory.utilization:
enabled: true
description: The memory utilization of the VM.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.vsan.throughput:
enabled: true
description: The vSAN throughput of a virtual machine.
unit: "By/s"
gauge:
value_type: double
attributes: [vsan_throughput_direction]
vcenter.vm.vsan.operations:
enabled: true
description: The vSAN IOPs of a virtual machine.
unit: "{operations/s}"
gauge:
value_type: int
attributes: [vsan_operation_type]
vcenter.vm.vsan.latency.avg:
enabled: true
description: The virtual machine latency while accessing vSAN storage.
unit: "us"
gauge:
value_type: int
attributes: [vsan_latency_type]