public interface InterceptorSpanDecorator
| Modifier and Type | Field and Description |
|---|---|
static InterceptorSpanDecorator |
STANDARD_TAGS
Adds tags: \"media.type\", \"entity.type\"
|
| Modifier and Type | Method and Description |
|---|---|
void |
decorateRead(javax.ws.rs.ext.InterceptorContext context,
io.opentracing.Span span)
Decorate spans by outgoing object.
|
void |
decorateWrite(javax.ws.rs.ext.InterceptorContext context,
io.opentracing.Span span)
Decorate spans by outgoing object.
|
static final InterceptorSpanDecorator STANDARD_TAGS
void decorateRead(javax.ws.rs.ext.InterceptorContext context,
io.opentracing.Span span)
context - span - void decorateWrite(javax.ws.rs.ext.InterceptorContext context,
io.opentracing.Span span)
context - span - Copyright © 2018–2022. All rights reserved.