Arize Phoenix TS
    Preparing search index...

    Statistics about a logSpans call. When successful, totalQueued equals totalReceived.

    interface LogSpansResult {
        totalQueued: number;
        totalReceived: number;
    }
    Index

    Properties

    totalQueued: number
    totalReceived: number