Set tracing probability to 100% on sample apps

This commit is contained in:
Chris Bono
2022-10-12 19:24:10 -05:00
parent 90a39b8f84
commit afe4fb6707

View File

@@ -5,6 +5,8 @@ logging:
management:
tracing:
enabled: false
sampling:
probability: 1.0
zipkin:
tracing:
endpoint: "http://localhost:9411/api/v2/spans"