roblappcoupa
roblappcoupa
Using `IResourceMonitor` makes it very easy for a consumer to obtain and hook into cgroup-aware CPU and memory metrics without: 1. needing to obtain the values themselves 2. having to...
Thanks for the info. I want to make sure of the following: 1. Is the code above cgroup aware? I assume it is since you are adding `services.AddResourceMonitoring()` which has...
Thanks again for following up. I used [this example](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/diagnostic-resource-monitoring) from the official documentation and it does not work correctly based on my findings. The values it produces are incorrect -...
@evgenyfedorov2 Thank you very much for following up and confirming my understanding. While I understand you want to limit the surface area and duplication, as a consumer I feel like...
@evgenyfedorov2 I created a new issue requesting a new article [here](https://github.com/dotnet/docs/issues/47072).