module ActionController::Instrumentation
def append_info_to_payload(payload) # :doc:
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) # :doc: payload[:view_runtime] = view_runtime end