@@ -820,6 +820,21 @@ Total memory capacity of the host system.
820
820
| ---- | ----------- | ---------- | ----------------------- | --------- |
821
821
| MiBy | Sum | Double | Cumulative | false |
822
822
823
+ ### vcenter.vm.cpu.time
824
+
825
+ CPU time spent in idle, ready or idle state.
826
+
827
+ | Unit | Metric Type | Value Type |
828
+ | ---- | ----------- | ---------- |
829
+ | % | Gauge | Double |
830
+
831
+ #### Attributes
832
+
833
+ | Name | Description | Values |
834
+ | ---- | ----------- | ------ |
835
+ | spent_state | Whether the CPU time was spent in idle, ready or wait state. | Str: ` ` idle` ` , ` ` ready` ` , ` ` wait` ` |
836
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
837
+
823
838
### vcenter.vm.memory.granted
824
839
825
840
The amount of memory that is granted to a VM.
@@ -828,6 +843,40 @@ The amount of memory that is granted to a VM.
828
843
| ---- | ----------- | ---------- | ----------------------- | --------- |
829
844
| MiBy | Sum | Int | Cumulative | false |
830
845
846
+ ### vcenter.vm.network.broadcast.packet.rate
847
+
848
+ The rate of broadcast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
849
+
850
+ As measured over the most recent 20s interval.
851
+
852
+ | Unit | Metric Type | Value Type |
853
+ | ---- | ----------- | ---------- |
854
+ | {packets/s} | Gauge | Double |
855
+
856
+ #### Attributes
857
+
858
+ | Name | Description | Values |
859
+ | ---- | ----------- | ------ |
860
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
861
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
862
+
863
+ ### vcenter.vm.network.multicast.packet.rate
864
+
865
+ The rate of multicast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
866
+
867
+ As measured over the most recent 20s interval.
868
+
869
+ | Unit | Metric Type | Value Type |
870
+ | ---- | ----------- | ---------- |
871
+ | {packets/s} | Gauge | Double |
872
+
873
+ #### Attributes
874
+
875
+ | Name | Description | Values |
876
+ | ---- | ----------- | ------ |
877
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
878
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
879
+
831
880
## Resource Attributes
832
881
833
882
| Name | Description | Values | Enabled |
0 commit comments