File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lib/opentelemetry/instrumentation Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2828require 'opentelemetry-instrumentation-faraday'
2929require 'opentelemetry-instrumentation-grape'
3030require 'opentelemetry-instrumentation-graphql'
31+ require 'opentelemetry-instrumentation-grpc'
3132require 'opentelemetry-instrumentation-http_client'
3233require 'opentelemetry-instrumentation-mongo'
3334require 'opentelemetry-instrumentation-mysql2'
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Gem::Specification.new do |spec|
3838 spec . add_dependency 'opentelemetry-instrumentation-faraday' , '~> 0.26.0'
3939 spec . add_dependency 'opentelemetry-instrumentation-grape' , '~> 0.3.0'
4040 spec . add_dependency 'opentelemetry-instrumentation-graphql' , '~> 0.29.0'
41+ spec . add_dependency 'opentelemetry-instrumentation-grpc' , '~> 0.2.0'
4142 spec . add_dependency 'opentelemetry-instrumentation-gruf' , '~> 0.3.0'
4243 spec . add_dependency 'opentelemetry-instrumentation-http' , '~> 0.24.0'
4344 spec . add_dependency 'opentelemetry-instrumentation-http_client' , '~> 0.23.0'
You can’t perform that action at this time.
0 commit comments