You can try with Riemann (http://riemann.io) as it has few JMX collectors. 
Also, there is riemann-clojure-client 
(https://github.com/riemann/riemann-clojure-client)
that can be integrated with your application to pull custom metrics.

It requires some knowledge (scripting is done in Clojure) to configure, but 
you can use it further as router (or collector) for graphite or even 
forwarder for
tons of services it support.

Best,
Sanel

On Monday, July 10, 2017 at 10:35:33 AM UTC+2, Łukasz Korecki wrote:
>
> Hi all!
>
> I'm wondering how people are getting application performance metrics out 
> of their clojure applications?
> My team is using a combination of collectd for machine/os metrics and 
> statsd instrumentation for application level code (RabbitMQ consumers, http 
> handlers etc).
> All of that data is sent to graphite where we also have alerts etc
>
> My question is more related to instrumenting actual code and JVM metrics - 
> I've seen a JMX plugin for collectd but it's a bit awkward to setup and 
> requires collectd 
> to pull metrics from the application (please let's skip the pull vs push 
> metrics issue for now).
>
> So - my question is how folks do this in the wild? NewRelic? Thousands of 
> nested macros wrapping statsd? Wrapper's around Coda Hale's metrics library?
>
> Thanks!
>
> Łukasz
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to