Class: Rage::Telemetry::Spans::ProcessControllerAction
- Inherits:
-
Object
- Object
- Rage::Telemetry::Spans::ProcessControllerAction
- Defined in:
- lib/rage/telemetry/spans/process_controller_action.rb
Overview
The controller.action.process span wraps the processing of a controller action.
This span is emitted for every controller action that is executed. See handle for the list of arguments passed to handler methods.
Class Method Summary collapse
Class Method Details
.handle(id:, name:, controller:, request:, response:, env:) ⇒ Object
Note:
Rage automatically detects which parameters your handler method accepts and only passes those parameters. You can omit any of the parameters described here.
19 20 |
# File 'lib/rage/telemetry/spans/process_controller_action.rb', line 19 def handle(id:, name:, controller:, request:, response:, env:) end |