All Classes and Interfaces
Class
Description
Extracts trace IDs from HTTP requests using the x-cloud-trace-context header.
This interface allows users to write additional JSON record the JSON log layout.
A Google Cloud Java Logback
LoggingAppender wrapper that
configures it for Spring Cloud GCP.MVC Adapter that adds the
TraceIdLoggingWebMvcInterceptor.Logging enhancer which adds Logstash markers to Logging API calls and JSON log entries.
This class provides the service context data for stackdriver error reporting.
This class provides a JSON layout for a Logback appender compatible to the Stackdriver log
format.
Constants for Stackdriver Trace.
An extractor that can provide a trace ID from an HTTP request.
Adds the trace ID and span ID to the logging entry, in its correct format to be displayed in the
Logs viewer.
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).