| Package | Description |
|---|---|
| io.opentracing.contrib.jaxrs2.client | |
| io.opentracing.contrib.jaxrs2.serialization | |
| io.opentracing.contrib.jaxrs2.server |
| Modifier and Type | Method and Description |
|---|---|
ClientTracingFeature.Builder |
ClientTracingFeature.Builder.withSerializationDecorators(List<InterceptorSpanDecorator> spanDecorators)
Set serialization span decorators.
|
| Constructor and Description |
|---|
ClientTracingInterceptor(io.opentracing.Tracer tracer,
List<InterceptorSpanDecorator> spanDecorators) |
| Modifier and Type | Field and Description |
|---|---|
static InterceptorSpanDecorator |
InterceptorSpanDecorator.STANDARD_TAGS
Adds tags: \"media.type\", \"entity.type\"
|
| Constructor and Description |
|---|
TracingInterceptor(io.opentracing.Tracer tracer,
List<InterceptorSpanDecorator> spanDecorators) |
| Modifier and Type | Method and Description |
|---|---|
ServerTracingDynamicFeature.Builder |
ServerTracingDynamicFeature.Builder.withSerializationDecorators(List<InterceptorSpanDecorator> spanDecorators)
Set serialization span decorators.
|
| Constructor and Description |
|---|
ServerTracingInterceptor(io.opentracing.Tracer tracer,
List<InterceptorSpanDecorator> spanDecorators) |
Copyright © 2017. All rights reserved.