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

heim-cpu: fix glob pattern to support more than 10 cpus #1

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

kaspar030
Copy link

@kaspar030 kaspar030 commented Mar 13, 2023

The previous glob pattern matched only single-digit CPU numbers. Change to support any number.

The upstream PR is this.
Fixes vectordotdev/vector#16664.

The previous glob pattern matched only single-digit CPU numbers.
Change to support any number.
Copy link

@spencergilbert spencergilbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spot checking locally this seems good to me.

@jszwedko jszwedko merged commit d64285b into vectordotdev:master Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: host_metrics host_physical_cpus is capped at 10 cpus
3 participants