OtelClientOptions
Datalayer Core / OtelClientOptions
Interface: OtelClientOptions
Defined in: src/otel/client/OtelClient.ts:61
Properties
baseUrl?
optionalbaseUrl?: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?
optionaltoken?:string
Defined in: src/otel/client/OtelClient.ts:69
JWT bearer token or API key for authentication.