@Deprecated @Configuration(proxyBeanMethods=false) @ConditionalOnProperty(value="spring.sleuth.web.enabled", matchIfMissing=true) @ConditionalOnBean(value=brave.Tracing.class) @AutoConfigureAfter(value=TraceAutoConfiguration.class) @EnableConfigurationProperties(value=SleuthWebProperties.class) public class TraceWebAutoConfiguration extends Object
Auto-configuration that sets up common building blocks for both reactive and servlet
based web application.| Modifier and Type | Class and Description |
|---|---|
protected static class |
TraceWebAutoConfiguration.ActuatorSkipPatternProviderConfig
Deprecated.
|
protected static class |
TraceWebAutoConfiguration.ManagementSkipPatternProviderConfig
Deprecated.
|
| Constructor and Description |
|---|
TraceWebAutoConfiguration()
Deprecated.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.