igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
976 stars 53 forks source link

Support for background jobs and rails runners (whenever gem) #7

Closed zoras closed 3 years ago

igorkasyanchuk commented 3 years ago

you can use "custom tracking" feature to do it

RailsPerformance.measure do
   # your code
end