scout_apm_ruby
scout_apm_ruby copied to clipboard
ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks
Hi! I've been having some memory issues with an application and I started profiling it using https://github.com/MiniProfiler/rack-mini-profiler#memory-profiling. I found the source of the leaks, but I also noticed that in...
Adds a bit more information around AutoInstruments and the parser gem
We faced an issue in which scout agent will start and worker thread will get initialized when running `bundle exec rails console`. I inspected the code that does the checks...
Hello, I get runtime error. For example when I type to search, it works but got this error. Maybe someone faced with it. Thank you!
With Rails 5 and below, there is a wrong number of arguments error on active record save! due to the auto instrumentation update here: https://github.com/scoutapp/scout_apm_ruby/commit/1aa5f92e1a787da122167fcba425c44f59ebe440 The docs says it supports...
I'm trying to help a mate to use our project but she has a windows machine, and for some reason, for her, the server goes live, but after some time,...
Hi, any plans to support Mongoid using the official Mongo Ruby Driver instead of Moped?
Hi I am analyzing the memory bloats issue from our Scout APM report. I look into the codebase of this gem and realize that memory usage is actually the delta...
ensure we can set a request to be ignored in a background processing system via a before hook and the request manager should return the ignored request instead of creating...