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 |
StackdriverJsonLayout |
This class provides a JSON layout for a Logback appender compatible to the Stackdriver
log format.
|
StackdriverLoggingAutoConfiguration | |
StackdriverLoggingProperties | |
TraceIdLoggingWebMvcInterceptor |
org.springframework.web.servlet.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 . |
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.
|
Enum | Description |
---|---|
TraceIdExtractorType |
Enum values represent the order and combination of predefined trace ID extractors that
can be used.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.