Deletion Message for SQS Emitted as a Seperate Trace #12941
Labels
bug
Something isn't working
needs author feedback
Waiting for additional feedback from the author
needs repro
needs triage
New issue that requires triage
Describe the bug
We have a Spring Boot microservice that uses
AWS Java SDK 3.0.5
to trigger a message pull from SQS, process the message, then do an external API call. Based on the response of the external API call, the following action is taken:We expect one trace to be generated containing all actions taken, but instead we get 2 separate traces.
We believe that this is an issue related to instrumentation with Spring-Cloud-AWS lib.
Steps to reproduce
Pending, will update link if available
Expected behavior
We expect one trace to be generated with the following three actions:
Actual behavior
We received two separate traces:
Trace 1: Contains pulling from SQS and calling external API
Trace 2: Contains the delete message
Javaagent or library instrumentation version
v2.10.0
Environment
JDK:
OS:
Additional context
No response
The text was updated successfully, but these errors were encountered: