(build-graphite-metrics-reporter reg {:keys [opts interval]})
(build-metrics {:keys [reporters]}
rclient
prometheus-registry
pushgateway-registry)
(build-metrics-reporter reg
rclient
prometheus-registry
pushgateway-registry
[type opt])
(build-metrics-reporters reg
reporters
rclient
prometheus-registry
pushgateway-registry)
(build-pushgateway-collector {:keys [name type help label-names]})
(build-riemann-metrics-reporter reg rclient {:keys [opts interval]})
(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-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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close