Newrelic::Typhoeus
NewRelic instrumentation for Typhoeus. Currently instruments POST, GET, HEAD, DELETE, PUT, OPTIONS and PATCH
Dependencies
- newrelic_rpm > 3.0
- typhoeus > 0.4.2
Installation
Add this line to your application's Gemfile:
gem 'newrelic-typhoeus'
And then execute:
$ bundle
Or install it yourself as:
$ gem install newrelic-typhoeus
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request