From 29184e4aa0473da51da536b97669bb1853916a27 Mon Sep 17 00:00:00 2001 From: Sam Goldstein Date: Tue, 8 Nov 2011 11:13:33 -0800 Subject: [PATCH] Add KyotoTycoon to README --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e23c43..bc289d3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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