@Configuration(proxyBeanMethods=false) @Conditional(value=org.springframework.cloud.sleuth.sampler.SamplerCondition.class) @ConditionalOnBean(type="org.springframework.cloud.context.scope.refresh.RefreshScope") protected static class SamplerAutoConfiguration.RefreshScopedSamplerConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RefreshScopedSamplerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
brave.sampler.Sampler |
defaultTraceSampler(SamplerProperties config) |
@Bean @RefreshScope @ConditionalOnMissingBean public brave.sampler.Sampler defaultTraceSampler(SamplerProperties config)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.