Forces to export all finished spans
Retrieves all spans associated with a specific thread.
The thread identifier to filter spans by
Array of spans for the given thread
Called when a ReadableSpan is ended, if the span.isRecording()
returns true.
the Span that just ended.
Called when a Span is started, if the span.isRecording()
returns true.
Shuts down the processor. Called when SDK is shut down. This is an opportunity for processor to do any cleanup required.
Collects OpenTelemetry spans for judge evaluation. Implements SpanProcessor to intercept spans as they complete.