Liking cljdoc? Tell your friends :D

io.pedestal.metrics.codahale

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

default-registryclj

(default-registry)
source

get-counterclj

(get-counter source metric-name)
source

get-gaugeclj

(get-gauge source metric-name)
source

get-timerclj

(get-timer source metric-name)
source

MetricRegistrySourcecljprotocol

metric-registryclj

(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.
source

wrap-registryclj

(wrap-registry registry)
source

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

× close