github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/tracing/jaeger/ruby/rideshare/Gemfile (about) 1 source "https://rubygems.org" 2 git_source(:github) { |repo| "https://github.com/#{repo}.git" } 3 4 ruby "3.0.2" 5 6 # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" 7 gem "rails", "~> 7.0.4" 8 9 # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] 10 gem "sprockets-rails" 11 12 # Use sqlite3 as the database for Active Record 13 gem "sqlite3", "~> 1.4" 14 15 # Use the Puma web server [https://github.com/puma/puma] 16 gem "puma", "~> 5.0" 17 18 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem 19 gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] 20 21 group :development, :test do 22 # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem 23 gem "debug", platforms: %i[ mri mingw x64_mingw ] 24 end 25 26 group :development do 27 # Speed up commands on slow machines / big apps [https://github.com/rails/spring] 28 # gem "spring" 29 end 30 31 gem "pyroscope", "~> 0.5.1" 32 gem "pyroscope-otel", "~> 0.1.1" 33 gem 'opentelemetry-sdk', "~> 1.2.0" 34 gem 'opentelemetry-exporter-otlp', "~> 0.24.0" 35 gem 'opentelemetry-exporter-jaeger', '~> 0.22.0' 36 37 gem 'opentelemetry-instrumentation-rails' # it's top span is "http get" which is not super usefull for demo