Support distributed trace propagation across SQS #4198
esmiralha
started this conversation in
Feature Request
Replies: 1 comment 7 replies
|
Hi @esmiralha, do you miss any feature around SQS tracing? It's already supported in both versions for v1 works by wrapping the session (as you can see as done by Orchestrion here), and v2 achieves the same by wrapping the config (as you can see done by Orchestrion here). |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Package Name
aws-sdk
Package Version(s)
No response
Describe the feature you'd like
SQS is a distributed queue by amazon. It allows metadata with message attributes so implementation should be fairly straightforward.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response
All reactions