We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Opening a feature request kicks off a discussion.
percpu returns cores as reported by OS
only pull metrics for physical cpus (ie for a box with 48 cores and 4 cpus, i would like to only get 5 metrics (4 physical + total)
The text was updated successfully, but these errors were encountered:
Perhaps we can add a tag with the physical cpu id, then you could either group at query time or with an aggregator.
Sorry, something went wrong.
related #4256
Successfully merging a pull request may close this issue.
Feature Request
Opening a feature request kicks off a discussion.
Proposal: Define a way to collect total and per physical cpu metrics, but not per core
Current behavior:
percpu returns cores as reported by OS
Desired behavior:
only pull metrics for physical cpus (ie for a box with 48 cores and 4 cpus, i would like to only get 5 metrics (4 physical + total)
Use case:
The text was updated successfully, but these errors were encountered: