Add OTel HttpClient Instrumentation

This will be useful for the GCE provider.
This commit is contained in:
Gene Liverman 2022-01-20 11:42:43 -05:00
parent 6d6da30696
commit 72c82cf084
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
4 changed files with 13 additions and 0 deletions

View file

@ -9,6 +9,7 @@ PATH
nokogiri (~> 1.10)
opentelemetry-exporter-jaeger (= 0.20.1)
opentelemetry-instrumentation-concurrent_ruby (= 0.19.2)
opentelemetry-instrumentation-http_client (= 0.19.3)
opentelemetry-instrumentation-redis (= 0.21.2)
opentelemetry-instrumentation-sinatra (= 0.19.3)
opentelemetry-resource_detectors (= 0.19.1)
@ -85,6 +86,10 @@ GEM
opentelemetry-instrumentation-concurrent_ruby (0.19.2)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.19.0)
opentelemetry-instrumentation-http_client (0.19.3)
opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.19.3)
opentelemetry-instrumentation-base (~> 0.19.0)
opentelemetry-instrumentation-redis (0.21.2)
opentelemetry-api (~> 1.0)
opentelemetry-common (~> 0.19.3)