Liking cljdoc? Tell your friends :D

io.pedestal.log

A logging wrapper around SLF4J (but adaptable to other logging systems). Primary macros are trace, debug, info, warn, and error.

Over time, this namespace has also accumulated other visibility-related functionality, including metrics (via the Codahale library) and telemetry (via OpenTelemetry) - these protocols and functions have been deprecated in 0.7.0 and will be removed in the future.

A logging wrapper around SLF4J (but adaptable to other logging systems).
Primary macros are [[trace]], [[debug]], [[info]], [[warn]], and [[error]].

Over time, this namespace has also accumulated other visibility-related functionality,
including metrics (via the Codahale library) and telemetry (via OpenTelemetry) - these protocols and
functions have been deprecated in 0.7.0 and will be removed in the future.
raw docstring

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

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

× close