Add Otel tracing to SQS connector#3221
Merged
ozangunalp merged 1 commit intosmallrye:mainfrom Nov 20, 2025
Merged
Conversation
Collaborator
Author
|
@majchrzw did you have time to give it a try ? |
|
I will try to do some tests this or next week. |
|
Hi, I've done a few tests and for the most part it looks good but I noticed 2 things:
2. Second issue for me is that errors in processing incoming messages are not visible in tracing. When exception in processing occurs - there are few spans because message is nacked but no info why it happened so it's a bit confusing.
For example here is how http request trace looks when request failed - there's both status and exception showing:
|
Collaborator
Author
|
@majchrzw Thanks for giving this a try. It is cool that most is working correctly. I think for your expectations on trace spans and exception context, you need to annotate the processing method with |
cescoffier
approved these changes
Nov 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes #3188