Search code examples
ruby-on-railsruby-on-rails-3herokueventmachinenewrelic

Is it possible to monitor an EventMachine process with NewRelic?


I have an Eventmachine process that I start from my Procfile on Heroku. I'm wondering if anyone has figured out to monitor this with NewRelic?

I'm interested in where to optimize database queries in it etc and just generally profile it. I assume there is some way to get the stats for it in the 'background' section of NewRelics RPM in addition to the web request it is already profiling.


Solution

  • You might try force-starting the New Relic Ruby agent. See "Controlling when the Ruby agent starts".