A Ruby gem for detailed Rails application performance analysis. Metrics are reported to Scout, a hosted application monitoring service.
Install the gem:
gem install scout_apm
Signup for a Scout account and copy the config file to RAILS_ROOT/config/scout_apm.yml
.
Your config file should look like:
common: &defaults
name: YOUR_APPLICATION_NAME
key: YOUR_APPLICATION_KEY
monitor: true
production:
<<: *defaults
For the complete list of supported frameworks, Rubies, etc, see our help site.
Email support@scoutapp.com if you need a hand.