aq / newrelic_plugin

New Relic Ruby Plugin Agent SDK

Home Page:https://newrelic.com/docs/plugin-dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic Platform Agent SDK

Requirements

  • Tested with Ruby 1.8.7 and 1.9.3
  • New Relic account on rpm.newrelic.com, with early access enabled (contact cooper@newrelic.com to set up early access)

Get Started

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 git@github.com:newrelic-platform/newrelic_plugin.git
cd newrelic_plugin
rake build
gem install pkg/newrelic_plugin*

Support

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 support@newrelic.com, or submit a ticket to

support.newrelic.com.

Thank you!

About

New Relic Ruby Plugin Agent SDK

https://newrelic.com/docs/plugin-dev/

License:MIT License