Access to B3 propagation protocol implementation.
Access to [B3 propagation protocol](https://github.com/openzipkin/b3-propagation) implementation.
(b3-propagator)(b3-propagator {:keys [inject-format] :or {inject-format :single-header}})Returns an implementation of the B3 propagation protocol. Takes an option map as follows:
| key | description |
|---|---|
:inject-format | Header injection format, one of :single-header or :multi-headers (default: :single-header). |
Returns an implementation of the [B3 propagation protocol](https://github.com/openzipkin/b3-propagation). Takes an option map as follows: | key | description | |----------------|-------------| |`:inject-format`| Header injection format, one of `:single-header` or `:multi-headers` (default: `:single-header`).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |