0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem has been renamed newrelic-aws
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.5.0
 Project Readme

NewRelic for Ruby AWS-SDK

Unofficial NewRelic instrumentation for the official AWS SDK.

At present, this is an embryonic set of instrumentation focussing primarily on the underlying client and S3 functionality plus a little bit of SQS and Simple Email Service. Pull requests are welcome!

Installation

Add this line to your application's Gemfile:

gem 'newrelic-aws'

And then execute:

$ bundle

Or install it yourself with:

$ gem install newrelic-aws

If you're having trouble with NewRelic attepmting to instrument the old AWS::S3 gem (the one not created by Amazon that is mostly unmaintained) you may want to add disable_aws-s3: true to your newrelic.yml configuration. NewRelic has this intrumentation built-in, and it may complain since Amazon's SDK uses the same namespace but a different class structure.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request