Module: Insight::Instrumentation::Client

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) after_detect(method_call, timing, arguments, result)



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

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

- (Object) before_detect(method_call, arguments)



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

def before_detect(method_call, arguments)
end

- (Object) probe(collector, &block)



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

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

- (Object) request_finish(env, status, headers, body, timing)



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

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

- (Object) request_start(env, start)



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

def request_start(env, start)
end