You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason the span link is performed on both the SQS Event and the SQS Message? What is the intent behind adding the span links to the SQS Event?
Is the intent so that the SQS Event's span links document all the SQS messages received? Because the lambda may not process all of the SQS Messages or may not call the instrumentation for processing SQS messages?
Doesn't this create a tree where the SQS Message trace context has two entry points into the SQS trigger Lambda invocation? One at the SQS Event (Lambda Invoke) and the SQS Message span?
What kind of trace trees are not allowed in OpenTelemetry? What kind of trace trees should be expected?
The text was updated successfully, but these errors were encountered:
In the
aws-lambda.md
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/aws-lambda.md SQS it seems the SQS Event will have a span link for each message containingAWSTraceHeader
and each SQS Message will have a span link to theAWSTraceHeader
Is there a reason the span link is performed on both the SQS Event and the SQS Message? What is the intent behind adding the span links to the SQS Event?
Is the intent so that the SQS Event's span links document all the SQS messages received? Because the lambda may not process all of the SQS Messages or may not call the instrumentation for processing SQS messages?
Doesn't this create a tree where the SQS Message trace context has two entry points into the SQS trigger Lambda invocation? One at the SQS Event (Lambda Invoke) and the SQS Message span?
What kind of trace trees are not allowed in OpenTelemetry? What kind of trace trees should be expected?
The text was updated successfully, but these errors were encountered: