An individual time series performance data point.

Constructors

Properties

_100x: number

The number of responses that had an http status code between 1000-1999.

_20x: number

The number of responses that had an http status code between 200-299.

_30x: number

The number of responses that had an http status code between 300-399.

_403: number

The number of responses that had an http status code of 403.

_404: number

The number of responses that had an http status code of 404.

_40x: number

The number of responses that had an http status code between 400-499.

_500: number

The number of responses that had an http status code of 500.

_504: number

The number of responses that had an http status code of 504.

_50th: number

The 50th percentile response time.

_50x: number

The number of responses that had an http status code between 500-599.

_95th: number

The 95th percentile response time.

_99th: number

The 99th percentile response time.

avgOriginResponseTime: number

The average response time in milliseconds from the origin to the edge.

cacheHitRate: number

The percentage of requests that were served cached responses.

cacheHits: number

The total number of requests that were served cached responses.

endDatetime?: string
endTimestamp: number

The timestamp in milliseconds of the end of this interval.

responseTimeMs: number

The average response time in milliseconds.

startDatetime?: string
startTimestamp: number

The timestamp in milliseconds of the start of this interval.

totalRequests: number

The total number of requests received in this period.

totalRequestTime?: number
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]