Closed
Description
Currently the db & view data is coming from ActiveSupportInstrumentation#process-action.action-controller event. This only tells you that all DB queries / View took N amount of time.
However, ActiveSupport also offers more events which allow to get more granular data:
- https://edgeguides.rubyonrails.org/active_support_instrumentation.html#sql-active-record
- https://edgeguides.rubyonrails.org/active_support_instrumentation.html#action-view
I would be open to look into the details and send a PR if this is a feature you would accept?
Metadata
Metadata
Assignees
Labels
No labels