Rails application monitoring is avaiable by invite-only @ Scout.

ScoutRails

A Ruby gem for detailed Rails application performance analysis. Metrics are reported to Scout, a hosted server and application monitoring service. For general server monitoring, see our server monitoring agent.

Scout Rails Monitoring

Getting Started

Install the gem:

gem install scout_rails

Signup for a Scout account and copy the config file to RAILS_ROOT/config/scout_rails.yml.

Your config file should look like:

common: &defaults
  name: YOUR_APPLICATION_NAME
  key: YOUR_APPLICATION_KEY
  monitor: true

production:
  <<: *defaults

Supported Frameworks

  • Rails 2.2 through Rails 4

Supported Rubies

  • Ruby 1.8.7 through Ruby 2.1.2

Supported Application Servers

  • Phusion Passenger
  • Thin
  • WEBrick
  • Unicorn (make sure to add preload_app true to config/unicorn.rb)

Help

See our troubleshooting tips and/or email [email protected] if you need a hand.