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 with SpanAttribute on methods annotated with AddingSpanAttributes. Will not start a Span if one is not already started.
  • Constructor Details

    • AddingSpanAttributesInterceptor

      public AddingSpanAttributesInterceptor()
  • Method Details