module Flexirest::ControllerInstrumentation

Protected Instance Methods

append_info_to_payload(payload) click to toggle source
Calls superclass method
# File lib/flexirest/instrumentation.rb, line 41
def append_info_to_payload(payload)
  super
  payload[:flexirest_time_spent] = Flexirest::Instrumentation.time_spent
  payload[:flexirest_calls_made] = Flexirest::Instrumentation.calls_made
end