Package org.springframework.boot.actuate.trace
Actuator tracing support.
- See Also:
TraceRepository
Interface Summary Interface Description TraceRepository A repository forTraces.Class Summary Class Description InMemoryTraceRepository In-memory implementation ofTraceRepository.Trace A value object representing a trace event: at a particular time with a simple (map) information.TraceProperties Configuration properties for tracing.WebRequestTraceFilter ServletFilterthat logs all requests to aTraceRepository.Enum Summary Enum Description TraceProperties.Include Include options for tracing.