OpenTelemetry SDK
    Preparing search index...

    A BatchSpanProcessor that applies OTEL_* environment variable fallbacks per https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Forces to export all finished spans

      Returns Promise<void>

    • Returns void

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

      Parameters

      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>