Sha256: ee23f624f8631375dd11ee2734975440f01e2617a67839e4e4dfb709bcc9822f
Contents?: true
Size: 722 Bytes
Versions: 88
Compression:
Stored size: 722 Bytes
Contents
# ScoutApm A Ruby gem for detailed Rails application performance analysis. Metrics are reported to [Scout](https://scoutapp.com), a hosted application monitoring service. ## Getting Started Install the gem: gem install scout_apm Signup for a [Scout](https://apm.scoutapp.com) 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](http://help.apm.scoutapp.com/). ## Help Email support@scoutapp.com if you need a hand.
Version data entries
88 entries across 88 versions & 1 rubygems