@@ -820,6 +820,62 @@ 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.latency.avg
838
+
839
+ Percent of time the virtual machine is unable to run because it is contending for access to the physical CPU.
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.ready.time
852
+
853
+ Milliseconds of CPU time spent in ready state.
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
+
865
+ ### vcenter.vm.cpu.wait.time
866
+
867
+ 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.
868
+
869
+ | Unit | Metric Type | Value Type |
870
+ | ---- | ----------- | ---------- |
871
+ | ms | Gauge | Int |
872
+
873
+ #### Attributes
874
+
875
+ | Name | Description | Values |
876
+ | ---- | ----------- | ------ |
877
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
878
+
823
879
### vcenter.vm.memory.granted
824
880
825
881
The amount of memory that is granted to a VM.
@@ -828,6 +884,40 @@ The amount of memory that is granted to a VM.
828
884
| ---- | ----------- | ---------- | ----------------------- | --------- |
829
885
| MiBy | Sum | Int | Cumulative | false |
830
886
887
+ ### vcenter.vm.network.broadcast.packet.rate
888
+
889
+ The rate of broadcast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
890
+
891
+ As measured over the most recent 20s interval.
892
+
893
+ | Unit | Metric Type | Value Type |
894
+ | ---- | ----------- | ---------- |
895
+ | {packets/s} | Gauge | Double |
896
+
897
+ #### Attributes
898
+
899
+ | Name | Description | Values |
900
+ | ---- | ----------- | ------ |
901
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
902
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
903
+
904
+ ### vcenter.vm.network.multicast.packet.rate
905
+
906
+ The rate of multicast packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
907
+
908
+ As measured over the most recent 20s interval.
909
+
910
+ | Unit | Metric Type | Value Type |
911
+ | ---- | ----------- | ---------- |
912
+ | {packets/s} | Gauge | Double |
913
+
914
+ #### Attributes
915
+
916
+ | Name | Description | Values |
917
+ | ---- | ----------- | ------ |
918
+ | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
919
+ | object | The object on the virtual machine or host that is being reported on. | Any Str |
920
+
831
921
## Resource Attributes
832
922
833
923
| Name | Description | Values | Enabled |
0 commit comments