OpenTelemetry PHP

BaggagePropagator
in package
implements TextMapPropagatorInterface

FinalYes
Tags
see
https://www.w3.org/TR/baggage

Table of Contents

Interfaces

TextMapPropagatorInterface

Constants

BAGGAGE  = 'baggage'

Properties

$instance  : self|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()  : self
inject()  : void
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
extractValue()  : void

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