Skip to content

Commit afe4fb6

Browse files
committed
Set tracing probability to 100% on sample apps
1 parent 90a39b8 commit afe4fb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-pulsar-sample-apps/src/main/resources/application.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ logging:
55
management:
66
tracing:
77
enabled: false
8+
sampling:
9+
probability: 1.0
810
zipkin:
911
tracing:
1012
endpoint: "http://localhost:9411/api/v2/spans"

0 commit comments

Comments
 (0)