Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks

License

NotificationsYou must be signed in to change notification settings

scoutapp/scout_apm_ruby

Repository files navigation

Build Status

A Ruby gem for detailed Rails application performance monitoring 📈. Metrics and transaction traces arereported toScout, a hosted application monitoringservice.

What's the special sauce? 🤔

The Scout agent is engineered to do some wonderful things:

Getting Started

Add the gem to your Gemfile

gem 'scout_apm'

Adda version of theparser gem that supports your version of Ruby. For example, if you're on Ruby 3.3.0:

gem 'parser', '~> 3.3.0.0'

Update your Gemfile

bundle install

Signup for aScout account and put the providedconfig file atRAILS_ROOT/config/scout_apm.yml.

Your config file should look like:

common: &defaults  name: YOUR_APPLICATION_NAME  key: YOUR_APPLICATION_KEY  monitor: truetest:  monitor: falseproduction:  <<: *defaults

DevTrace Quickstart

To use DevTrace, our free, no-signup, in-browser development profiler:

  1. Add the gem to your Gemfile:
# Gemfilegem'scout_apm'
  1. Start your Rails app with the SCOUT_DEV_TRACE environment variable:
SCOUT_DEV_TRACE=true rails server

How to test gem locally

  • Point your gemfile at your local checkout:gem 'scout_apm', path: '/path/to/scout_apm_ruby
  • Compile native code:cd /path/to/scout_apm_ruby && bundle exec rake compile

Docs

For the complete list of supported frameworks, Rubies, configuration optionsand more, see ourhelp site.

Help

Emailsupport@scoutapp.com if you need a hand.

About

ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp