Module: NewRelic::Agent::Instrumentation::Memcache::Chain
- Extended by:
- Helper
- Defined in:
- lib/new_relic/agent/instrumentation/memcache/chain.rb
Class Method Summary collapse
Methods included from Helper
correctly_encoded, executable_in_path?, instance_method_visibility, instance_methods_include?, run_command, time_to_millis
Class Method Details
.instrument!(target_class) ⇒ Object
10 11 12 |
# File 'lib/new_relic/agent/instrumentation/memcache/chain.rb', line 10 def self.instrument!(target_class) instrument_methods(target_class, client_methods) end |