scoutapp / roadmap

The public roadmap for Scout application monitoring.
https://scoutapp.com
16 stars 2 forks source link

[rails] Add ability to whitelist auto instruments for non-controller classes #90

Closed J-Swift closed 4 years ago

J-Swift commented 4 years ago

There is a way to blacklist files for auto instruments, but no way to whitelist non-controller classes. My use-case is that I'm working on a rails app that heavily utilizes Concerns. Since those are not 'controller classes' I don't get insight into some hot-spots. It would be nice to be able to specify these classes so that they can also be instrumented.

J-Swift commented 4 years ago

Just realized this is the wrong place for this... opening in the APM ruby project