function TextMapPropagatorInterface::inject
Injects specific values from the provided {via an {
See also
ContextInterface} into the provided carrier
PropagationSetterInterface}.
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6…
5 methods override TextMapPropagatorInterface::inject()
- BaggagePropagator::inject in vendor/
open-telemetry/ api/ Baggage/ Propagation/ BaggagePropagator.php - Injects specific values from the provided {via an {
- LateBindingTextMapPropagator::inject in vendor/
open-telemetry/ sdk/ Propagation/ LateBindingTextMapPropagator.php - Injects specific values from the provided {via an {
- MultiTextMapPropagator::inject in vendor/
open-telemetry/ context/ Propagation/ MultiTextMapPropagator.php - Injects specific values from the provided {via an {
- NoopTextMapPropagator::inject in vendor/
open-telemetry/ context/ Propagation/ NoopTextMapPropagator.php - Injects specific values from the provided {via an {
- TraceContextPropagator::inject in vendor/
open-telemetry/ api/ Trace/ Propagation/ TraceContextPropagator.php - Injects specific values from the provided {via an {
File
-
vendor/
open-telemetry/ context/ Propagation/ TextMapPropagatorInterface.php, line 29
Class
Namespace
OpenTelemetry\Context\PropagationCode
public function inject(mixed &$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null) : void;