The official Rubygem for Elastic APM.
💡 We'd love to get feedback and information about your setup – please answer this ☑ short survey.
Full documentation at elastic.co.
- Set up the Agent
 - Supported technologies
 - Configuration
 - Advanced Topics
 - API reference
 - Metrics
 - OpenTracing API
 - GraphQL
 - Log correlation
 - Performance tuning
 - Troubleshooting
 - Upgrading
 - Release notes
 
If you find a bug, please report an issue. For any other assistance, please open or add to a topic on the APM discuss forum.
A Docker based setup is provided for development.
To run all specs in the official ruby:latest image:
$ bin/devTo pick a specific Ruby version, specify it with the -i flag:
$ bin/dev -i jruby:9.2If the first argument is a path starting with spec/, the passed specs will be run. Otherwise any arguments passed will be run as a command inside the container:
$ bin/dev -i jruby:9.2 spec/integration/rails_spec.rb   # ✅
$ bin/dev -i some_custom_image bash                     # ✅To see all options:
$ bin/dev -hApache 2.0