1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
metrics-clojure
===============
`metrics-clojure` is a Clojure façade around Coda Hale's [metrics][] library.
[metrics]: http://metrics.dropwizard.io
Installation
------------
Add this to your `project.clj`'s dependencies:
[metrics-clojure "2.8.0"]
That's it.
Usage
-----
[Read the docs](http://metrics-clojure.rtfd.org/).
More Information
----------------
* Documentation: <http://metrics-clojure.rtfd.org/>
* Source (Git): <http://github.com/sjl/metrics-clojure/>
* Issues: <http://github.com/sjl/metrics-clojure/issues/>
* License: MIT/X11
|