Class OpenTracingInterceptor
- java.lang.Object
-
- io.smallrye.opentracing.contrib.interceptor.OpenTracingInterceptor
-
@Traced @Interceptor @Priority(1001) public class OpenTracingInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPAN_CONTEXT
-
Constructor Summary
Constructors Constructor Description OpenTracingInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.opentracing.TracergetTracer()Objectwrap(jakarta.interceptor.InvocationContext ctx)
-
-
-
Field Detail
-
SPAN_CONTEXT
public static final String SPAN_CONTEXT
- See Also:
- Constant Field Values
-
-