Interface IExporterConfig

Hierarchy

  • IExporterConfig

Properties

concurrencyLimit?: number
headers?: Partial<Record<string, unknown>>
hostname?: string
timeoutMillis?: number

Maximum time the OTLP exporter will wait for each batch export. The default value is 10000ms.

url?: string

Generated using TypeDoc