File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
include/opentelemetry/resource_detectors Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1616OPENTELEMETRY_BEGIN_NAMESPACE
1717namespace resource_detector
1818{
19- namespace resource
20- {
2119
2220/* *
2321 * This is the file path from where we can get container.id
@@ -39,6 +37,5 @@ opentelemetry::sdk::resource::Resource ContainerResourceDetector::Detect() noexc
3937 return ResourceDetector::Create (attributes);
4038}
4139
42- } // namespace resource
4340} // namespace resource_detector
4441OPENTELEMETRY_END_NAMESPACE
Original file line number Diff line number Diff line change 1010OPENTELEMETRY_BEGIN_NAMESPACE
1111namespace resource_detector
1212{
13- namespace resource
14- {
1513
1614/* *
1715 * ContainerResourceDetector to detect resource attributes when running inside a containerized
@@ -24,6 +22,5 @@ class ContainerResourceDetector : public opentelemetry::sdk::resource::ResourceD
2422 opentelemetry::sdk::resource::Resource Detect () noexcept override ;
2523};
2624
27- } // namespace resource
2825} // namespace resource_detector
2926OPENTELEMETRY_END_NAMESPACE
You can’t perform that action at this time.
0 commit comments