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

Incorrect metric names in ResourceUtilizationInstruments #5113

Open
evgenyfedorov2 opened this issue Apr 17, 2024 · 0 comments
Open

Incorrect metric names in ResourceUtilizationInstruments #5113

evgenyfedorov2 opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
area-fundamentals bug This issue describes a behavior which is not expected - a bug.

Comments

@evgenyfedorov2
Copy link

Metric names in ResourceUtilizationInstruments have incorrect keys https://github.com/dotnet/extensions/blob/10681a1cdb1e044b05341150203b94d5eec41557/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilizationInstruments.cs

  1. public const string CpuUtilization = "process.cpu.utilization"; - in reality, the CPU utilization is measured for all processes in a container, not only for current.
  2. public const string MemoryUtilization = "dotnet.process.memory.virtual.utilization";- in reality, the Memory utilization is measured for all processes in a container, not only for current dotnet process.
@geeknoid geeknoid added bug This issue describes a behavior which is not expected - a bug. and removed untriaged labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-fundamentals bug This issue describes a behavior which is not expected - a bug.
Projects
None yet
Development

No branches or pull requests

2 participants