I need to implement some performance monitoring and exception tracking for 
my Clojure app.  My first thought was to just use New Relic.  I implemented 
it according to Heroku's New Relic instructions for 
Clojure<https://devcenter.heroku.com/articles/newrelic#clojure-configuration>. 
 It initialized the dashboard successfully, but no data is ever sent.  I've 
seen two other <https://groups.google.com/forum/#!topic/clojure/mfwIvW1KZAM> 
reports <http://stackoverflow.com/q/13420912/425313> of no data being 
received as well.  The logs note the capture of things such as SQL queries, 
but the agent doesn't seem to send them in the report back.

I filed a ticket with them, but their customer support has been awful; they 
responded only once a week ago and have ignored requests for updates.

Has anyone had this issue with New Relic on a Clojure app, and did you find 
a way to resolve it?  Does anyone use something different for monitoring 
that works well?

-- 
-- 
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/groups/opt_out.

Reply via email to