-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Labels
Description
(Snipping default issue text, not reporting a problem)
#1807 is really cool and I'm excited to be able to better trace from a web frontend (where messages are published) to a consumer backend (where messages are consumed).
We tend to publish messages on a SNS topic and then use subscriptions to direct a message into the appropriate queue(s) so our SQS messages are produced within Amazon machinery and therefore can't use the automatic distributed tracing in #1807.
I believe following a similar pattern in #1807 for SNS publish methods should be able to help distributed tracing via SNS messages as well. Obviously y'all have your own internal roadmaps so I'm curious if I were to spend a little time on this if there's willingness to merge?
Reactions are currently unavailable