Extends the [[MetricSource]] SPI to the Codahale metrics library supplied by DropWizard.
Note that Codahale metrics do not have an equivalent concept to tags, so any tags are ignored.
This exists to make it possible to continue using Codahale metrics (the standard through Pedestal 0.6) with Pedestal 0.7.
Extends the [[MetricSource]] SPI to the Codahale metrics library supplied by DropWizard. Note that Codahale metrics do not have an equivalent concept to tags, so any tags are ignored. This exists to make it possible to continue using Codahale metrics (the standard through Pedestal 0.6) with Pedestal 0.7.
(default-registry)
(get-counter source metric-name)
(get-gauge source metric-name)
(get-timer source metric-name)
(metric-registry source)
Returns the underlying MetricRegistry from a MetricSource.
This is primarily intended for tests.
Returns the underlying MetricRegistry from a MetricSource. This is primarily intended for tests.
(wrap-registry registry)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close