-
Notifications
You must be signed in to change notification settings - Fork 841
Closed
Labels
area-resourcemonitoringbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Description
Description
We want to use this metric: dotnet.process.memory.virtual.utilization (https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-diagnostics#metric-dotnetprocessmemoryvirtualutilization) to track memory used by the application, but in the documentation, it is mentioned that this metric will generate values in range 0-1, but when we are plotting it on grafana we get values as high as 300-400.
Can you please help us understand what are the unit of these values and what they specify?
Reproduction Steps
- geneva metric account: officeWacProd
- namespace: excelyarpservice
- metric name: dotnet.process.memory.virtual.utilization
grafana dashboard link: https://excelonline-bpf2f0hxd5c8e7cu.weu.grafana.azure.com/d/beaxmt7zx4r9cb/health-xlyarp-prod?orgId=1&from=now-7d&to=now&var-MachineId=All&var-clusters=All&var-Datacenters=All&var-MachineFunction=All&var-path=All&editPanel=41
Expected behavior
the value of this metric should be between 0-1 and not beyond that
Actual behavior
metric values are beyond 1, they are 300, 400
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Labels
area-resourcemonitoringbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.

