From 5cdb476469487105236b4073b94ee0cd1dc4425a Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 4 Sep 2019 14:59:49 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 10 ++++++++++ reference/html/spring-cloud-sleuth.html | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index d7565b24d..4c1de5373 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -283,6 +283,7 @@ $(addBlockSwitches);
  • Zuul
  • Redis
  • +
  • Quartz
  • Running examples
  • @@ -3601,6 +3602,15 @@ To disable Zuul support, set the spring.sleuth.zuul.enabled propert To disable Redis support, set the spring.sleuth.redis.enabled property to false.

    +
    +

    Quartz

    +
    +

    We instrument quartz jobs by adding Job/Trigger listeners to the Quartz Scheduler.

    +
    +
    +

    To turn off this feature, set the spring.sleuth.quartz.enabled property to false.

    +
    +
    diff --git a/reference/html/spring-cloud-sleuth.html b/reference/html/spring-cloud-sleuth.html index d7565b24d..4c1de5373 100644 --- a/reference/html/spring-cloud-sleuth.html +++ b/reference/html/spring-cloud-sleuth.html @@ -283,6 +283,7 @@ $(addBlockSwitches);
  • Zuul
  • Redis
  • +
  • Quartz
  • Running examples
  • @@ -3601,6 +3602,15 @@ To disable Zuul support, set the spring.sleuth.zuul.enabled propert To disable Redis support, set the spring.sleuth.redis.enabled property to false.

    +
    +

    Quartz

    +
    +

    We instrument quartz jobs by adding Job/Trigger listeners to the Quartz Scheduler.

    +
    +
    +

    To turn off this feature, set the spring.sleuth.quartz.enabled property to false.

    +
    +