Replies: 1 comment
-
Hi team, can someone please help here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to get CPU utilization of the current application. My application is running on a machine.
I see there are 2 cpu metrics:
process.cpu.utilization (https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-diagnostics#metric-containercpurequestutilization)
container.cpu.request.utilization (https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-diagnostics#metric-containercpurequestutilization)
I wanted to understand difference between these two metrics and what will be the best suited for my use case?
Beta Was this translation helpful? Give feedback.
All reactions