(->alias v)
(->event client defaults {:keys [host service time metric description] :as ev})
(build-metrics {:keys [reporters]} rclient)
(build-metrics-reporters reg reporters rclient)
(make-reporter)
(make-reporter reporter)
(instrument! this prefix)
(time-fn! this alias f)
(start! this alias)
(inc! this alias)
(inc! this alias v)
(dec! this alias)
(dec! this alias v)
(stop! this alias)
(build! this type alias)
(build! this type alias f)
(update! this alias v)
(mark! this alias)
(mark! this alias v)
(riemann-client {:keys [batch] :as opts})
To keep dependency conflicts, let's use RiemannClient directly.
To keep dependency conflicts, let's use RiemannClient directly.
(riemann-events! client defaults events)
(riemann-send client events)
(send! this e)
(capture! this e)
(capture! this e tags)
(time! reporter alias & body)
(with-time! [reporter alias] & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close