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 ignored endpoints #22

Closed haffla closed 3 years ago

haffla commented 3 years ago

Hey! This adds support for ignoring certain endpoints like status endpoint for example.

So now you can do

config.ignored_endpoints = ['StatusController#main']

It's actually very similar to how it can be done in https://github.com/skylightio/skylight-ruby.

I also added some small improvements which I thought make sense. Basically only

Hope this is OK.

igorkasyanchuk commented 3 years ago

merged 👍

haffla commented 3 years ago

Cool. Could you release a new version soon, too?

igorkasyanchuk commented 3 years ago

just released