Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support instrumentation of queue message services using aws-sdk-2.2 #7243

Closed
rafael-gumiero opened this issue Nov 18, 2022 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@rafael-gumiero
Copy link

Is your feature request related to a problem? Please describe.
I currently have my microservices written in Java and would like to generate a trace of interactions with the Amazon SQS API, using aws-sdk-2.2. However, no attribute related to this interaction is generated in the trace event issued (eg: span.attributes.messaging@xxxxx).

Describe the solution you'd like
I would like attributes referring to Amazon SQS to be generated in my event (eg: span.attributes.messaging@destination, span.attributes.messaging@operation, span.attributes.messaging@message_id, etc).

Describe alternatives you've considered
We did some tests with the sdk version 1 and we didn't notice the generation either. We were only able to generate in version 1 using the jms pattern, because in this case there is already an instrumentator for jms.

Additional context
N/A

@rafael-gumiero rafael-gumiero added the enhancement New feature or request label Nov 18, 2022
@trask
Copy link
Member

trask commented Nov 22, 2022

cc @rapphil

@trask
Copy link
Member

trask commented Dec 24, 2024

Closing, there have been a lot of improvements to the SQS instrumentation since this was opened: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pulls?q=is%3Apr+sqs+is%3Aclosed+in%3Atitle

If you are still having issues, please open a new issue, thanks.

@trask trask closed this as completed Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants