Skip to content

Commit

Permalink
Add KyotoTycoon to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Nov 8, 2011
1 parent b9e96f1 commit 29184e4
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Expand Up @@ -88,6 +88,12 @@ The gem will instrument ElasticSearch::Client. The metrics should show up in the

You can disable it with `disable_elastic_search_instrumentation` in your newrelic.yml file.

## KyotoTycoon

The gem will instrument KyotoTycoon.

You can disable it with `disable_kyototycoon` in your newrelic.yml file.

### Paperclip

No special configuration required for Paperclip visibility.
Expand Down Expand Up @@ -122,6 +128,13 @@ This adds instrumentation to the `render` methods in Sinatra::Base

You can disable it with `disable_sinatra_template` in your newrelic.yml file.

### ThinkingSphinx instrumentation

This adds instrumentation to the `initialize` and `results` method of ThinkingSphinx::Search

You can disable it with `disable_thinking_sphinx` in your newrelic.yml file.


### Typhoeus instrumentation

This adds instrumentation to the Typhoeus::Request class for 'GET' requests
Expand All @@ -134,12 +147,6 @@ This adds basic instrumentation to the `run` and `results` method of Ultrasphinx

You can disable it with `disable_ultrasphinx` in your newrelic.yml file.

### Thinking Sphinx instrumentation

This adds instrumentation to the `initialize` and `results` method of ThinkingSphinx::Search

You can disable it with `disable_thinking_sphinx` in your newrelic.yml file.

### Workling

This adds instrumentation to the Workling::Base and all children, for all defined public methods not inherited from the Workling::Base class
Expand Down

0 comments on commit 29184e4

Please sign in to comment.