Class AddingSpanAttributesInterceptor


  • @Interceptor
    @Priority(0)
    public class AddingSpanAttributesInterceptor
    extends Object
    Will capture the arguments annotated with SpanAttribute on methods annotated with AddingSpanAttributes. Will not start a Span if one is not already started.
    • Constructor Detail

      • AddingSpanAttributesInterceptor

        public AddingSpanAttributesInterceptor()
    • Method Detail

      • span

        public Object span​(io.quarkus.arc.ArcInvocationContext invocationContext)
                    throws Exception
        Throws:
        Exception