Skip to main content

Function: supportsAdvancedAnalytics()

supportsAdvancedAnalytics(monitorType: "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:218

Check if monitor type supports advanced analytics.

Parametersโ€‹

monitorTypeโ€‹

Type of monitor.

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

Returnsโ€‹

Promise<boolean>

true when the monitor supports advanced analytics; otherwise false.