Function: allSupportsResponseTime()
allSupportsResponseTime(
monitorTypes: ("http"|"http-keyword"|"http-status"|"http-header"|"http-json"|"http-latency"|"port"|"ping"|"dns"|"ssl"|"websocket-keepalive"|"server-heartbeat"|"replication"|"cdn-edge-consistency")[]):Promise<boolean>
Defined in: src/utils/monitorUiHelpers.ts:225
Check if all monitor types in array support response time.
Parametersโ
monitorTypesโ
("http" | "http-keyword" | "http-status" | "http-header" | "http-json" | "http-latency" | "port" | "ping" | "dns" | "ssl" | "websocket-keepalive" | "server-heartbeat" | "replication" | "cdn-edge-consistency")[]
Array of monitor types to check.
Returnsโ
Promise<boolean>
true when every monitor type in the list supports response time
analytics.