clj-commons / metrics-clojure

A thin façade around Coda Hale's metrics library.
http://metrics-clojure.rtfd.org/
MIT License
342 stars 82 forks source link

Functions to retrieve registered metrics #102

Closed sunng87 closed 8 years ago

sunng87 commented 8 years ago

Hi @sjl , in our application, the names of metrics were unknown at compile time. So I need some functions to get all metrics from registry by type. This patch added functions for this requirement.

michaelklishin commented 8 years ago

Thank you.

sunng87 commented 8 years ago

Thanks you @michaelklishin , is it possible to create a release for this?

michaelklishin commented 8 years ago

@sunng87 yes, should be up within 24 hours.

sunng87 commented 8 years ago

:+1: @michaelklishin

michaelklishin commented 8 years ago

Looks like it will take me another day or two. Apologies.

sunng87 commented 8 years ago

Never mind. I can use java method directly for now.