Skip to content

Commit f56104e

Browse files
committed
implement llo processing logic
1 parent cf24009 commit f56104e

File tree

1 file changed

+1
-1
lines changed
  • aws-opentelemetry-distro/src/amazon/opentelemetry/distro

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,4 +550,4 @@ def _is_llo_attribute(self, key: str) -> bool:
550550
if regex.match(key):
551551
return True
552552

553-
return False
553+
return False

0 commit comments

Comments
 (0)