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
- Rails 2.2 through Rails 4
- Ruby 1.8.7 through Ruby 2.1.2
- Phusion Passenger
- Thin
- WEBrick
- Unicorn (make sure to add
preload_app true
toconfig/unicorn.rb
) - Rainbows
- Puma
Email [email protected] if you need a hand.