Causality Analyzer
    Preparing search index...
    interface RateLimitResult {
        accepted: boolean;
        dropped: number;
        utilization: number;
    }
    Index
    accepted: boolean

    Whether the point was accepted

    dropped: number

    Number of points dropped (cumulative since creation)

    utilization: number

    Current buffer utilization (0-1)