Interface: TelemetryBusConfig
Defined in: packages/core/src/observability/TelemetryBus.ts:288
Configuration for the telemetry bus.
Properties
onConnect()?
ts
readonly optional onConnect: () => TelemetryEvent | undefined;Defined in: packages/core/src/observability/TelemetryBus.ts:298
Callback invoked when a TUI client connects. Receives a function to send the initial topology snapshot.
Returns
TelemetryEvent | undefined
path?
ts
readonly optional path: string;Defined in: packages/core/src/observability/TelemetryBus.ts:292
Custom IPC path. If omitted, uses the default path convention.