@Configuration @ConditionalOnBean(value=Tracer.class) @ConditionalOnProperty(name="spring.sleuth.annotation.enabled", matchIfMissing=true) @EnableConfigurationProperties(value=SleuthAnnotationProperties.class) public class SleuthAnnotationAutoConfiguration 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 © 2017 Pivotal Software, Inc.. All rights reserved.