module ActiveRestClient::ControllerInstrumentation

Protected Instance Methods

append_info_to_payload(payload) click to toggle source
Calls superclass method
# File lib/active_rest_client/instrumentation.rb, line 41
def append_info_to_payload(payload)
  super
  payload[:active_rest_client_time_spent] = ActiveRestClient::Instrumentation.time_spent
  payload[:active_rest_client_calls_made] = ActiveRestClient::Instrumentation.calls_made
end