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 is a website building & hosting documentation for Clojure/Script libraries
× close