OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_DOTNET_GC_LAST_COLLECTION_MEMORY_COMMITTED_SIZEConst

    METRIC_DOTNET_GC_LAST_COLLECTION_MEMORY_COMMITTED_SIZE: "dotnet.gc.last_collection.memory.committed_size" = ...

    The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection.

    Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as calling GC.GetGCMemoryInfo().TotalCommittedBytes. Committed virtual memory may be larger than the heap size because it includes both memory for storing existing objects (the heap size) and some extra memory that is ready to handle newly allocated objects in the future.