@Configuration(proxyBeanMethods=false) @ConditionalOnBean(value=org.springframework.cloud.sleuth.Tracer.class) @ConditionalOnSleuthWeb @Import(value={org.springframework.cloud.sleuth.autoconfig.instrument.web.SkipPatternConfiguration.class,org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebFluxConfiguration.class,org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebServletConfiguration.class}) @EnableConfigurationProperties(value=SleuthWebProperties.class) @AutoConfigureAfter(value=BraveAutoConfiguration.class) public class TraceWebAutoConfiguration extends Object
Auto-configuration that enables support for web applications.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.