Skip to main content

Function: allSupportsResponseTime()

allSupportsResponseTime(monitorTypes: ("cdn-edge-consistency" | "dns" | "http" | "http-header" | "http-json" | "http-keyword" | "http-latency" | "http-status" | "ping" | "port" | "replication" | "server-heartbeat" | "ssl" | "websocket-keepalive")[]): Promise<boolean>

Defined in: src/utils/monitorUiHelpers.ts:284

Check if all monitor types in array support response time.

Parametersโ€‹

monitorTypesโ€‹

("cdn-edge-consistency" | "dns" | "http" | "http-header" | "http-json" | "http-keyword" | "http-latency" | "http-status" | "ping" | "port" | "replication" | "server-heartbeat" | "ssl" | "websocket-keepalive")[]

Array of monitor types to check.

Returnsโ€‹

Promise<boolean>

true when every monitor type in the list supports response time analytics.