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.

    +
    +