Documentation / @zerotal/telemetry / TracerOptions
Interface: TracerOptions
Defined in: telemetry/src/Tracer.ts:6
Properties
exporter
exporter:
SpanExporter
Defined in: telemetry/src/Tracer.ts:7
minDurationMs?
optionalminDurationMs?:number
Defined in: telemetry/src/Tracer.ts:9
Drop spans in which the callback took less than this many ms. Default: 0 (keep all).
rethrowExportErrors?
optionalrethrowExportErrors?:boolean
Defined in: telemetry/src/Tracer.ts:11
When true, export() errors are surfaced rather than swallowed. Default: false.