JSONLSpanExporter

API reference for JSONLSpanExporter

JSONLSpanExporter

SpanExporter that captures spans using JSONLSpanCapture.

Parameters

Parameter
Type
Required
Default
Description

jsonl_capture

None

The JSONLSpanCapture instance to use for capturing spans

export()

Export spans by capturing them with JSONLSpanCapture.

Parameters

spans (Sequence *[*ReadableSpan ]) Return type: SpanExportResult

Last updated

Was this helpful?