scout_apm_ruby
scout_apm_ruby copied to clipboard
ScoutAPM Ruby Agent. Supports Rails, Sinatra, Grape, Rack, and many other frameworks
DevTrace shows you a code snippet of the `SQL` generated, but the code hilight area doesn't allow for scrolling, so it is hard to read the full output. It has...
Hi, I'm having an issue when using the jb gem, getting a stack too deep error. Reason might be a similar one to the one described in #217 ? error...
scout_apm (2.4.21) Scout is causing Puma to execute the on_worker_boot twice, only when **preloading** is turned **on** on puma. This file (https://github.com/scoutapp/scout_apm_ruby/blob/master/lib/scout_apm/server_integrations/puma.rb) gave me the hint by logging `I, [2019-03-07T16:47:33.844521...
There should be Rails' pure ActiveJob support for different queue adapters based in it. In particular, I had a lot of trouble configuring this gem with [active_elastic_job](https://github.com/tawan/active-elastic-job). Finally, I configured...
Currently, the `scout_apm` gem does not install on JRuby, since it references C extensions. We have 2 C extensions in the mainline gem right now (and ScoutProf in the 3.x...
Instrumentation seems to be added even when running a production console. I noticed this as the initialization output gets logged there if you log to stdout. Is there a way...
I can't definitively say this is a scout bug, but I started getting an unhandled `ArgumentError: negative array size (or size too big)` after upgrading to 3.0.0.pre25. Downgrading to pre10...
Related to https://github.com/scoutapp/scout_apm_ruby/issues/141 It'd be great if we could map an additional private repo to a gem so that we could see the source for that in stacktraces. The majority...
Currently, the Mongoid instrumentation does not seem to track aggregation pipelines. Because aggregations can quickly increase the size of DB query results in memory, it would be a useful metric...
I think if you have a lot of AutoInstrumentation going on, this results in a lot of repeated memory allocations for the same string. Addresses #495 I tested this out...