Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clj-commons/metrics-clojure
- Owner: clj-commons
- License: mit
- Created: 2011-11-01T00:41:17.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:28:44.000Z (5 months ago)
- Last Synced: 2024-10-30T01:59:53.223Z (9 days ago)
- Topics: clojure, library, metrics, metrics-library
- Language: Clojure
- Homepage: http://metrics-clojure.rtfd.org/
- Size: 437 KB
- Stars: 342
- Watchers: 18
- Forks: 82
- Open Issues: 12
-
Metadata Files:
- Readme: README.markdown
- Changelog: ChangeLog.md
- License: LICENSE.markdown
- Codeowners: .github/CODEOWNERS
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