@Configuration
@ConditionalOnProperty(value="spring.sleuth.enabled",
matchIfMissing=true)
@AutoConfigureBefore(value=ZipkinAutoConfiguration.class)
@Deprecated
public class ZipkinBackwardsCompatibilityAutoConfiguration
extends Object
Auto-configuration that will provide backwards compatibility to be able to support
multiple tracing systems on the classpath.
Needs to be auto-configured before ZipkinAutoConfiguration in order to create a
span reporter if needed.ZipkinAutoConfigurationCopyright © 2019 Pivotal Software, Inc.. All rights reserved.