Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clj-commons/metrics-clojure

A thin façade around Coda Hale's metrics library.
https://github.com/clj-commons/metrics-clojure

clojure library metrics metrics-library

Last synced: about 2 hours ago
JSON representation

A thin façade around Coda Hale's metrics library.

Awesome Lists containing this project

README

        

metrics-clojure
===============

`metrics-clojure` is a Clojure façade around Coda Hale's [metrics][] library, originally
by [Steve Losh](http://stevelosh.com/).

[metrics]: http://metrics.dropwizard.io

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](http://metrics-clojure.rtfd.org/).

Change Log
-----------

[Right here](https://github.com/clj-commons/metrics-clojure/blob/master/ChangeLog.md)

More Information
----------------

* Documentation:
* Source (Git):
* Issues:
* License: MIT/X11