OpenTelemetry SDK
    Preparing search index...

    A SimpleSpanProcessor with the old constructor call signature that takes just a single exporter argument. This version does not support the additional options that the SimpleSpanProcessor in sdk-trace does.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Forces to export all finished spans

      Returns Promise<void>

    • Called when a Span is started, if the span.isRecording() returns true.

      Parameters

      • _span: Span

        the Span that just started.

      • _parentContext: Context

      Returns void

    • Shuts down the processor. Called when SDK is shut down. This is an opportunity for processor to do any cleanup required.

      Returns Promise<void>