Add OTel resource detecors

Adding this should allow OpenTelemetry to detect information about our
Kubernetes environment.
This commit is contained in:
Gene Liverman 2020-09-17 21:04:41 -04:00
parent 8f3039e321
commit 214f01c501
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 5 additions and 1 deletions

View file

@ -21,6 +21,7 @@ gem 'opentelemetry-exporter-jaeger', '~> 0.6.0'
gem 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.6.0'
gem 'opentelemetry-instrumentation-redis', '~> 0.6.0'
gem 'opentelemetry-instrumentation-sinatra', '~> 0.6.0'
gem 'opentelemetry-resource_detectors', '~> 0.6.0'
gem 'opentelemetry-sdk', '~> 0.6.0'
group :development do