- Tested with Ruby 1.8.7 and 1.9.3
- New Relic account on rpm.newrelic.com, with early access enabled (contact [email protected] to set up early access)
This repo represents the core Ruby gem used to build plugin agents for the New Relic platform. If you are looking to build or use a platform component, please refer to the getting started documentation.
Install this gem by running gem install newrelic_plugin
or add it to your
bundler Gemfile like this:
gem "newrelic_plugin"
Alternatively you can build and install the gem locally:
git clone [email protected]:newrelic-platform/newrelic_plugin.git
cd newrelic_plugin
rake build
gem install pkg/newrelic_plugin*
Reach out to us at support.newrelic.com. There you'll find documentation, FAQs, and forums where you can submit suggestions and discuss with staff and other users.
Also available is community support on IRC: we generally use #newrelic on irc.freenode.net
Find a bug? E-mail [email protected], or submit a ticket to
Thank you!