| 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 © 2018–2022. All rights reserved.