Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create meaningful telemetry related to *_runtime Action Controller attributes #2932

Open
kaylareopelle opened this issue Nov 1, 2024 · 1 comment
Labels
rails Issues related to the Ruby on Rails framework

Comments

@kaylareopelle
Copy link
Contributor

The db_runtime and view_runtime attributes are generated by Rails and attached to the process_action.action_controller notification.

These attributes sum up the ms spent on DB-related actions and view-related actions respectively.

https://guides.rubyonrails.org/active_support_instrumentation.html#process-action-action-controller

Let's understand the value of these attributes more deeply and emit telemetry that leverages them.

@workato-integration
Copy link

@kaylareopelle kaylareopelle added the rails Issues related to the Ruby on Rails framework label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rails Issues related to the Ruby on Rails framework
Projects
Development

No branches or pull requests

1 participant