diagnostics
diagnostics copied to clipboard
dotnet-counters `gc.heap.generation` output
gc.heap.generation output for now
The output is expected and is part of the new meters design. The "gc.heap.generation" section is column header. Marking as "enhancement" to track improving the dotnet-counters output to make it more intuitive. Also we should update our documentation - https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters#examples-1.
Yeah, from the document https://learn.microsoft.com/en-us/dotnet/core/diagnostics/built-in-metrics-runtime#metric-dotnetgclast_collectionheapsize, the value should be one of the gen0;gen1;gen2;loh;poh
The gc.heap.generation is a little confused for me