Top 6 Ruby Apm Projects
-
-
Scout Monitoring
Performance metrics and, now, Logs Management Monitoring with Scout Monitoring. Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.
-
Project mention: How to Setup a Project That Can Host Up to 1000 Users for Free | dev.to | 2024-06-04
The Rollbar’s ancestor, Airbrake, is another good choice (if you can afford it, because it has no free plan). You can see a detailed comparison between these two here: https://rollbar.com/vs/airbrake/. The same applies to Honeybadger — one more popular modern error management service for rails. In a nutshell, they do similar things but may have different bells and whistles.
-
Project mention: Integrating Datadog Instrumented Apps in your OpenTelemetry Stack | dev.to | 2024-05-16
This action starts two Ruby on Rails APIs, one instrumented with ddtrace and another with OpenTelemetry SDK, both connecting to an OpenTelemetry Collector that sends data to Jaeger:
-
Project mention: Tracing: Structured Logging, but better in every way | news.ycombinator.com | 2023-09-20
* trying to profile code, we used a modified version of Stackprof to do sampling instead of exact profiling. That worked surprisingly well at finding hotspots, with low overhead.
All sorts of other tricks came along too. I should go look at that codebase again to remind me. That'd be good for my resume.... :)
https://github.com/scoutapp/scout_apm_ruby
-
This exemplifies the compromise you might make between the probability that a new product is added, changed, or removed in the course of 15 minutes and somebody seeing a stale response. Every application will have its own limitations here, but it's a good idea to have application monitoring like AppSignal for Ruby built into your production environment. This will enable you to query how often an endpoint is accessed by the same user vs the data manipulation frequency.
-
Ruby Apm discussion
Index
What are some of the best open-source Apm projects in Ruby? This list will help you:
Project | Stars | |
---|---|---|
1 | Rails Performance | 967 |
2 | Airbrake | 965 |
3 | dd-trace-rb | 304 |
4 | scout_apm_ruby | 197 |
5 | AppSignal | 178 |
6 | Instrumental | 58 |