@Priority(value=-2147483638) public class TracingFilter extends AbstractTracingFilter
SPAN_PROPERTY| Constructor and Description |
|---|
TracingFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureSpan(Tracer.SpanBuilder spanBuilder)
Configure additional properties of a span that is named and has a parent.
|
protected String |
spanName(ContainerRequestContext context)
Create name of the newly created span.
|
protected boolean |
tracingEnabled(ContainerRequestContext context)
Whether this tracing filter is enabled.
|
filter, filterprotected void configureSpan(Tracer.SpanBuilder spanBuilder)
AbstractTracingFilterconfigureSpan in class AbstractTracingFilterspanBuilder - builder of the new spanprotected boolean tracingEnabled(ContainerRequestContext context)
AbstractTracingFiltertracingEnabled in class AbstractTracingFiltercontext - request contextprotected String spanName(ContainerRequestContext context)
AbstractTracingFilterspanName in class AbstractTracingFiltercontext - request contextCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.