mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add OTel resource detecors
Adding this should allow OpenTelemetry to detect information about our Kubernetes environment.
This commit is contained in:
parent
8f3039e321
commit
214f01c501
2 changed files with 5 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue