Re: MongoDB instrumentation in New Relic using Mongoid 2.0.0.beta.19

2010-11-07 Thread fbjork
Ok i'll try that, thanks. Is this on Heroku? I was under the impression that Heroku overwrites any newrelic.yml file it finds in the config directory? On Nov 3, 6:16 am, Dan Croak dcr...@thoughtbot.com wrote: In our config/newrelic.yml, we have:   disable_mongodb: true In

Re: MongoDB instrumentation in New Relic using Mongoid 2.0.0.beta.19

2010-11-03 Thread Dan Croak
In our config/newrelic.yml, we have: disable_mongodb: true In config/initializers/mongo_method_tracers, we have: Rails.configuration.after_initialize do Mongo::Cursor.class_eval do add_method_tracer :refill_via_get_more, 'Database/#{collection.name}/get_more' add_method_tracer

MongoDB instrumentation in New Relic using Mongoid 2.0.0.beta.19

2010-11-02 Thread fbjork
Hi guys, is anyone using Mongoid and the New Relic addon and successfully seeing MongoDB transactions? I can get Resque and Redis to work, but MongoDB doesn't show up. I have the following in my Gemfile: gem 'rpm_contrib', '1.0.13' gem 'newrelic_rpm', '2.13.3' -- You received this message