Vinyl
    Preparing search index...

    Interface ServiceMetrics

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

    Properties

    downlinkSpeed: StatMetrics

    Metrics describing download speeds, in bits per second (bps), for this service.

    failureTotals: ServiceTotals

    Metrics for !OK responses.

    responseTime: StatMetrics

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

    retryAfter: null | number

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

    successTotals: ServiceTotals

    Metrics for OK responses.