@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.class) @ConditionalOnProperty(value="spring.sleuth.web.ignoreAutoConfiguredSkipPatterns", havingValue="false", matchIfMissing=true) protected static class TraceWebAutoConfiguration.ManagementSkipPatternProviderConfig extends Object
Modifier | Constructor and Description |
---|---|
protected |
ManagementSkipPatternProviderConfig() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.sleuth.instrument.web.SingleSkipPattern |
skipPatternForManagementServerProperties(org.springframework.core.env.Environment environment,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties) |
protected ManagementSkipPatternProviderConfig()
@Bean @ConditionalOnBean(value=org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties.class) public org.springframework.cloud.sleuth.instrument.web.SingleSkipPattern skipPatternForManagementServerProperties(org.springframework.core.env.Environment environment, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.