| Name | Description | Type | Package | Framework |
| InMemoryTraceRepository | In-memory implementation of TraceRepository. | Class | org.springframework.boot.actuate.trace | Spring Boot |
| Trace | A value object representing a trace event: at a particular time with a simple (map)information. | Class | org.springframework.boot.actuate.trace | Spring Boot |
| TraceProperties | Configuration properties for tracing. | Class | org.springframework.boot.actuate.trace | Spring Boot |
| TraceProperties .Include | Include options for tracing. | Class | org.springframework.boot.actuate.trace.TraceProperties | Spring Boot |
| TraceRepository | A repository for Traces. | Interface | org.springframework.boot.actuate.trace | Spring Boot |
| WebRequestTraceFilter | Servlet Filter that logs all requests to a TraceRepository. | Class | org.springframework.boot.actuate.trace | Spring Boot |