Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional vsphere metric in metricbeat - feature request #7782

Closed
drav3nmc opened this issue Jul 27, 2018 · 5 comments
Closed

additional vsphere metric in metricbeat - feature request #7782

drav3nmc opened this issue Jul 27, 2018 · 5 comments
Labels

Comments

@drav3nmc
Copy link

Is it possible for the vsphere module in metricbeats to get the following additional metric

virtualmachine cpu.usage.average

@amandahla
Copy link

I'm not sure if vSphere API provides this information. Do you know that?

This module gets the information documented here and related to CPU the following properties are available:

  • overallCpuDemand: Basic CPU performance statistics, in MHz. Valid while the virtual machine is running.
  • overallCpuUsage (we use this): Basic CPU performance statistics, in MHz. Valid while the virtual machine is running.
  • staticCpuEntitlement: The static CPU resource entitlement for a virtual machine.

@ruflin ruflin added the Team:Integrations Label for the Integrations team label Nov 21, 2018
@botelastic
Copy link

botelastic bot commented Jul 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jul 8, 2020
@jsoriano
Copy link
Member

It seems that this and many other metrics can be collected using performance metrics. There is an example about this here: https://github.com/vmware/govmomi/blob/master/performance/example_test.go

@botelastic
Copy link

botelastic bot commented Jun 29, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jun 29, 2021
@jsoriano
Copy link
Member

Metricbeat 7.14 will include metrics for total and free CPU per virtualmachine, based on the configured CPU reservation (#26167).

Closing this by now, other metrics would be covered by #20313.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants