Skip to content

5up3rc/scout_apm_ruby

 
 

Repository files navigation

ScoutApm

A Ruby gem for detailed Rails application performance analysis. Metrics are reported to Scout, a hosted application monitoring service.

Getting Started

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

Docs

For the complete list of supported frameworks, Rubies, etc, see our help site.

Help

Email support@scoutapp.com if you need a hand.

About

Scout Ruby Application Monitoring Agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.5%
  • C 1.2%
  • HTML 0.3%