| Modifier and Type | Class and Description |
|---|---|
class |
CompositeTraceIdExtractor
Delegates checking HTTP request to a list of provided
TraceIdExtractor, and provides
the first one that is found. |
class |
XCloudTraceIdExtractor
Extracts trace IDs from HTTP requests using the x-cloud-trace-context header.
|
class |
ZipkinTraceIdExtractor
Extracts trace IDs from HTTP requests using the X-B3-TraceId header.
|
| Modifier and Type | Method and Description |
|---|---|
TraceIdExtractor |
TraceIdLoggingWebMvcInterceptor.getTraceIdExtractor() |
| Modifier and Type | Method and Description |
|---|---|
List<TraceIdExtractor> |
CompositeTraceIdExtractor.getExtractors() |
| Constructor and Description |
|---|
CompositeTraceIdExtractor(TraceIdExtractor... extractors) |
TraceIdLoggingWebMvcInterceptor(TraceIdExtractor extractor) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.