@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value={"spring.sleuth.enabled","spring.zipkin.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 © 2020 Pivotal Software, Inc.. All rights reserved.