Interface InterceptorSpanDecorator
-
public interface InterceptorSpanDecorator
-
-
Field Summary
Fields Modifier and Type Field Description static InterceptorSpanDecoratorSTANDARD_TAGSAdds tags: \"media.type\", \"entity.type\"
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecorateRead(jakarta.ws.rs.ext.InterceptorContext context, io.opentracing.Span span)Decorate spans by outgoing object.voiddecorateWrite(jakarta.ws.rs.ext.InterceptorContext context, io.opentracing.Span span)Decorate spans by outgoing object.
-
-
-
Field Detail
-
STANDARD_TAGS
static final InterceptorSpanDecorator STANDARD_TAGS
Adds tags: \"media.type\", \"entity.type\"
-
-
Method Detail
-
decorateRead
void decorateRead(jakarta.ws.rs.ext.InterceptorContext context, io.opentracing.Span span)Decorate spans by outgoing object.- Parameters:
context-span-
-
decorateWrite
void decorateWrite(jakarta.ws.rs.ext.InterceptorContext context, io.opentracing.Span span)Decorate spans by outgoing object.- Parameters:
context-span-
-
-