Skip to main content

OtelLiveProps

Datalayer Core


Datalayer Core / OtelLiveProps

Interface: OtelLiveProps

Defined in: src/otel/types.ts:78

Props for the main OtelLive orchestrator component.

Properties

autoRefreshMs?

optional autoRefreshMs?: number

Defined in: src/otel/types.ts:93

Auto-refresh interval in ms. Set to 0 to disable. Default 5000.


baseUrl?

optional baseUrl?: 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?

optional defaultSignal?: SignalType

Defined in: src/otel/types.ts:95

Default signal tab.


limit?

optional limit?: number

Defined in: src/otel/types.ts:97

Maximum rows to fetch per signal type.


onSignalRef?

optional onSignalRef?: (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?

optional token?: string

Defined in: src/otel/types.ts:91

Bearer token for authentication.


wsBaseUrl?

optional wsBaseUrl?: 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").