Skip to content

Instantly share code, notes, and snippets.

@pithyless
Created November 12, 2012 14:52
Show Gist options
  • Save pithyless/4059818 to your computer and use it in GitHub Desktop.
Save pithyless/4059818 to your computer and use it in GitHub Desktop.
Configuration required to setup newrelic-moped
group :production, :acceptance do
gem 'rpm_contrib'
gem 'newrelic-moped' # https://github.com/joinwire/newrelic-moped
gem 'newrelic_rpm'
end
common: &default_settings
# MongoDB settings
disable_mongoid: true
disable_moped: false
@pithyless
Copy link
Author

I'm not getting anything in NewRelic. Anyone have any ideas? @darend? :)

@bradrees
Copy link

Looks like you are using newrelic-moped, not newrelic_moped.

@rrecio
Copy link

rrecio commented Jul 5, 2013

are you able to make it work? I don't see nothing at newrelic too :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment