OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_DOTNET_GC_HEAP_TOTAL_ALLOCATEDConst

    METRIC_DOTNET_GC_HEAP_TOTAL_ALLOCATED: "dotnet.gc.heap.total_allocated" = ...

    The approximate number of bytes allocated on the managed GC heap since the process has started. The returned value does not include any native allocations.

    Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as calling GC.GetTotalAllocatedBytes().