MCPcopy
hub / github.com/control-theory/gonzo / SourceGroup

Interface SourceGroup

web/src/components/panels/SourcesSection.tsx:12–17  ·  view source on GitHub ↗

Group streams by their `source` field (e.g. "file", "k8s", "otlp", "stdin").

Source from the content-addressed store, hash-verified

10
11/** Group streams by their `source` field (e.g. "file", "k8s", "otlp", "stdin"). */
12interface SourceGroup {
13 source: string
14 streams: StreamInfo[]
15 totalLogs: number
16 activeCount: number
17}
18
19/** A dimension group like "Host", "Service", "Namespace", etc. */
20interface DimensionGroup {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected