module ActionController::Instrumentation

def append_info_to_payload(payload) #:nodoc:

:nodoc:
:api: plugin
with the payload, so you can add more information.
Every time after an action is processed, this method is invoked
def append_info_to_payload(payload) #:nodoc:
  payload[:view_runtime] = view_runtime
end