Skip to content

Commit ca416d0

Browse files
authored
Merge pull request #3515 from amvanbaren/decrease-tracing
Decrease tracing probability to 0.03
2 parents a191511 + 71690a1 commit ca416d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ management:
8484
- prometheus
8585
tracing:
8686
sampling:
87-
probability: 0.05
87+
probability: 0.03
8888
springdoc:
8989
model-and-view-allowed: true
9090
swagger-ui:

0 commit comments

Comments
 (0)