public class XCloudTraceIdExtractor extends Object implements TraceIdExtractor
| Modifier and Type | Field and Description |
|---|---|
static String |
X_CLOUD_TRACE_HEADER |
| Constructor and Description |
|---|
XCloudTraceIdExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
extractTraceIdFromRequest(HttpServletRequest req)
Extract trace ID from the HTTP request.
|
public static final String X_CLOUD_TRACE_HEADER
public String extractTraceIdFromRequest(HttpServletRequest req)
TraceIdExtractorextractTraceIdFromRequest in interface TraceIdExtractorreq - The HTTP servlet request.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.