You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add the configured memory size of virtual machines in the vSphere input plugin. I worked on the code and was able to compile it. It works with the desired behaviour.
Current behavior:
vSphere input plugin does not allow us to retrieve the configured memory size of a virtual machine. The only metric available is the mem.granted.average which is not always equal to the actual configuration of the machine.
The vSphere plugin should be able to retrieve the actual configuration of the VM. The value being a configuration metric, and not a performance metric, it should be delivered as a tag.
Feature Request
Proposal:
I need to add the configured memory size of virtual machines in the vSphere input plugin. I worked on the code and was able to compile it. It works with the desired behaviour.
Current behavior:
vSphere input plugin does not allow us to retrieve the configured memory size of a virtual machine. The only metric available is the mem.granted.average which is not always equal to the actual configuration of the machine.
See this VMWare website or this paper to understand why.
Desired behavior:
The vSphere plugin should be able to retrieve the actual configuration of the VM. The value being a configuration metric, and not a performance metric, it should be delivered as a tag.
For example :
Use case:
The text was updated successfully, but these errors were encountered: