metrics-clojure 2.7.0 is released
TL;DR
metrics-clojure is a Clojure façade around Coda Hale’s Metrics library, originally developed by Steve Losh.
metrics-clojure is not a ClojureWerkz project but we help maintain it
and consider it to be a very valuable library.
Changes Between 2.6.0 and 2.7.0
Functions for Working with Reservoirs
Ning Sun contributed several new functions that instantiate various reservoir types:
metrics.core/uniform-reserviormetrics.core/exponentially-decaying-reservoirmetrics.core/sliding-time-window-reservoirmetrics.core/sliding-window-reservoir
and a few more.
GH issue: #104
Easier to Retrieve Metrics
Ning Sun contributed several new functions that retrieve different type of metrics from a registry:
metrics.core/metersmetrics.core/histogramsmetrics.core/timersmetrics.core/gaugesmetrics.core/counters
GH issue: #102
Updated Dependencies
Contributed by Pierre-Yves Ritschard.
Full Change Log
metrics-clojure change log is available on GitHub.
About the Author
Michael on behalf of the metrics-clojure Team.