Ruby Overview
Supported Ruby Versions
The Ruby APM should work well with Ruby 3.0.2+ applications. You can check this with …
ruby --version
Current Technical Approach
Our Ruby APM works based on Opentelemetry Ruby
We have published the Gem Package to be used in ruby application
- Support the traces anf
- Supports the profiling based on pyroscope
- Set up data export rules, so that telemetry data can be forwarded to our Host Agent
Releases
For ruby gem feature updates, You can refer RubyGem release list and for code over here.
Feature list
Feature | Status |
---|---|
Traces | Available |
Application Logs | Not yet implemented |
Custom Logs | Not yet implemented |
Metrics | Not yet implemented |
Profiling | Available |
Roadmap
- We are planning to add the suport the unavailable features in feature list.
- We are planning to support Hostless APM as well which can send data directly to Middleware without need of any host agent. This will help to monitor cloud based managed applications.