OtelLiveProps
Datalayer Core / OtelLiveProps
Interface: OtelLiveProps
Defined in: src/otel/types.ts:78
Props for the main OtelLive orchestrator component.
Properties
autoRefreshMs?
optionalautoRefreshMs?:number
Defined in: src/otel/types.ts:93
Auto-refresh interval in ms. Set to 0 to disable. Default 5000.
baseUrl?
optionalbaseUrl?:string
Defined in: src/otel/types.ts:83
OTEL API base URL. When omitted, falls back to otelRunUrl from the
Datalayer core configuration (defaults to "https://prod1.datalayer.run").
defaultSignal?
optionaldefaultSignal?:SignalType
Defined in: src/otel/types.ts:95
Default signal tab.
limit?
optionallimit?:number
Defined in: src/otel/types.ts:97
Maximum rows to fetch per signal type.
onSignalRef?
optionalonSignalRef?: (setter) =>void
Defined in: src/otel/types.ts:103
Callback invoked once with the internal signal setter so a parent component (e.g. a header with generate buttons) can programmatically navigate to a signal tab.
Parameters
setter
(s) => void
Returns
void
token?
optionaltoken?:string
Defined in: src/otel/types.ts:91
Bearer token for authentication.
wsBaseUrl?
optionalwsBaseUrl?:string
Defined in: src/otel/types.ts:89
WebSocket base URL. When provided, the WebSocket connects directly to this
URL instead of deriving it from baseUrl. Use this to bypass a dev proxy
and connect directly to the OTEL service (e.g. "https://prod1.datalayer.run").