opentracing-clj.propagation
Functions for cross-process propagation of span contexts.
extract
(extract carrier format)
Extract a SpanContext from a carrier of a given type, presumably after propagation across a process boundary.
inject
(inject format)
(inject ctx format)
Returns a map of the SpanContext in the specified carrier format for the purpose of propagation across process boundaries.
Defaults to active span context.