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 29 30 31 32 33 34 35 36 37 38 39
|
metrics-clojure
===============
`metrics-clojure <http://metrics-clojure.rtfd.org/>`_ is a thin Clojure façade
around Coda Hale's wonderful `metrics <http://metrics.dropwizard.io/>`_ 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 <http://metrics.dropwizard.io/>`_ and/or watch the `talk
<https://vimeo.com/51320606>`_.
* Source (Mercurial): http://bitbucket.org/sjl/metrics-clojure/
* Source (Git): http://github.com/sjl/metrics-clojure/
* Documentation: http://metrics-clojure.rtfd.org/
* Issues: http://github.com/sjl/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
|