OpenTelemetry PHP

JaegerBaggagePropagator
in package
implements TextMapPropagatorInterface

JaegerBaggagePropagator is a baggage propagator that supports the specification for the header "uberctx" used for baggage propagation.

(https://www.jaegertracing.io/docs/1.52/client-libraries/#baggage)

Table of Contents

Interfaces

TextMapPropagatorInterface

Constants

UBER_BAGGAGE_HEADER_PREFIX  = 'uberctx-'

Properties

$instance  : TextMapPropagatorInterface|null

Methods

extract()  : ContextInterface
Extracts specific values from the provided carrier into the provided {@see ContextInterface} via an {@see PropagationGetterInterface}.
fields()  : array<int, string>
Returns list of fields that will be used by this propagator.
getInstance()  : TextMapPropagatorInterface
inject()  : void
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.

Constants

Properties

Methods

fields()

Returns list of fields that will be used by this propagator.

public fields() : array<int, string>
Return values
array<int, string>

        
On this page

Search results