Liking cljdoc? Tell your friends :D

io.pedestal.metrics.codahaledeprecated

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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close