SQS Messaging Autoconfig (#1218)

added support for SQS messaging tracing
This commit is contained in:
Brian Devins-Suresh
2019-10-03 06:18:32 -04:00
committed by Marcin Grzejszczak
parent c7b818753f
commit dc82c5cafc
10 changed files with 468 additions and 16 deletions

View File

@@ -1381,6 +1381,13 @@ To block this feature, set `spring.sleuth.messaging.jms.enabled` to `false`.
IMPORTANT: We don't support baggage propagation for JMS
==== Spring Cloud AWS Messaging SQS
We instrument `@SqsListener` which is provided by `org.springframework.cloud:spring-cloud-aws-messaging`
so that tracing headers get extracted from the message and a trace gets put into the context.
To block this feature, set `spring.sleuth.messaging.sqs.enabled` to `false`.
=== Zuul
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information.