Merge branch '3.0.x' into 3.1.x

This commit is contained in:
Phillip Webb
2023-06-22 00:27:51 -07:00
4 changed files with 14 additions and 8 deletions

View File

@@ -37,7 +37,10 @@ Add the following application properties:
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
----
management.tracing.sampling.probability: 1.0
management:
tracing:
sampling:
probability: 1.0
----
By default, Spring Boot samples only 10% of requests to prevent overwhelming the trace backend.