Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
org.springframework.boot.actuate.trace |
Actuator tracing support.
|
Class and Description |
---|
InMemoryTraceRepository
In-memory implementation of
TraceRepository . |
WebRequestTraceFilter
Servlet
Filter that logs all requests to a TraceRepository . |
Class and Description |
---|
Trace
A value object representing a trace event: at a particular time with a simple (map)
information.
|
TraceRepository
A repository for
Trace s. |
Class and Description |
---|
Trace
A value object representing a trace event: at a particular time with a simple (map)
information.
|
TraceProperties
Configuration properties for tracing.
|
TraceProperties.Include
Include options for tracing.
|
TraceRepository
A repository for
Trace s. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.