From efe08e68b40fc4213af4addac11194b267ab6542 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 30 Apr 2021 14:33:54 +0200 Subject: [PATCH] Updated docs --- docs/src/main/asciidoc/integrations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/integrations.adoc b/docs/src/main/asciidoc/integrations.adoc index 8cfa25c70..9a67a7807 100644 --- a/docs/src/main/asciidoc/integrations.adoc +++ b/docs/src/main/asciidoc/integrations.adoc @@ -597,5 +597,5 @@ In order to disable this instrumentation set `spring.sleuth.rsocket.enabled` to This feature is available for all tracer implementations. -If you have Spring RSocket running on the classpath, we wrap the inbound and outbound communication to propagate the tracing context via the metadata. +If you have Spring Batch running on the classpath, we wrap the `StepBuilderFactory` and the `JobBuilderFactory` to propagate the tracing context. In order to disable this instrumentation set `spring.sleuth.batch.enabled` to `false`.