Here's what you need to do to get the New Relic plugin working with a Clojure/Pedestal app on Heroku. It took some fiddling because there are several versions of docs floating around for doing this, but none of them were quite right.
See https://gist.github.com/espeed/8159198 - James On Friday, December 13, 2013 9:46:00 AM UTC-6, Brad Koch wrote: > > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
