OpenTelemetry PHP

MultiTextMapPropagator
in package
implements TextMapPropagatorInterface

FinalYes

Table of Contents

Interfaces

TextMapPropagatorInterface

Properties

$fields  : array<int, string>
$propagators  : array<string|int, mixed>

Methods

__construct()  : mixed
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.
inject()  : void
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
extractFields()  : array<int, string>

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