Class TraceConfiguration
java.lang.Object
org.springframework.cloud.sleuth.autoconfig.TraceConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.sleuth.enabled",
matchIfMissing=true)
@EnableConfigurationProperties({SleuthSpanFilterProperties.class,SleuthBaggageProperties.class,SleuthTracerProperties.class})
public class TraceConfiguration
extends Object
Auto-configuration to enable tracing via Spring Cloud Sleuth.- Since:
- 2.0.0
- Author:
- Spencer Gibb, Marcin Grzejszczak, Tim Ysewyn
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TraceConfiguration
public TraceConfiguration()
-