(add-metric title metric)
(add-metric reg title metric)
Add a metric with the given title.
Add a metric with the given title.
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
(metric-name title)
(new-registry)
(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.
(remove-metric title)
(remove-metric reg title)
Remove the metric with the given title.
Remove the metric with the given title.
(replace-metric title metric)
(replace-metric reg title metric)
Replace a metric with the given title.
Replace a metric with the given title.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close