mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Add OTel HttpClient Instrumentation
This will be useful for the GCE provider.
This commit is contained in:
parent
6d6da30696
commit
72c82cf084
4 changed files with 13 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'nokogiri', '~> 1.10'
|
||||
s.add_dependency 'opentelemetry-exporter-jaeger', '= 0.20.1'
|
||||
s.add_dependency 'opentelemetry-instrumentation-concurrent_ruby', '= 0.19.2'
|
||||
s.add_dependency 'opentelemetry-instrumentation-http_client', '= 0.19.3'
|
||||
s.add_dependency 'opentelemetry-instrumentation-redis', '= 0.21.2'
|
||||
s.add_dependency 'opentelemetry-instrumentation-sinatra', '= 0.19.3'
|
||||
s.add_dependency 'opentelemetry-resource_detectors', '= 0.19.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue