Package | Description |
---|---|
org.springframework.cloud.gcp.autoconfigure.logging |
Auto-configuration for Spring Cloud GCP Logging module.
|
org.springframework.cloud.gcp.logging |
Class and Description |
---|
LoggingWebMvcConfigurer
MVC Adapter that adds the
TraceIdLoggingWebMvcInterceptor . |
StackdriverJsonLayout
This class provides a JSON layout for a Logback appender compatible to the Stackdriver
log format.
|
StackdriverTraceConstants
Constants for Stackdriver Trace.
|
TraceIdLoggingEnhancer
Adds the trace ID and span ID to the logging entry, in its correct format to be
displayed in the Logs viewer.
|
TraceIdLoggingWebMvcInterceptor
HandlerInterceptor that extracts the request
trace ID from the "x-cloud-trace-context" HTTP header and stores it in a thread-local
using TraceIdLoggingEnhancer.setCurrentTraceId(java.lang.String) . |
Class and Description |
---|
StackdriverErrorReportingServiceContext
This class provides the service context data for stackdriver error reporting.
|
TraceIdLoggingWebMvcInterceptor
HandlerInterceptor that extracts the request
trace ID from the "x-cloud-trace-context" HTTP header and stores it in a thread-local
using TraceIdLoggingEnhancer.setCurrentTraceId(java.lang.String) . |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.