Liking cljdoc? Tell your friends :D

zipkin-clj.core

Before tracing you should set a sender fn passing it to set-sender!. The default sender does nothing.

IMPORTANT: Start time is captured in microseconds as System/currentTimeMillis * 1000. Duration time is measured in microseconds as a difference between System/nanoTime devided by 1000.

Before tracing you should set a sender fn passing it to set-sender!.
The default sender does nothing.

IMPORTANT:
Start time is captured in microseconds as System/currentTimeMillis * 1000.
Duration time is measured in microseconds as a difference between
System/nanoTime devided by 1000.
raw docstring

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

× close