Function: getMonitorRuntimeSummary()
getMonitorRuntimeSummary(
monitors: readonly {monitoring:boolean; }[]):MonitorRuntimeSummary
Defined in: src/utils/monitoring/monitorRuntime.ts:45
Computes runtime summary information for a collection of monitors.
Parametersโ
monitorsโ
readonly { monitoring: boolean; }[]
Collection of monitor descriptors with a monitoring flag.
Returnsโ
Summary counts describing monitor runtime state.
Remarksโ
Tallies how many monitors are flagged as currently monitoring and whether
this includes the entire collection. The input only requires a monitoring
boolean, making it compatible with trimmed DTOs or store slices.