| Interface | Description |
|---|---|
| TraceIdExtractor |
An extractor that can provide a trace ID from an HTTP request.
|
| Class | Description |
|---|---|
| CompositeTraceIdExtractor |
Delegates checking HTTP request to a list of provided
TraceIdExtractor, and provides
the first one that is found. |
| LoggingWebMvcConfigurer |
MVC Adapter that adds the
TraceIdLoggingWebMvcInterceptor |
| TraceIdLoggingWebMvcInterceptor |
HandlerInterceptor that extracts the request
trace ID from the "x-cloud-trace-context" HTTP header and stores it in a thread-local
using TraceLoggingEnhancer.setCurrentTraceId(java.lang.String). |
| XCloudTraceIdExtractor |
Extracts trace IDs from HTTP requests using the x-cloud-trace-context header.
|
| ZipkinTraceIdExtractor |
Extracts trace IDs from HTTP requests using the X-B3-TraceId header.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.