-
-
Notifications
You must be signed in to change notification settings - Fork 350
Description
Type: Feature
Is your feature request related to a problem? Please describe.
With a new version of Spring Boot 3.x tracing propagation by Sleuth integration is replaced with Micrometer integration and with the newest version Spring Cloud Sleuth does not support AWS (SQS) integration anymore.
Describe the solution you'd like
Integrate Spring Cloud AWS with Micrometer tracing so that tracing propagation works by default for SQS/SNS integration. The tracing SQS message headers get extracted from the message and a trace gets put into the context or tracing context is put into tracing headers for pushed SNS message by default
Describe alternatives you've considered
As an alternative it could be porting the functionality from the Spring Cloud Sleuth project.
Additional context
Please let me know if you need a contribution to the implementation.