(add-executor-metrics)
(add-executor-metrics reg)
Adds executor metrics (where possible) to the registry
Adds executor metrics (where possible) to the registry
(add-hotspot-metrics)
(add-hotspot-metrics reg)
Adds hotspot metrics to the registry
Adds hotspot metrics to the registry
(add-kafka-metrics)
(add-kafka-metrics reg)
Adds kafka consumer metrics to the registry
Adds kafka consumer metrics to the registry
(add-logging-metrics)
(add-logging-metrics reg)
Adds logging (logback) metrics to the registry
Adds logging (logback) metrics to the registry
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close