Class InstrumentationAnnotationsAutoConfiguration
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.annotations.InstrumentationAnnotationsAutoConfiguration
@ConditionalOnClass(org.aspectj.lang.annotation.Aspect.class)
@Configuration
public class InstrumentationAnnotationsAutoConfiguration
extends Object
Configures
WithSpanAspect to trace bean methods annotated with WithSpan.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InstrumentationAnnotationsAutoConfiguration
public InstrumentationAnnotationsAutoConfiguration()
-