Skip to content

Commit

Permalink
ruboproof.
Browse files Browse the repository at this point in the history
  • Loading branch information
scbjans committed Sep 5, 2023
1 parent 9dcb91e commit 14e5082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Azure

def detect
OpenTelemetry.logger.warn('Azure resource detector - The Azure resource detector has been moved to a separate gem. ' \
'Please use the "opentelemetry-resource-detector-azure" gem onwards.')
'Please use the "opentelemetry-resource-detector-azure" gem onwards.')

metadata = azure_metadata
resource_attributes = {}
Expand Down
1 change: 0 additions & 1 deletion resources/container/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@

require 'opentelemetry-resource-detector-container'
require 'minitest/autorun'
require 'webmock/minitest'

OpenTelemetry.logger = Logger.new($stderr, level: ENV.fetch('OTEL_LOG_LEVEL', 'fatal').to_sym)

0 comments on commit 14e5082

Please sign in to comment.