metrics-clojure icon indicating copy to clipboard operation
metrics-clojure copied to clipboard

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

Results 12 metrics-clojure issues
Sort by recently updated
recently updated
newest added

I've switched over to using this project and I like it so far. However, I've run into [this issue](https://stackoverflow.com/questions/55952859/unable-to-make-public-long-com-sun-management-internal-operatingsystemimpl-getop) which requires I either add a flag to my JVM startup...

Noticed via eastwood that some code might be using incorrect type annotations, for example in `number-recorded`, e.g. `^long` doesn't actually work: https://github.com/jonase/eastwood#wrong-tag

The latest dropwizard metrics (4.x.x) removed a lot of clutter, and is now Java 8 based and supports Java 9. Now that the older (< 8) Java versions are EOL...

First release as part of clj-commons. No major changes to code, release as is (if possible) and make process preparations for next release which should contain major changes like dependency...

The Aleph web server, built on top of Netty, gives the option of returning a manifold deferred object in addition to the standard ring response map. This allows the request...

I use 2.7.0 version, the `lein install` doesn't appear to do anything or takes ages when I cloned this repository. Mainly I see this in the logs: ``` 2016-06-21 12:06:58,449...

The arity-3 version of `metrics.timers/deftimer` tries to call `timer` with 3 arguments, which is not implemented. I guess it should either be dropped or call `timer-with-reservoir`. On a related note,...

If I call `metrics.jvm.core/instrument-jvm` during startup, there is no corresponding `metrics.jvm.core/uninstrument-jvm` to call during shutdown. This causes problems for me during tests that check startup and shutdown behavior; if I...

We're using Hosted Graphite (great service btw), and we are charged by our metric count. We have ring metrics, JVM metrics, and custom metrics and are going over our cap....

request

Hi! I've recently started using metrics-clojure, thank you for great work! I have a question - is it possible (somehow) to provide exception handler to Graphite reporter, so that in...