Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

thinkific/apm-agent-ruby

This branch is 2 commits ahead of, 208 commits behind elastic/apm-agent-ruby:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aec4ee5 Β· Nov 23, 2023
Apr 20, 2021
Nov 23, 2023
Mar 23, 2021
Apr 6, 2021
Apr 21, 2021
Apr 6, 2021
Jun 16, 2021
Jun 18, 2021
Feb 25, 2020
Nov 28, 2019
Jun 10, 2020
Mar 30, 2021
May 31, 2021
Nov 24, 2017
Mar 6, 2020
Nov 13, 2019
Mar 30, 2021
Nov 1, 2017
Mar 31, 2021
Nov 19, 2020
May 20, 2020
Apr 29, 2020

Repository files navigation

elastic-apm

Elastic APM agent for Ruby

Jenkins Gem

The official Rubygem for Elastic APM.

πŸ’‘ We'd love to get feedback and information about your setup – please answer this β˜‘ short survey.


Documentation

Full documentation at elastic.co.


Getting help

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.

Development

A Docker based setup is provided for development.

To run all specs in the official ruby:latest image:

$ bin/dev

To pick a specific Ruby version, specify it with the -i flag:

$ bin/dev -i jruby:9.2

If 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 -h

License

Apache 2.0

Packages

No packages published

Languages

  • Ruby 96.6%
  • Shell 1.2%
  • Gherkin 1.1%
  • Other 1.1%