This commit is contained in:
Phillip Webb
2023-05-07 22:55:07 -07:00
parent f7af1bab5b
commit 9db3c5a2f7
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.