Skip to content

clj-commons/metrics-clojure

Repository files navigation

metrics-clojure

metrics-clojure is a Clojure façade around Coda Hale's metrics library, originally by Steve Losh.

Installation

Add this to your project.clj's dependencies:

[metrics-clojure "2.10.0"]

Or to your deps.edn's :deps map:

metrics-clojure/metrics-clojure {:mvn/version "2.10.0"}

That's it.

Usage

Read the docs.

Change Log

Right here

More Information