OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_DOTNET_GC_COLLECTIONSConst

    METRIC_DOTNET_GC_COLLECTIONS: "dotnet.gc.collections" = ...

    The number of garbage collections that have occurred since the process has started.

    Meter name: System.Runtime; Added in: .NET 9.0. This metric uses the GC.CollectionCount(int generation) API to calculate exclusive collections per generation.