Function: allSupportsAdvancedAnalytics()
allSupportsAdvancedAnalytics(
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:259
Check if all monitor types in array support advanced analytics.
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 provided array supports
advanced analytics.