Interface: AggregatedResourceStatus
Aggregate view of every active publisher; returned by useResourceStatus.
Properties
Section titled “Properties”activeCount
Section titled “activeCount”activeCount:
number
Total registered publishers (including those whose status is null).
affectedLabels
Section titled “affectedLabels”affectedLabels:
string[]
De-duped, sorted labels of every publisher with a non-null status.
byKind
Section titled “byKind”byKind:
Record<string,ResourceStatus>
Worst status per kind.
elapsedMs
Section titled “elapsedMs”elapsedMs:
number
Milliseconds since the worst entry’s startedAt; 0 when nothing is pending.
version
Section titled “version”version:
number
Monotonic counter bumped on every publish/unpublish.
worst:
ResourceStatus|null
Highest-severity status across all publishers, or null when nothing is pending.