diff --git a/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/sampler/SamplerProperties.java b/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/sampler/SamplerProperties.java index 2bd84c4d1..066655a64 100644 --- a/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/sampler/SamplerProperties.java +++ b/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/sampler/SamplerProperties.java @@ -45,7 +45,7 @@ public class SamplerProperties { * (named Reservoir) for this purpose. Brave has taken the same approach via the * {@link brave.sampler.RateLimitingSampler}. */ - private Integer rate = 1000; + private Integer rate = 10; public Float getProbability() { return this.probability;