Module: Insight::Instrumentation::Client

Included in:
Panel
Defined in:
lib/insight/instrumentation/client.rb

Instance Method Summary collapse

Instance Method Details

#after_detect(method_call, timing, arguments, result) ⇒ Object



14
15
# File 'lib/insight/instrumentation/client.rb', line 14

def after_detect(method_call, timing, arguments, result)
end

#before_detect(method_call, arguments) ⇒ Object



11
12
# File 'lib/insight/instrumentation/client.rb', line 11

def before_detect(method_call, arguments)
end

#probe(collector, &block) ⇒ Object



4
5
6
# File 'lib/insight/instrumentation/client.rb', line 4

def probe(collector, &block)
  ::Insight::Instrumentation::PackageDefinition::probe(collector, &block)
end

#request_finish(env, status, headers, body, timing) ⇒ Object



17
18
# File 'lib/insight/instrumentation/client.rb', line 17

def request_finish(env, status, headers, body, timing)
end

#request_start(env, start) ⇒ Object



8
9
# File 'lib/insight/instrumentation/client.rb', line 8

def request_start(env, start)
end