The appoptics_apm gem provides automatic tracing and metrics for Ruby applications. It requires an AppOptics account: sign up for a free trial at https://www.appoptics.com.
https://docs.appoptics.com/kb/apm_tracing/ruby
The gem instruments the ruby language and ruby on rails frameworks. It is hosted on RubyGems, making installation as
simple as: gem install appoptics_apm
.
Our ruby extension gets detailed insights out-of-the-box without any code modification. For a list of instrumented gems and components see https://docs.appoptics.com/kb/apm_tracing/ruby/support-matrix
Detailled installation instructions for Ruby and different frameworks like Rails, Sinatra, Padrino, and Grape can be found here https://docs.appoptics.com/kb/apm_tracing/ruby/install
If you have code or a library that is not on the platform support list, use our SDK (as documented here) to customize.