Liking cljdoc? Tell your friends :D

opentracing-clj.propagation

Functions for cross-process propagation of span contexts.

Functions for cross-process propagation of span contexts.
raw docstring

extractclj

(extract carrier format)

Extract a SpanContext from a carrier of a given type, presumably after propagation across a process boundary.

Extract a SpanContext from a carrier of a given type, presumably
after propagation across a process boundary.
sourceraw docstring

formatsclj

source

injectclj

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

Returns a map of the SpanContext in the specified carrier format for
the purpose of propagation across process boundaries.

Defaults to active span context.
sourceraw docstring

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

× close