djluck / prometheus-net.DotNetRuntime

Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the prometheus-net package
MIT License
357 stars 85 forks source link

GC Committed Bytes (gc-committed) is not collected #78

Open troepolik opened 7 months ago

troepolik commented 7 months ago

There is new usefull metric in net6 + GC Committed Bytes (gc-committed) | The number of bytes committed by the GC | .NET 6 https://learn.microsoft.com/en-gb/dotnet/core/diagnostics/available-counters#systemruntime-counters Could we add support of this metric?