Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.trace |
Auto-configuration for actuator tracing concerns.
|
org.springframework.boot.actuate.trace |
Actuator tracing support.
|
Class and Description |
---|
Include
Include options for tracing.
|
InMemoryTraceRepository
In-memory implementation of
TraceRepository . |
TraceEndpoint |
TraceRepository
A repository for
Trace s. |
WebRequestTraceFilter
Servlet
Filter that logs all requests to a TraceRepository . |
Class and Description |
---|
Include
Include options for tracing.
|
Trace
A value object representing a trace event: at a particular time with a simple (map)
information.
|
TraceEndpoint.TraceDescriptor
A description of an application's
Trace entries. |
TraceRepository
A repository for
Trace s. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.