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

pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) #1735

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

jkroepke
Copy link
Member

@jkroepke jkroepke commented Nov 14, 2024

Old metric New metric
windows_os_paging_limit_bytes windows_pagefile_limit_bytes
windows_os_paging_free_bytes windows_pagefile_free_bytes

Metric is now available per file:

# HELP windows_pagefile_free_bytes OperatingSystem.FreeSpaceInPagingFiles
# TYPE windows_pagefile_free_bytes gauge
windows_pagefile_free_bytes{file="C:\\pagefile.sys"} 6.025797632e+09
# HELP windows_pagefile_limit_bytes OperatingSystem.SizeStoredInPagingFiles
# TYPE windows_pagefile_limit_bytes gauge
windows_pagefile_limit_bytes{file="C:\\pagefile.sys"} 6.442450944e+09

… (click PR for more information)

Signed-off-by: Jan-Otto Kröpke <[email protected]>
… (click PR for more information)

Signed-off-by: Jan-Otto Kröpke <[email protected]>
@jkroepke jkroepke requested a review from a team as a code owner November 14, 2024 21:22
@jkroepke jkroepke changed the title paging: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) pagefile: BREAKING: move paging metrics from os to dedicated collector (click PR for more information) Nov 14, 2024
@jkroepke jkroepke merged commit 7a9a4e5 into prometheus-community:master Nov 14, 2024
9 checks passed
@jkroepke jkroepke deleted the paging branch November 14, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant