(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]})
(inc-counter! counter {:keys [value label-values] :or {value 1}})
Increment the given counter
with optional increment value
.
Increment the given `counter` with optional increment `value`.
(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.
(read-ca-certs files)
Read all available certificate from the default UNIX location
Adds any provided certificate as CA.
Yields an array of X509Certificate, ready to be used to
build a trustManager
for an SslContext
Read all available certificate from the default UNIX location Adds any provided certificate as CA. Yields an array of X509Certificate, ready to be used to build a `trustManager` for an `SslContext`
(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