Function: supportsAdvancedAnalytics()
supportsAdvancedAnalytics(
monitorType:"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:155
Check if monitor type supports advanced analytics.
Parametersโ
monitorTypeโ
Type of monitor.
"http" | "http-keyword" | "http-status" | "http-header" | "http-json" | "http-latency" | "port" | "ping" | "dns" | "ssl" | "websocket-keepalive" | "server-heartbeat" | "replication" | "cdn-edge-consistency"
Returnsโ
Promise<boolean>
true when the monitor supports advanced analytics; otherwise
false.