Skip navigation links
A C E G L O P T X Z 

A

addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.gcp.logging.LoggingWebMvcConfigurer
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.cloud.gcp.logging.TraceIdLoggingWebMvcInterceptor
 

C

CompositeTraceIdExtractor - Class in org.springframework.cloud.gcp.logging
Delegates checking HTTP request to a list of provided TraceIdExtractor, and provides the first one that is found.
CompositeTraceIdExtractor(TraceIdExtractor...) - Constructor for class org.springframework.cloud.gcp.logging.CompositeTraceIdExtractor
 

E

extractTraceIdFromRequest(HttpServletRequest) - Method in class org.springframework.cloud.gcp.logging.CompositeTraceIdExtractor
 
extractTraceIdFromRequest(HttpServletRequest) - Method in interface org.springframework.cloud.gcp.logging.TraceIdExtractor
Extract trace ID from the HTTP request.
extractTraceIdFromRequest(HttpServletRequest) - Method in class org.springframework.cloud.gcp.logging.XCloudTraceIdExtractor
 
extractTraceIdFromRequest(HttpServletRequest) - Method in class org.springframework.cloud.gcp.logging.ZipkinTraceIdExtractor
 

G

getExtractors() - Method in class org.springframework.cloud.gcp.logging.CompositeTraceIdExtractor
 
getTraceIdExtractor() - Method in class org.springframework.cloud.gcp.logging.TraceIdLoggingWebMvcInterceptor
 

L

LoggingWebMvcConfigurer - Class in org.springframework.cloud.gcp.logging
MVC Adapter that adds the TraceIdLoggingWebMvcInterceptor
LoggingWebMvcConfigurer(TraceIdLoggingWebMvcInterceptor) - Constructor for class org.springframework.cloud.gcp.logging.LoggingWebMvcConfigurer
Constructor that accepts an TraceIdLoggingWebMvcInterceptor.

O

org.springframework.cloud.gcp.logging - package org.springframework.cloud.gcp.logging
 

P

preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.cloud.gcp.logging.TraceIdLoggingWebMvcInterceptor
 

T

TraceIdExtractor - Interface in org.springframework.cloud.gcp.logging
An extractor that can provide a trace ID from an HTTP request.
TraceIdLoggingWebMvcInterceptor - Class in org.springframework.cloud.gcp.logging
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).
TraceIdLoggingWebMvcInterceptor(TraceIdExtractor) - Constructor for class org.springframework.cloud.gcp.logging.TraceIdLoggingWebMvcInterceptor
 

X

X_B3_TRACE_HEADER - Static variable in class org.springframework.cloud.gcp.logging.ZipkinTraceIdExtractor
 
X_CLOUD_TRACE_HEADER - Static variable in class org.springframework.cloud.gcp.logging.XCloudTraceIdExtractor
 
XCloudTraceIdExtractor - Class in org.springframework.cloud.gcp.logging
Extracts trace IDs from HTTP requests using the x-cloud-trace-context header.
XCloudTraceIdExtractor() - Constructor for class org.springframework.cloud.gcp.logging.XCloudTraceIdExtractor
 

Z

ZipkinTraceIdExtractor - Class in org.springframework.cloud.gcp.logging
Extracts trace IDs from HTTP requests using the X-B3-TraceId header.
ZipkinTraceIdExtractor() - Constructor for class org.springframework.cloud.gcp.logging.ZipkinTraceIdExtractor
 
A C E G L O P T X Z 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.