Liking cljdoc? Tell your friends :D

naphthalimide.alpha.tracer


*tracer*clj

source

activateclj

(activate span)
(activate tracer span)
source

activate-asyncclj

(activate-async span)
(activate-async tracer span)
source

global-tracerclj

(global-tracer)

Returns the active global tracer.

  • Can be overridden by using with-tracer.
Returns the active global tracer.
* Can be overridden by using with-tracer.
sourceraw docstring

register-global-tracer!clj

(register-global-tracer! tracer)

Registers a tracer as the default global tracer.

Registers a tracer as the default global tracer.
sourceraw docstring

scope-managerclj

(scope-manager)
(scope-manager tracer)
source

with-tracercljmacro

(with-tracer tracer & body)

Temporarily overrides the global-tracer.

Temporarily overrides the global-tracer.
sourceraw docstring

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

× close