From fc3aa37f89ec99c276a2dfe29f425f2807a789cb Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 7 Sep 2018 16:20:58 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__integrations.html | 2 +- single/spring-cloud-sleuth.html | 2 +- spring-cloud-sleuth.xml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index 32a88f7b2..92ab2269c 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -158,5 +158,5 @@ it’s enough for you to register beans of types:

spring.sleuth.messaging.rabbit.enabled to false.

15.9.3 Spring Kafka

We instrument the Spring Kafka’s ProducerFactory and ConsumerFactory so that tracing headers get injected into the created Spring Kafka’s Producer and Consumer.

To block this feature, set spring.sleuth.messaging.kafka.enabled to false.

15.9.4 Spring JMS

We instrument the JmsTemplate so that tracing headers get injected -into the message. We also support @JmsListener annotated methods on the consumer side.

To block this feature, set spring.sleuth.messaging.jms.enabled to false.

15.10 Zuul

We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. +into the message. We also support @JmsListener annotated methods on the consumer side.

To block this feature, set spring.sleuth.messaging.jms.enabled to false.

[Important]Important

We don’t support baggage propagation for JMS

15.10 Zuul

We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support, set the spring.sleuth.zuul.enabled property to false.

\ No newline at end of file diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index ea4794655..44848c0ca 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -893,7 +893,7 @@ it’s enough for you to register beans of types:

spring.sleuth.messaging.rabbit.enabled to false.

15.9.3 Spring Kafka

We instrument the Spring Kafka’s ProducerFactory and ConsumerFactory so that tracing headers get injected into the created Spring Kafka’s Producer and Consumer.

To block this feature, set spring.sleuth.messaging.kafka.enabled to false.

15.9.4 Spring JMS

We instrument the JmsTemplate so that tracing headers get injected -into the message. We also support @JmsListener annotated methods on the consumer side.

To block this feature, set spring.sleuth.messaging.jms.enabled to false.

15.10 Zuul

We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. +into the message. We also support @JmsListener annotated methods on the consumer side.

To block this feature, set spring.sleuth.messaging.jms.enabled to false.

[Important]Important

We don’t support baggage propagation for JMS

15.10 Zuul

We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support, set the spring.sleuth.zuul.enabled property to false.

16. Running examples

You can see the running examples deployed in the Pivotal Web Services. Check them out at the following links:

  • Zipkin for apps presented in the samples to the top. First make a request to Service 1 and then check out the trace in Zipkin.
  • Zipkin for Brewery on PWS, its Github Code. diff --git a/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index 27f07ad6e..dcdb7f4b5 100644 --- a/spring-cloud-sleuth.xml +++ b/spring-cloud-sleuth.xml @@ -1961,6 +1961,9 @@ so that tracing headers get injected into the created Spring Kafka’s We instrument the JmsTemplate so that tracing headers get injected into the message. We also support @JmsListener annotated methods on the consumer side. To block this feature, set spring.sleuth.messaging.jms.enabled to false. + +We don’t support baggage propagation for JMS +