| Package | Description |
|---|---|
| io.opentracing.contrib.spring.web.interceptor |
| Modifier and Type | Field and Description |
|---|---|
static HandlerInterceptorSpanDecorator |
HandlerInterceptorSpanDecorator.HANDLER_METHOD_OPERATION_NAME
Use the handler's method name as the span's operation name.
|
static HandlerInterceptorSpanDecorator |
HandlerInterceptorSpanDecorator.STANDARD_LOGS
Decorator to record details about the handler as log events recorded on the span.
|
| Constructor and Description |
|---|
TracingHandlerInterceptor(io.opentracing.Tracer tracer,
List<HandlerInterceptorSpanDecorator> decorators) |
Copyright © 2016–2020. All rights reserved.