Liking cljdoc? Tell your friends :D

cutty-sark.trace


*span*clj

source

current-spanclj

(current-span)

We avoid using ScopeManagers, as they could introduce memory leaks, when using ThreadLocal scope for keeping reference to the active span

We avoid using ScopeManagers, as they could introduce memory leaks,
when using ThreadLocal scope for keeping reference to the active span
sourceraw docstring

go-with-spancljmacro

(go-with-span span-name & body)

Wrap an async call with a new span

Wrap an async call with a new span
sourceraw docstring

make-tracing-ctx-interceptorclj

(make-tracing-ctx-interceptor tracing-tags-fn error-status-fn)
source

tracing-ctx-interceptorclj

source

tracing-interceptorclj

source

with-requestcljmacro

(with-request request & body)

Executes body, making the tracing span available in the called code

Executes body, making the tracing span available in the called code
sourceraw docstring

with-spancljmacro

(with-span span-name & body)

Wrap a calculation in a new span

Wrap a calculation in a new span
sourceraw docstring

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

× close