@Configuration
@ConditionalOnBean(value=brave.Tracing.class)
@ConditionalOnProperty(name="spring.sleuth.http.enabled",
havingValue="true",
matchIfMissing=true)
@AutoConfigureAfter(value=TraceWebAutoConfiguration.class)
@EnableConfigurationProperties(value={org.springframework.cloud.sleuth.instrument.web.TraceKeys.class,SleuthHttpLegacyProperties.class})
public class TraceHttpAutoConfiguration
extends Object
Auto-configuration
related to HTTP based communication.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.