@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.class) @ConditionalOnMissingBean(value=org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider.class) @EnableConfigurationProperties(value=SleuthWebProperties.class) protected static class TraceWebAutoConfiguration.SkipPatternProviderConfig extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SkipPatternProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider |
defaultSkipPatternBeanIfManagementServerPropsArePresent(SleuthWebProperties sleuthWebProperties) |
org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider |
skipPatternForManagementServerProperties(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties,
SleuthWebProperties sleuthWebProperties) |
@Bean
@ConditionalOnBean(value=org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.class)
public org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider skipPatternForManagementServerProperties(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties,
SleuthWebProperties sleuthWebProperties)
@Bean @ConditionalOnMissingBean(value=org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.class) public org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration.SkipPatternProvider defaultSkipPatternBeanIfManagementServerPropsArePresent(SleuthWebProperties sleuthWebProperties)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.