Ruby APM Setup
Traces | Metrics | App Logs | Custom Logs | Profiling |
---|---|---|---|---|
- | - | - |
Prerequisites
- To monitor APM data on dashboard, Middleware Host agent needs to be installed, You can refer this demo project to refer use cases of APM.
- Ruby version >= 3.0.2
- Check Ruby version
- Check Ruby version
Ruby APM Setup
Add required gem packages
Add code as mentioned below at the initialization of your application
Run your application