layer1: add namespace source counts

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