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