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
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
The AWS SQS service propagates context between sender and consumer over SQSMessageAttributes. The identifier for the message attribute that is used for context propagation "AWSTraceHeader" is different than the one normally used for HTTP based propagation: "X-Amzn-Trace-Id".
In such a case library authors will need to write their own Extractor and Injector that are specialized towards a tracing solution (in this case XRay) and therefore can ignore the name passed by the tracing lib.