We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adcc4e commit 6af8ee5Copy full SHA for 6af8ee5
resources/container/lib/opentelemetry/resource/detector/container.rb
@@ -40,7 +40,7 @@ def detect
40
def container_id
41
[CGROUP_V2_PATH, CGROUP_V1_PATH].each do |cgroup|
42
unless File.readable?(cgroup)
43
- OpenTelemetry.handle_error(message: "Container resource detector - #{cgroup} could not be read.")
+ OpenTelemetry.logger.debug("Container resource detector - #{cgroup} could not be read.")
44
next
45
end
46
0 commit comments