Private constructorEmpty private constructor prevents end users from constructing a new instance of the API
Private _getCreate a new Baggage with optional entries
Optional entries: Record<string, BaggageEntry>An array of baggage entries the new baggage should contain
Optional Static Private Optional _instanceExtract context from a carrier
Context which the newly created context will inherit from
Carrier to extract context from
Optional getter: TextMapGetter<Carrier>Function used to extract keys from a carrier
Optional Inject context into a carrier to be propagated inter-process
Context carrying tracing data to inject
carrier to inject context into
Optional setter: TextMapSetter<Carrier>Function used to set values on the carrier
Optional Set the current propagator.
true if the propagator was successfully registered, else false
Static getGet the singleton instance of the Propagator API
Generated using TypeDoc
Singleton object which represents the entry point to the OpenTelemetry Propagation API