Optionalconfig?: BufferConfigReadonlyexporter: SpanExporterThe exporter to pass spans to.
Optional ReadonlyspanFilter?: SpanFilterA filter to apply to spans before exporting. If it returns true for a given span, that span will be exported.
Forces to export all finished spans
Shuts down the processor. Called when SDK is shut down. This is an opportunity for processor to do any cleanup required.
Extends SimpleSpanProcessor to support OpenInference attributes. This processor enhances spans with OpenInference attributes before exporting them. It can be configured to selectively export only OpenInference spans or all spans.
Example