Liking cljdoc? Tell your friends :D

macrometer.binders


add-executor-metricsclj

(add-executor-metrics)
(add-executor-metrics reg)

Adds executor metrics (where possible) to the registry

Adds executor metrics (where possible) to the registry
raw docstring

add-hotspot-metricsclj

(add-hotspot-metrics)
(add-hotspot-metrics reg)

Adds hotspot metrics to the registry

Adds hotspot metrics to the registry
raw docstring

add-kafka-metricsclj

(add-kafka-metrics)
(add-kafka-metrics reg)

Adds kafka consumer metrics to the registry

Adds kafka consumer metrics to the registry
raw docstring

add-logging-metricscljmacro

(add-logging-metrics)
(add-logging-metrics reg)

Adds logging (logback) metrics to the registry

Adds logging (logback) metrics to the registry
raw docstring

logback-present?clj


monitor-conn-managerclj

(monitor-conn-manager conn-mgr meter-name)
(monitor-conn-manager conn-mgr
                      meter-name
                      {:keys [tags registry]
                       :or {registry default-registry tags {}}})

Adds metrics for a syncronous or asynchronous http connection manager Requires apache http in the classpath

Adds metrics for a syncronous or asynchronous http connection manager
Requires apache http in the classpath
raw docstring

monitor-executorclj

(monitor-executor n executor)
(monitor-executor n
                  executor
                  {:keys [registry tags] :or {registry default-registry}})

Record metrics on the use of an executor

Record metrics on the use of an executor
raw docstring

monitor-jettyclj

(monitor-jetty server)
(monitor-jetty server
               {:keys [tags registry] :or {registry default-registry tags {}}})

Adds metrics for a jetty server Requires jetty server in the classpath

Adds metrics for a jetty server
Requires jetty server in the classpath
raw docstring

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

× close