Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

adomik/scout_apm_ruby

 
 

Repository files navigation

ScoutApm Ruby Agent

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

Getting Started

Add the gem to your Gemfile

gem 'scout_apm'

Update your Gemfile

bundle install

Signup for a Scout account and put the provided config file at 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, configuration options and more, see our help site.

Help

Email [email protected] if you need a hand.

About

Scout Ruby Application Monitoring Agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.6%
  • C 1.1%
  • HTML 0.3%