Strongly recommend Riemann and some kind of abstraction layer to avoid
wrapping the code with macros. You may take a look at something I tried
to implement:

https://github.com/mbuczko/metrics-riemann-reporter

Łukasz Korecki <lukaszkore...@gmail.com> writes:

> 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.

--
"This is so f*cking simple that I can't go wrong" - most popular testing
strategy

-- 
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