@@ -60,14 +60,6 @@ The available memory of the cluster.
60
60
| ---- | ----------- | ---------- | ----------------------- | --------- |
61
61
| By | Sum | Int | Cumulative | false |
62
62
63
- ### vcenter.cluster.memory.used
64
-
65
- The memory that is currently used by the cluster.
66
-
67
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
68
- | ---- | ----------- | ---------- | ----------------------- | --------- |
69
- | By | Sum | Int | Cumulative | false |
70
-
71
63
### vcenter.cluster.vm.count
72
64
73
65
The number of virtual machines in the cluster.
@@ -82,6 +74,14 @@ The number of virtual machines in the cluster.
82
74
| ---- | ----------- | ------ |
83
75
| power_state | The current power state of the virtual machine. | Str: ` ` on` ` , ` ` off` ` , ` ` suspended` ` |
84
76
77
+ ### vcenter.cluster.vm_template.count
78
+
79
+ The number of virtual machine templates in the cluster.
80
+
81
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
82
+ | ---- | ----------- | ---------- | ----------------------- | --------- |
83
+ | {virtual_machine_templates} | Sum | Int | Cumulative | false |
84
+
85
85
### vcenter.datastore.disk.usage
86
86
87
87
The amount of space in the datastore.
@@ -400,6 +400,14 @@ The amount of memory that is used by the virtual machine.
400
400
| ---- | ----------- | ---------- | ----------------------- | --------- |
401
401
| MiBy | Sum | Int | Cumulative | false |
402
402
403
+ ### vcenter.vm.memory.utilization
404
+
405
+ The memory utilization of the VM.
406
+
407
+ | Unit | Metric Type | Value Type |
408
+ | ---- | ----------- | ---------- |
409
+ | % | Gauge | Double |
410
+
403
411
### vcenter.vm.network.packet.count
404
412
405
413
The amount of packets that was received or transmitted over the instance's network.
@@ -458,14 +466,6 @@ metrics:
458
466
enabled : true
459
467
` ` `
460
468
461
- ### vcenter.cluster.vm_template.count
462
-
463
- The number of virtual machine templates in the cluster.
464
-
465
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
466
- | ---- | ----------- | ---------- | ----------------------- | --------- |
467
- | {virtual_machine_templates} | Sum | Int | Cumulative | false |
468
-
469
469
### vcenter.host.network.packet.error.rate
470
470
471
471
The rate of packet errors transmitted or received on the host network.
@@ -500,14 +500,6 @@ As measured over the most recent 20s interval.
500
500
| direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
501
501
| object | The object on the virtual machine or host that is being reported on. | Any Str |
502
502
503
- ### vcenter.vm.memory.utilization
504
-
505
- The memory utilization of the VM.
506
-
507
- | Unit | Metric Type | Value Type |
508
- | ---- | ----------- | ---------- |
509
- | % | Gauge | Double |
510
-
511
503
### vcenter.vm.network.packet.drop.rate
512
504
513
505
The rate of transmitted or received packets dropped by each vNIC (virtual network interface controller) on the virtual machine.
@@ -547,14 +539,14 @@ As measured over the most recent 20s interval.
547
539
| Name | Description | Values | Enabled |
548
540
| ---- | ----------- | ------ | ------- |
549
541
| vcenter.cluster.name | The name of the vCenter cluster. | Any Str | true |
550
- | vcenter.datacenter.name | The name of the vCenter datacenter. | Any Str | false |
542
+ | vcenter.datacenter.name | The name of the vCenter datacenter. | Any Str | true |
551
543
| vcenter.datastore.name | The name of the vCenter datastore. | Any Str | true |
552
544
| vcenter.host.name | The hostname of the vCenter ESXi host. | Any Str | true |
553
545
| vcenter.resource_pool.inventory_path | The inventory path of the resource pool. | Any Str | true |
554
546
| vcenter.resource_pool.name | The name of the resource pool. | Any Str | true |
555
- | vcenter.virtual_app.inventory_path | The inventory path of the vApp. | Any Str | false |
556
- | vcenter.virtual_app.name | The name of the vApp. | Any Str | false |
547
+ | vcenter.virtual_app.inventory_path | The inventory path of the vApp. | Any Str | true |
548
+ | vcenter.virtual_app.name | The name of the vApp. | Any Str | true |
557
549
| vcenter.vm.id | The instance UUID of the virtual machine. | Any Str | true |
558
550
| vcenter.vm.name | The name of the virtual machine. | Any Str | true |
559
- | vcenter.vm_template.id | The instance UUID of the virtual machine template. | Any Str | false |
560
- | vcenter.vm_template.name | The name of the virtual machine template. | Any Str | false |
551
+ | vcenter.vm_template.id | The instance UUID of the virtual machine template. | Any Str | true |
552
+ | vcenter.vm_template.name | The name of the virtual machine template. | Any Str | true |
0 commit comments