Skip to main content

OtelClientOptions

Datalayer Core


Datalayer Core / OtelClientOptions

Interface: OtelClientOptions

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

Properties

baseUrl?

optional baseUrl?: string

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

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


token

token: string

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

JWT bearer token or API key for authentication.


userUid?

optional userUid?: string

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

Explicit user UID; optional when token contains user.uid/sub.