Skip to content

Commit c746087

Browse files
author
ADOT Patch workflow
committed
Debug log line
1 parent 20f389a commit c746087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def _initialize_components(auto_instrumentation_version):
102102
try:
103103
resource = get_aggregated_resources(
104104
[
105-
AwsEc2ResourceDetector(),
106-
AwsEksResourceDetector(),
107-
AwsEcsResourceDetector(),
105+
# AwsEc2ResourceDetector(),
106+
# AwsEksResourceDetector(),
107+
# AwsEcsResourceDetector(),
108108
]
109109
).merge(Resource.create(auto_resource))
110110
except:

0 commit comments

Comments
 (0)