OtelClientOptions
Datalayer Core / OtelClientOptions
Interface: OtelClientOptions
Defined in: src/otel/client/OtelClient.ts:63
Properties
baseUrl?
optionalbaseUrl?: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?
optionaluserUid?:string
Defined in: src/otel/client/OtelClient.ts:73
Explicit user UID; optional when token contains user.uid/sub.