Exposes .NET runtime metrics (GC, JIT, lock contention, thread pool, exceptions).
$ dotnet add package PW.Diagnostics.RuntimeA plugin for the System.Diagnostics.DiagnosticSource package, exposing .NET runtime metrics including:
These metrics are essential for understanding the performance of any non-trivial application. Even if your application is well instrumented, you're only getting half the story- what the runtime is doing completes the picture.
The package can be installed from nuget:
dotnet add package PW.Diagnostics.Runtime
See example and extension method