Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update awslambda to use _X_AMZN_TRACE_ID as a Span Link #1657

Merged
merged 13 commits into from
Jul 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update instrumentation/opentelemetry-instrumentation-aws-lambda/src/o…
…pentelemetry/instrumentation/aws_lambda/__init__.py

Co-authored-by: Ron Yishai <ronyish@cisco.com>
  • Loading branch information
tsloughter and ronyis committed Apr 25, 2023
commit 4773c719d8f5c79f63f8701ca3df77bbe4f8c95c
Original file line number Diff line number Diff line change
@@ -179,7 +179,6 @@ def _determine_links() -> Optional[Sequence[Link]]:
Returns:
A Link or None
"""
env_context = None
links = None

xray_env_var = os.environ.get(_X_AMZN_TRACE_ID)