OpenTelemetry PHP

PropagationGetterInterface

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

Table of Contents

Methods

get()  : string|null
Gets the value of a given key from a carrier.
keys()  : array<int, string>
Returns the list of all the keys in the carrier.

Methods

get()

Gets the value of a given key from a carrier.

public get(mixed $carrier, string $key) : string|null
Parameters
$carrier : mixed
$key : string
Return values
string|null

        
On this page

Search results