File: README.markdown

package info (click to toggle)
metrics-clojure 2.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: makefile: 135; xml: 99; python: 22
file content (28 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
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