@Configuration(proxyBeanMethods=false)
@Role(value=2)
@ConditionalOnProperty(name={"spring.sleuth.enabled","spring.sleuth.annotation.enabled"},
matchIfMissing=true)
public class SleuthAnnotationConfiguration
extends Object
Auto-configuration that allows creating spans by means of a NewSpan
annotation. You can annotate classes or just methods. You can also apply this
annotation to an interface.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.