Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Ticketbud/scout_apm_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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)
  • Rainbows
  • Puma

Help

Email [email protected] if you need a hand.

About

Scout Ruby Application Monitoring Agent

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%