layer1: add live namespace counts

This commit is contained in:
Naeel
2026-04-26 10:59:39 +03:00
parent b93e720e12
commit 073f2c1504
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ type NamespaceEvent struct {
type NamespaceManagerSummary struct {
TotalNamespaces int
LiveNamespaces int
PhaseCounts map[NamespacePhase]int
SourceCounts map[NamespaceSource]int
Subscribers []string