interface PropagationSetterInterface
Hierarchy
- interface \OpenTelemetry\Context\Propagation\PropagationSetterInterface
Expanded class hierarchy of PropagationSetterInterface
All classes that implement PropagationSetterInterface
See also
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6…
3 files declare their use of PropagationSetterInterface
- BaggagePropagator.php in vendor/
open-telemetry/ api/ Baggage/ Propagation/ BaggagePropagator.php - LateBindingTextMapPropagator.php in vendor/
open-telemetry/ sdk/ Propagation/ LateBindingTextMapPropagator.php - TraceContextPropagator.php in vendor/
open-telemetry/ api/ Trace/ Propagation/ TraceContextPropagator.php
File
-
vendor/
open-telemetry/ context/ Propagation/ PropagationSetterInterface.php, line 10
Namespace
OpenTelemetry\Context\PropagationView source
interface PropagationSetterInterface {
/**
* Set the value for a given key on the associated carrier.
*/
public function set(&$carrier, string $key, string $value) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
PropagationSetterInterface::set | public | function | Set the value for a given key on the associated carrier. | 1 |