Object containing all metrics and their values collected for a Synthetic API test. See the Synthetic Monitoring Metrics documentation.

Hierarchy

  • SyntheticsTiming

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dns?: number

The duration in millisecond of the DNS lookup.

download?: number

The time in millisecond to download the response.

firstByte?: number

The time in millisecond to first byte.

handshake?: number

The duration in millisecond of the TLS handshake.

redirect?: number

The time in millisecond spent during redirections.

ssl?: number

The duration in millisecond of the TLS handshake.

tcp?: number

Time in millisecond to establish the TCP connection.

total?: number

The overall time in millisecond the request took to be processed.

wait?: number

Time spent in millisecond waiting for a response.

Generated using TypeDoc