Uh oh!
There was an error while loading. Please reload this page.
Fix Process Metric calculation in CgroupsV2 - #6321
Conversation
evgenyfedorov2
left a comment
There was a problem hiding this comment.
Why do we need this change?
The ResourceUtilizationInstruments.ProcessCpuUtilization metric is deprecated (unofficially). ResourceUtilizationInstruments.ContainerCpuRequestUtilization is the replacement and it already has the right calculation logic
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
evgenyfedorov2
commented
Apr 22, 2025
/backport to release/9.4 |
Started backporting to release/9.4: https://github.com/dotnet/extensions/actions/runs/14599507495 |
@evgenyfedorov2 an error occurred while backporting to "release/9.4", please check the run log for details! Error: @evgenyfedorov2 is not a repo collaborator, backporting is not allowed. If you're a collaborator please make sure your dotnet team membership visibility is set to Public on https://github.com/orgs/dotnet/people?query=evgenyfedorov2 |
evgenyfedorov2
commented
Apr 22, 2025
/backport to release/9.4 |
Started backporting to release/9.4: https://github.com/dotnet/extensions/actions/runs/14599549296 |
Missed updating the process metric in first check-in. Updating the same to use correct calculations behind the flag, and to ensure CpuUtilization() is not invoked at all.
Microsoft Reviewers: Open in CodeFlow