Liking cljdoc? Tell your friends :D
Clojure only.

steffan-westcott.clj-otel.propagator.b3

Access to B3 propagation protocol implementation.

Access to [B3 propagation protocol](https://github.com/openzipkin/b3-propagation)
implementation.
raw docstring

b3-propagatorclj

(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:

keydescription
:inject-formatHeader 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`).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close