Amazon Vinyl
    Preparing search index...

    Interface ServiceMetrics

    interface ServiceMetrics {
        failureTotals: ServiceTotals;
        responseTime: StatMetrics;
        retryAfter: number | null;
        successTotals: ServiceTotals;
    }
    Index
    failureTotals: ServiceTotals

    Metrics for !OK responses.

    responseTime: StatMetrics

    Metrics describing the response timing for this service, in seconds.

    retryAfter: number | null

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

    successTotals: ServiceTotals

    Metrics for OK responses.