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

Add missing Process Collector metrics #809

Merged
merged 3 commits into from Jun 24, 2021
Merged

Add missing Process Collector metrics #809

merged 3 commits into from Jun 24, 2021

Conversation

breed808
Copy link
Contributor

This PR adds the windows_process_working_set_private_bytes and windows_process_working_set_peak_bytes metrics, which were previously being collected but not exposed.

I've also moved the collector metric documentation to the collector's markdown file, leaving a less-verbose description in each metric definition.

Finally, the windows_process_working_set metric has been renamed to windows_process_working_set_bytes to keep in line with the Prometheus metric naming best practices.

Resolves #797

@breed808 breed808 requested a review from a team as a code owner June 18, 2021 23:00
Working Set Private and Working Set Peak were being collected, but not
exposed by the exporter.

Signed-off-by: Ben Reedy <breed808@breed808.com>
Signed-off-by: Ben Reedy <breed808@breed808.com>
Signed-off-by: Ben Reedy <breed808@breed808.com>
Copy link
Collaborator

@carlpett carlpett left a comment

Choose a reason for hiding this comment

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

LGTM. We'll need to note the breaking change in the next release notes.

@breed808 breed808 merged commit cc45eeb into prometheus-community:master Jun 24, 2021
@breed808 breed808 deleted the process_working_set_private branch June 24, 2021 22:36
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.

Working Set - Private process counter is collected but not exposed as a metric
2 participants