@@ -820,6 +820,48 @@ Total memory capacity of the host system.
820
820
| ---- | ----------- | ---------- | ----------------------- | --------- |
821
821
| MiBy | Sum | Double | Cumulative | false |
822
822
823
+ ### vcenter.vm.cpu.idle.time
824
+
825
+ Total time that the CPU spent in an idle state.
826
+
827
+ | Unit | Metric Type | Value Type |
828
+ | ---- | ----------- | ---------- |
829
+ | ms | Gauge | Int |
830
+
831
+ #### Attributes
832
+
833
+ | Name | Description | Values |
834
+ | ---- | ----------- | ------ |
835
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
836
+
837
+ ### vcenter.vm.cpu.ready.time
838
+
839
+ Milliseconds of CPU time spent in ready state.
840
+
841
+ | Unit | Metric Type | Value Type |
842
+ | ---- | ----------- | ---------- |
843
+ | ms | Gauge | Int |
844
+
845
+ #### Attributes
846
+
847
+ | Name | Description | Values |
848
+ | ---- | ----------- | ------ |
849
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
850
+
851
+ ### vcenter.vm.cpu.wait.time
852
+
853
+ Total CPU time spent in wait state.The wait total includes time spent the CPU Idle, CPU Swap Wait, and CPU I/O Wait states.
854
+
855
+ | Unit | Metric Type | Value Type |
856
+ | ---- | ----------- | ---------- |
857
+ | ms | Gauge | Int |
858
+
859
+ #### Attributes
860
+
861
+ | Name | Description | Values |
862
+ | ---- | ----------- | ------ |
863
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
864
+
823
865
### vcenter.vm.memory.granted
824
866
825
867
The amount of memory that is granted to a VM.
@@ -828,6 +870,40 @@ The amount of memory that is granted to a VM.
828
870
| ---- | ----------- | ---------- | ----------------------- | --------- |
829
871
| MiBy | Sum | Int | Cumulative | false |
830
872
873
+ ### vcenter.vm.network.broadcast.packet.rate
874
+
875
+ The rate of broadcast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
876
+
877
+ As measured over the most recent 20s interval.
878
+
879
+ | Unit | Metric Type | Value Type |
880
+ | ---- | ----------- | ---------- |
881
+ | {packets/s} | Gauge | Double |
882
+
883
+ #### Attributes
884
+
885
+ | Name | Description | Values |
886
+ | ---- | ----------- | ------ |
887
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
888
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
889
+
890
+ ### vcenter.vm.network.multicast.packet.rate
891
+
892
+ The rate of multicast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
893
+
894
+ As measured over the most recent 20s interval.
895
+
896
+ | Unit | Metric Type | Value Type |
897
+ | ---- | ----------- | ---------- |
898
+ | {packets/s} | Gauge | Double |
899
+
900
+ #### Attributes
901
+
902
+ | Name | Description | Values |
903
+ | ---- | ----------- | ------ |
904
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
905
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
906
+
831
907
## Resource Attributes
832
908
833
909
| Name | Description | Values | Enabled |
0 commit comments