Class TraceWebAutoConfiguration
java.lang.Object
org.springframework.cloud.sleuth.autoconfig.instrument.web.TraceWebAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(org.springframework.cloud.sleuth.Tracer.class)
@ConditionalOnSleuthWeb
@Import({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(SleuthWebProperties.class)
@AutoConfigureAfter(BraveAutoConfiguration.class)
public class TraceWebAutoConfiguration
extends Object
Auto-configuration that enables support for web applications.- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TraceWebAutoConfiguration
public TraceWebAutoConfiguration()
-