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 24b182b
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 @@ -8,6 +8,7 @@ source 'https://rubygems.org'

gemspec

gem 'opentelemetry-instrumentation-rspec', path: '../rspec'
gem 'opentelemetry-api', path: '../../api'
gem 'opentelemetry-common', path: '../../common'
gem 'opentelemetry-instrumentation-action_pack', path: '../action_pack'
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 24b182b

Please sign in to comment.