diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index db3388fd6..e8e975887 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -274,6 +274,7 @@ $(addBlockSwitches);
  • Zuul
  • +
  • Redis
  • Running examples
  • @@ -3585,6 +3586,13 @@ We don’t support baggage propagation for JMS To disable Zuul support, set the spring.sleuth.zuul.enabled property to false.

    +
    +

    Redis

    +
    +

    We set tracing property to Lettcue ClientResources instance to enable Brave tracing built in Lettuce . +To disable Redis support, set the spring.sleuth.redis.enabled property to false.

    +
    +