OpenTelemetry SDK
    Preparing search index...

    An implementation of the SpanProcessor that converts the Span to ReadableSpan and passes it to the configured exporter.

    Only spans that are sampled are converted.

    NOTE: This SpanProcessor exports every ended span individually instead of batching spans together, which causes significant performance overhead with most exporters. For production use, please consider using the BatchSpanProcessor instead.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods