Rezi
    Preparing search index...

    Type Alias DebugStats

    DebugStats: Readonly<
        {
            currentRingUsage: number;
            errorCount: number;
            ringCapacity: number;
            totalDropped: bigint;
            totalRecords: bigint;
            warnCount: number;
        },
    >

    Debug statistics snapshot. Matches zr_debug_stats_t (32 bytes).

    Why: Provides aggregate counts for monitoring without querying individual records.