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.
raw 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
raw docstring

metric-nameclj

(metric-name title)

new-registryclj

(new-registry)

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.
raw docstring

remove-metricclj

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

Remove the metric with the given title.

Remove the metric with the given title.
raw 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.
raw docstring

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

× close