(->alias v)
(->event client defaults {:keys [host service time metric description] :as ev})
(build-metrics {:keys [reporters]} rclient prometheus-registry)
(build-metrics-reporters reg reporters rclient prometheus-registry)
(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 ctx)
(build! this type alias)
(build! this type alias f)
(update! this alias v)
(mark! this alias)
(mark! this alias v)
(prometheus-handler prometheus prometheus-registry req)
(prometheus-str-metrics)
(prometheus-str-metrics registry)
Extracts and returns as string metrics from a Prometheus registry. Defaults to the defaultRegistry if no registry is provided.
Extracts and returns as string metrics from a Prometheus registry. Defaults to the defaultRegistry if no registry is provided.
(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)
(ssl-context {:keys [pkey cert ca-cert]})
(time! reporter alias & body)
(with-time! [reporter alias] & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close