Liking cljdoc? Tell your friends :D

metrics.core


add-metricclj

(add-metric title metric)
(add-metric reg title metric)

Add a metric with the given title.

Add a metric with the given title.
sourceraw docstring

default-registryclj

Default registry used by public API functions when no explicit registry argument is given

Default registry used by public API functions when no explicit registry argument is given
sourceraw docstring

metric-nameclj

(metric-name title)
source

new-registryclj

(new-registry)
source

remove-all-metricsclj

(remove-all-metrics)
(remove-all-metrics reg)

Remove all the metrics in the given registry, or the default registry if no registry given.

Remove all the metrics in the given registry, or the default
registry if no registry given.
sourceraw docstring

remove-metricclj

(remove-metric title)
(remove-metric reg title)

Remove the metric with the given title.

Remove the metric with the given title.
sourceraw docstring

remove-metricsclj

(remove-metrics pred)
(remove-metrics reg pred)

Remove all the metrics matching the given predicate in the given repository, or the default registry if no registry given. The predicate takes one argument, the name of the metric.

Remove all the metrics matching the given predicate in the given
repository, or the default registry if no registry given. The
predicate takes one argument, the name of the metric.
sourceraw docstring

replace-metricclj

(replace-metric title metric)
(replace-metric reg title metric)

Replace a metric with the given title.

Replace a metric with the given title.
sourceraw docstring

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

× close