Skip to main content

OtelClientOptions

Datalayer Core


Datalayer Core / OtelClientOptions

Interface: OtelClientOptions

Defined in: src/otel/client/OtelClient.ts:61

Properties

baseUrl?

optional baseUrl?: string

Defined in: src/otel/client/OtelClient.ts:67

Base URL of the OTEL service. Defaults to configuration.otelRunUrl from the Datalayer core config (i.e. https://prod1.datalayer.run).


token?

optional token?: string

Defined in: src/otel/client/OtelClient.ts:69

JWT bearer token or API key for authentication.