@@ -104,6 +104,28 @@ The utilization of the datastore.
104
104
| ---- | ----------- | ---------- |
105
105
| % | Gauge | Double |
106
106
107
+ ### vcenter.host.cpu.capacity
108
+
109
+ Total CPU capacity of the host system.
110
+
111
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
112
+ | ---- | ----------- | ---------- | ----------------------- | --------- |
113
+ | MHz | Sum | Int | Cumulative | false |
114
+
115
+ ### vcenter.host.cpu.reserved
116
+
117
+ The CPU of the host reserved for use by virtual machines.
118
+
119
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
120
+ | ---- | ----------- | ---------- | ----------------------- | --------- |
121
+ | MHz | Sum | Int | Cumulative | false |
122
+
123
+ #### Attributes
124
+
125
+ | Name | Description | Values |
126
+ | ---- | ----------- | ------ |
127
+ | cpu_reservation_type | The type of CPU reservation for the host. | Str: ` ` total` ` , ` ` used` ` |
128
+
107
129
### vcenter.host.cpu.usage
108
130
109
131
The amount of CPU used by the host.
@@ -186,6 +208,23 @@ The percentage of the host system's memory capacity that is being utilized.
186
208
| ---- | ----------- | ---------- |
187
209
| % | Gauge | Double |
188
210
211
+ ### vcenter.host.network.packet.drop.rate
212
+
213
+ The rate of packets dropped across each physical NIC (network interface controller) instance on the host.
214
+
215
+ As measured over the most recent 20s interval.
216
+
217
+ | Unit | Metric Type | Value Type |
218
+ | ---- | ----------- | ---------- |
219
+ | {packets/sec} | Gauge | Double |
220
+
221
+ #### Attributes
222
+
223
+ | Name | Description | Values |
224
+ | ---- | ----------- | ------ |
225
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
226
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
227
+
189
228
### vcenter.host.network.packet.error.rate
190
229
191
230
The rate of packet errors transmitted or received on the host network.
@@ -289,6 +328,14 @@ The usage of the memory by the resource pool.
289
328
| ---- | ----------- | ------ |
290
329
| type | The type of memory usage. | Str: ` ` guest` ` , ` ` host` ` , ` ` overhead` ` |
291
330
331
+ ### vcenter.vm.cpu.readiness
332
+
333
+ Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU.
334
+
335
+ | Unit | Metric Type | Value Type |
336
+ | ---- | ----------- | ---------- |
337
+ | % | Gauge | Int |
338
+
292
339
### vcenter.vm.cpu.usage
293
340
294
341
The amount of CPU used by the VM.
@@ -575,45 +622,6 @@ The number of VM's in the datacenter.
575
622
| status | The current status of the managed entity. | Str: ` ` red` ` , ` ` yellow` ` , ` ` green` ` , ` ` gray` ` |
576
623
| power_state | The current power state of the virtual machine. | Str: ` ` on` ` , ` ` off` ` , ` ` suspended` ` , ` ` unknown` ` |
577
624
578
- ### vcenter.host.cpu.capacity
579
-
580
- Total CPU capacity of the host system.
581
-
582
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
583
- | ---- | ----------- | ---------- | ----------------------- | --------- |
584
- | MHz | Sum | Int | Cumulative | false |
585
-
586
- ### vcenter.host.cpu.reserved
587
-
588
- The CPU of the host reserved for use by virtual machines.
589
-
590
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
591
- | ---- | ----------- | ---------- | ----------------------- | --------- |
592
- | MHz | Sum | Int | Cumulative | false |
593
-
594
- #### Attributes
595
-
596
- | Name | Description | Values |
597
- | ---- | ----------- | ------ |
598
- | cpu_reservation_type | The type of CPU reservation for the host. | Str: ` ` total` ` , ` ` used` ` |
599
-
600
- ### vcenter.host.network.packet.drop.rate
601
-
602
- The rate of packets dropped across each physical NIC (network interface controller) instance on the host.
603
-
604
- As measured over the most recent 20s interval.
605
-
606
- | Unit | Metric Type | Value Type |
607
- | ---- | ----------- | ---------- |
608
- | {packets/sec} | Gauge | Double |
609
-
610
- #### Attributes
611
-
612
- | Name | Description | Values |
613
- | ---- | ----------- | ------ |
614
- | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
615
- | object | The object on the virtual machine or host that is being reported on. | Any Str |
616
-
617
625
### vcenter.resource_pool.memory.ballooned
618
626
619
627
The amount of memory in a resource pool that is ballooned due to virtualization.
@@ -644,14 +652,6 @@ The amount of memory that is granted to VMs in the resource pool from the host's
644
652
| ---- | ----------- | ---------- | ----------------------- | --------- |
645
653
| MiBy | Sum | Int | Cumulative | false |
646
654
647
- ### vcenter.vm.cpu.readiness
648
-
649
- Percentage of time that the virtual machine was ready, but could not get scheduled to run on the physical CPU.
650
-
651
- | Unit | Metric Type | Value Type |
652
- | ---- | ----------- | ---------- |
653
- | % | Gauge | Int |
654
-
655
655
## Resource Attributes
656
656
657
657
| Name | Description | Values | Enabled |
0 commit comments