-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Labels
Milestone
Description
The tracer currently supports distributed tracing for SQS, as we inject the Datadog info on sendMessage
and also extract the trace info if present on receiveMessage
. A regular pattern is to publish to SNS first to have a fan out to multiple SQS queues via topic subscriptions.
I wanted to reach out to before submitting a PR for injecting the trace into the MessageAttributes
in SNS publish
, so the the trace data can get all the way from the production of the SNS event, to the SQS consumers.
hem-brahmbhatt, Hesperide and seanyu4296