OpenTelemetry SDK
    Preparing search index...

    TextMapGetter that reads propagation values from the process environment.

    EnvironmentGetter reads the current process.env and ignores the carrier passed to get() and keys(). Pass undefined as the carrier when using this getter with a TextMapPropagator.

    keys() returns only environment variables whose names are already normalized. The requested propagator key is normalized before lookup.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the value of a specific key from the carrier.

      Parameters

      • _carrier: void
      • key: string

      Returns string | undefined

    • Get a list of all keys available on the carrier.

      Parameters

      • _carrier: void

      Returns string[]