| Class | Description |
|---|---|
| DelegatingTracingFilter |
Similar to
TracingFilter, except that it initializes from Spring. |
| HandlerParser |
Spring MVC specific type used to customize traced requests based on the handler.
|
| SpanCustomizingAsyncHandlerInterceptor |
Same as
SpanCustomizingHandlerInterceptor except it can be used as both an AsyncHandlerInterceptor or a normal HandlerInterceptor. |
| SpanCustomizingHandlerInterceptor |
Adds application-tier data to an existing http span via
HandlerParser. |
| TracingAsyncHandlerInterceptor | Deprecated.
Use this instead of
SpanCustomizingAsyncHandlerInterceptor with the servlet
filter TracingFilter. |
| TracingHandlerInterceptor | Deprecated.
Use this instead of
SpanCustomizingHandlerInterceptor with the servlet filter
TracingFilter. |
Copyright © 2018 OpenZipkin. All rights reserved.