Liking cljdoc? Tell your friends :D
Clojure only.

samsara.trackit.reporter-riemann


start-reportingclj

(start-reporting registry
                 {:keys [local-host reporting-frequency-seconds host port prefix
                         rate-unit duration-unit separator tags]
                  :or {separator "."
                       reporting-frequency-seconds 10
                       rate-unit TimeUnit/SECONDS
                       tags {}
                       duration-unit TimeUnit/MILLISECONDS
                       port 5555
                       prefix "trackit"
                       host "localhost"
                       local-host (local-host-name)}
                  :as cfg})
source

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

× close