Class AddingSpanAttributesInterceptor
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.cdi.AddingSpanAttributesInterceptor
-
@Interceptor @Priority(0) public class AddingSpanAttributesInterceptor extends Object
Will capture the arguments annotated withSpanAttributeon methods annotated withAddingSpanAttributes. Will not start a Span if one is not already started.
-
-
Constructor Summary
Constructors Constructor Description AddingSpanAttributesInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectspan(io.quarkus.arc.ArcInvocationContext invocationContext)
-