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

Dynamic CPU allocation support in Metricbeat System module #22885

Closed
gbanasiak opened this issue Dec 3, 2020 · 3 comments
Closed

Dynamic CPU allocation support in Metricbeat System module #22885

gbanasiak opened this issue Dec 3, 2020 · 3 comments
Assignees
Labels
enhancement Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team

Comments

@gbanasiak
Copy link
Contributor

Describe the enhancement:

Currently Metricbeat assumes fixed number of CPU cores, which is determined at startup (code). This assumption is not valid in case of certain hypervisors (e.g. Oracle VM). To support such environments, Metricbeat should periodically update the number of CPU cores.

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 3, 2020
@jsoriano jsoriano added the Team:Services (Deprecated) Label for the former Integrations-Services team label Dec 8, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-services (Team:Services)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 8, 2020
@fearful-symmetry
Copy link
Contributor

So, needless to say, NumCPUs is used quite a few times for a variety of things, but at least it should be fairly easy to update the metrics scraping code so we can respond to dynamic CPUs.

@fearful-symmetry
Copy link
Contributor

PR has been merged, will be backported. Change should be there in 7.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Metricbeat Metricbeat Team:Services (Deprecated) Label for the former Integrations-Services team
Projects
None yet
Development

No branches or pull requests

4 participants