OpenTelemetry PHP

ResponsePropagatorInterface

Tags
experimental

Table of Contents

Methods

inject()  : void
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.

Methods

inject()

Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.

public inject(mixed &$carrier[, PropagationSetterInterface|null $setter = null ][, ContextInterface|null $context = null ]) : void
Parameters
$carrier : mixed
$setter : PropagationSetterInterface|null = null
$context : ContextInterface|null = null
Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.48.0/specification/context/api-propagators.md#textmap-inject
experimental

        
On this page

Search results