Download the PHP package open-telemetry/extension-propagator-b3 without Composer
On this page you can find all versions of the php package open-telemetry/extension-propagator-b3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-telemetry/extension-propagator-b3
More information about open-telemetry/extension-propagator-b3
Files in open-telemetry/extension-propagator-b3
Package extension-propagator-b3
Short Description B3 propagator extension for OpenTelemetry PHP.
License Apache-2.0
Informations about the package extension-propagator-b3
OpenTelemetry Extension
B3 Propagator
B3 is a propagator that supports the specification for the header "b3" used for trace context propagation across service boundaries.(https://github.com/openzipkin/b3-propagation). OpenTelemetry PHP B3 Propagator Extension provides option to use B3 single header(https://github.com/openzipkin/b3-propagation#single-header) as well as B3 multi header (https://github.com/openzipkin/b3-propagation#multiple-headers) propagators.
Usage
For B3 single header:
For B3 multi header:
Both of the above have extract
and inject
methods available to extract and inject respectively into the
header.
Contributing
This repository is a read-only git subtree split. To contribute, please see the main OpenTelemetry PHP monorepo.