Skip to main content

Function: allSupportsAdvancedAnalytics()

allSupportsAdvancedAnalytics(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:200

Check if all monitor types in array support advanced analytics.

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 provided array supports advanced analytics.