Created
November 12, 2012 14:52
-
-
Save pithyless/4059818 to your computer and use it in GitHub Desktop.
Configuration required to setup newrelic-moped
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group :production, :acceptance do | |
gem 'rpm_contrib' | |
gem 'newrelic-moped' # https://github.com/joinwire/newrelic-moped | |
gem 'newrelic_rpm' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
common: &default_settings | |
# MongoDB settings | |
disable_mongoid: true | |
disable_moped: false |
Looks like you are using newrelic-moped, not newrelic_moped.
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
I'm not getting anything in NewRelic. Anyone have any ideas? @darend? :)