Sha256: 62896d51360a563f535991fee280286e1269277f14c883247ba12e7183f5744b

Contents?: true

Size: 1.5 KB

Versions: 3

Compression:

Stored size: 1.5 KB

Contents

# New Relic Platform Agent SDK

## Requirements

 * Tested with Ruby 1.8.7, 1.9.3, 2.0.0
 
 Note: In Ruby 1.8.7 SSL is disabled by default due to issues with how Net::HTTP handles connection timeouts. 
If you override this the plugin may occasionally stop reporting data and require a restart.
To override you can add the following to `newrelic:` section of the newrelic_config.yml. 

```
 endpoint: 'https://platform-api.newrelic.com'
```


## 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](http://newrelic.com/docs/platform/plugin-development).

Install this gem by running `gem install newrelic_plugin` or add it to your
[bundler](http://gembundler.com/) Gemfile like this:

```ruby
gem "newrelic_plugin"
```

Alternatively you can build and install the gem locally:

```bash
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](http://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 Stack Overflow](http://stackoverflow.com/questions/tagged/newrelic-platform).

Find a bug? E-mail <support@newrelic.com>, or submit a ticket to

[support.newrelic.com](http://support.newrelic.com/).

Thank you!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_plugin-1.3.1 README.md
newrelic_plugin-1.3.0 README.md
newrelic_plugin-1.2.1 README.md