Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from alinpopa/remove_riak
Remove riak-client and ripple references.

Remove reference to riak-client and ripple as they're moved to a separate project: https://github.com/alinpopa/newrelic-riak
  • Loading branch information
samg committed May 4, 2012
2 parents 84a906d + 9e97c0e commit 7238d49
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 103 deletions.
14 changes: 0 additions & 14 deletions README.md
Expand Up @@ -165,20 +165,6 @@ Redis instrumentation has been removed from rpm_contrib.
Please use Evan Phoenix's `newrelic-redis` gem instead.
https://github.com/evanphx/newrelic-redis

### Riak

RiakClient is instrumented. Its opereations are recorded under Database in the
the response time graph.

To disable Riak instrumentation, set 'disable_riak_client' to true in your newrelic.yml file.

### Ripple

Ripple is instrumented. Its opereations are recorded under Database in the
the response time graph.

To disable Riak instrumentation, set 'disable_ripple' to true in your newrelic.yml file.

### Sinatra view instrumentation

This adds instrumentation to the `render` methods in Sinatra::Base
Expand Down
48 changes: 0 additions & 48 deletions lib/rpm_contrib/instrumentation/riak_client.rb

This file was deleted.

39 changes: 0 additions & 39 deletions lib/rpm_contrib/instrumentation/ripple.rb

This file was deleted.

2 changes: 0 additions & 2 deletions rpm_contrib.gemspec
Expand Up @@ -42,8 +42,6 @@ Gem::Specification.new do |s|
"lib/rpm_contrib/instrumentation/paperclip.rb",
"lib/rpm_contrib/instrumentation/picky.rb",
"lib/rpm_contrib/instrumentation/resque.rb",
"lib/rpm_contrib/instrumentation/riak_client.rb",
"lib/rpm_contrib/instrumentation/ripple.rb",
"lib/rpm_contrib/instrumentation/sinatra.rb",
"lib/rpm_contrib/instrumentation/thinking_sphinx.rb",
"lib/rpm_contrib/instrumentation/typhoeus.rb",
Expand Down

0 comments on commit 7238d49

Please sign in to comment.