Module: Mongoid::Railties::ControllerRuntime::ControllerExtension

Extended by:
ActiveSupport::Concern
Defined in:
lib/mongoid/railties/controller_runtime.rb

Overview

This extension mimics the Rails’ internal method to measure ActiveRecord runtime during request processing. It appends MongoDB runtime value (‘mongoid_runtime`) into payload of instrumentation event `process_action.action_controller`.

Defined Under Namespace

Modules: ClassMethods