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

Fix processcollector #1587

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Fix processcollector #1587

merged 4 commits into from
Aug 20, 2024

Conversation

ArthurSens
Copy link
Member

Should fix #1584

Thanks @bwplotka for investigating and finding the problem.

@bwplotka
Copy link
Member

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.

Copy link
Member

@bwplotka bwplotka left a 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

prometheus/process_collector.go Show resolved Hide resolved
prometheus/process_collector.go Show resolved Hide resolved
ArthurSens and others added 4 commits August 20, 2024 11:44
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>
@ArthurSens
Copy link
Member Author

Thanks for finishing this up!

@ArthurSens ArthurSens merged commit 2254d6c into release-1.20 Aug 20, 2024
12 checks passed
@ArthurSens ArthurSens deleted the fix-processcollector branch August 20, 2024 11:43
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.

collected metric process_network_receive_bytes_total counter with unregistered descriptor
2 participants