OpenTelemetry PHP

PropagationSetterInterface

Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/context/api-propagators.md#setter-argument

Table of Contents

Methods

set()  : void
Set the value for a given key on the associated carrier.

Methods

set()

Set the value for a given key on the associated carrier.

public set(mixed &$carrier, string $key, string $value) : void
Parameters
$carrier : mixed
$key : string
$value : string

        
On this page

Search results