Package | Description |
---|---|
org.springframework.cloud.gcp.autoconfigure.logging |
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() |
TraceIdExtractor |
StackdriverLoggingAutoConfiguration.traceIdExtractor(StackdriverLoggingProperties loggingProperties) |
Modifier and Type | Method and Description |
---|---|
List<TraceIdExtractor> |
CompositeTraceIdExtractor.getExtractors() |
Modifier and Type | Method and Description |
---|---|
TraceIdLoggingWebMvcInterceptor |
StackdriverLoggingAutoConfiguration.loggingWebMvcInterceptor(TraceIdExtractor extractor) |
Constructor and Description |
---|
CompositeTraceIdExtractor(TraceIdExtractor... extractors) |
TraceIdLoggingWebMvcInterceptor(TraceIdExtractor extractor) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.