namespace OpenTelemetry\Context\Propagation
Object name | File name | Summary |
---|---|---|
ArrayAccessGetterSetter | vendor/open-telemetry/context/Propagation/ArrayAccessGetterSetter.php | Default implementation of {This type is used if no custom getter/setter is provided to { |
MultiTextMapPropagator | vendor/open-telemetry/context/Propagation/MultiTextMapPropagator.php | |
NoopTextMapPropagator | vendor/open-telemetry/context/Propagation/NoopTextMapPropagator.php | |
PropagationGetterInterface | vendor/open-telemetry/context/Propagation/PropagationGetterInterface.php | |
PropagationSetterInterface | vendor/open-telemetry/context/Propagation/PropagationSetterInterface.php | |
SanitizeCombinedHeadersPropagationGetter | vendor/open-telemetry/context/Propagation/SanitizeCombinedHeadersPropagationGetter.php | Some servers concatenate multiple headers with ';' -- we need to replace these with ',' This is still a workaround and doesn't get around the problem fully, specifically it doesn't handle edge cases where the header has a… |
TextMapPropagatorInterface | vendor/open-telemetry/context/Propagation/TextMapPropagatorInterface.php |