Skip to content

Commit 66f3859

Browse files
author
ADOT Patch workflow
committed
Debug log line
1 parent 8f9b0f6 commit 66f3859

File tree

1 file changed

+2
-0
lines changed
  • aws-opentelemetry-distro/src/amazon/opentelemetry/distro

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ def detect(self) -> "Resource":
7474
try:
7575
print("start ec2 init")
7676
token = _get_token()
77+
print("token")
7778
identity_dict = json.loads(_get_identity(token))
79+
print(dict)
7880
hostname = _get_host(token)
7981
print("end ec2 init")
8082

0 commit comments

Comments
 (0)