metrics-clojure =============== `metrics-clojure `_ is a thin Clojure façade around Coda Hale's wonderful `metrics `_ library. metrics-clojure is a thin wrapper around metrics, so if you don't know what any of the words in this documentation mean you should probably read the `metrics documentation `_ and/or watch the `talk `_. * Source (Git): http://github.com/clj-commons/metrics-clojure/ * Documentation: http://metrics-clojure.rtfd.org/ * Issues: http://github.com/clj-commons/metrics-clojure/issues/ * License: MIT/X11 Table of Contents ----------------- .. toctree:: :maxdepth: 1 installation metrics/gauges metrics/counters metrics/meters metrics/histograms metrics/timers names removing sideeffects reporting aggregation ring jvm healthchecks contributing changelog