Skip to content

Commit 3282613

Browse files
committed
Merge branch '3.1.x'
Closes gh-38362
2 parents 178756c + 9c1c18c commit 3282613

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+8
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/tracing.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,11 @@ For the example above, setting this property to `baggage1` results in an HTTP he
196196

197197
If you want to propagate the baggage to the MDC, use the configprop:management.tracing.baggage.correlation.fields[] configuration property.
198198
For the example above, setting this property to `baggage1` results in an MDC entry named `baggage1`.
199+
200+
201+
202+
[[actuator.micrometer-tracing.tests]]
203+
=== Tests
204+
205+
Tracing is not auto-configured when using `@SpringBootTest`.
206+
See <<features#features.testing.spring-boot-applications.tracing, the testing section>> for more details.

0 commit comments

Comments
 (0)