Skip to content

Commit

Permalink
add to instrumentation-all
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholmes committed Oct 13, 2021
1 parent e055b83 commit bb104ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/all/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gem 'opentelemetry-instrumentation-rails', path: '../rails'
gem 'opentelemetry-instrumentation-redis', path: '../redis'
gem 'opentelemetry-instrumentation-resque', path: '../resque'
gem 'opentelemetry-instrumentation-restclient', path: '../restclient'
gem 'opentelemetry-instrumentation-rspec', path: '../rspec'
gem 'opentelemetry-instrumentation-ruby_kafka', path: '../ruby_kafka'
gem 'opentelemetry-instrumentation-sidekiq', path: '../sidekiq'
gem 'opentelemetry-instrumentation-sinatra', path: '../sinatra'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry-instrumentation-rspec'
require 'opentelemetry-instrumentation-action_pack'
require 'opentelemetry-instrumentation-action_view'
require 'opentelemetry-instrumentation-active_job'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.21.1'
spec.add_dependency 'opentelemetry-instrumentation-resque', '~> 0.1.2'
spec.add_dependency 'opentelemetry-instrumentation-restclient', '~> 0.19.2'
spec.add_dependency 'opentelemetry-instrumentation-rspec', '~> 0.0.0'
spec.add_dependency 'opentelemetry-instrumentation-ruby_kafka', '~> 0.18.4'
spec.add_dependency 'opentelemetry-instrumentation-sidekiq', '~> 0.20.1'
spec.add_dependency 'opentelemetry-instrumentation-sinatra', '~> 0.19.2'
Expand Down

0 comments on commit bb104ea

Please sign in to comment.