Type: Bug
Component:
"SQS"
Describe the bug
We are using Opentelemetry java agent v2.16.0.
After upgrading spring cloud AWS to 3.4.0 from 3.2.1, we observed that traces are not working when we Listen for SQS events through io.awspring.cloud.sqs.annotation.SqsListener;
FYI we initially thought it had something to do with open telemetry upgrade from 2.10.0 to 2.16.0 but we saw that the issue is due to spring cloud aws upgrade.
Sample
Need to setup as simple Sqs listener to listen for sqs messages.
Need to have opentelemetry JAR in the deployment
Check logs for traces received.
Type: Bug
Component:
"SQS"
Describe the bug
We are using Opentelemetry java agent v2.16.0.
After upgrading spring cloud AWS to 3.4.0 from 3.2.1, we observed that traces are not working when we Listen for SQS events through io.awspring.cloud.sqs.annotation.SqsListener;
FYI we initially thought it had something to do with open telemetry upgrade from 2.10.0 to 2.16.0 but we saw that the issue is due to spring cloud aws upgrade.
Sample
Need to setup as simple Sqs listener to listen for sqs messages.
Need to have opentelemetry JAR in the deployment
Check logs for traces received.