-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix processcollector #1587
Fix processcollector #1587
Conversation
If you don't mind I will change it to point to the release branch as it's a critical fix. Do you mind bumping patch version and CHANGELOG too? Checking what we can do for testability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, let's rebase, merge and release 1.20.1 (do you mind changing version and changelog too?).
Validating all cases for avoiding those regressions are discussed here: #1591, but just changing to pedantic registry would catch this (see my CI test run): https://github.com/prometheus/client_golang/actions/runs/10469430197/job/28992461341?pr=1592#step:3:1339
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: bwplotka <bwplotka@gmail.com>
Signed-off-by: bwplotka <bwplotka@gmail.com>
3224f59
to
4a15d05
Compare
Thanks for finishing this up! |
Should fix #1584
Thanks @bwplotka for investigating and finding the problem.