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