Amazon Vinyl
    Preparing search index...

    Interface NetworkMetricsEntry

    Information about a completed request attempt.

    interface NetworkMetricsEntry {
        ok: boolean;
        responseTime: number | null;
        retryAfter: number | null;
        serviceId: string | null;
    }
    Index
    ok: boolean

    True if the request was successful.

    responseTime: number | null

    The number of seconds the response took or null for no response.

    retryAfter: number | null

    If the request was !ok and there was a retry-after header, this will be set.

    serviceId: string | null

    The id of the service, or null.