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.
|
Modifier and Type | Method and Description |
---|---|
TraceRepository |
TraceRepositoryAutoConfiguration.traceRepository() |
Constructor and Description |
---|
TraceEndpoint(TraceRepository repository)
Create a new
TraceEndpoint instance. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTraceRepository
In-memory implementation of
TraceRepository . |
Constructor and Description |
---|
WebRequestTraceFilter(TraceRepository traceRepository)
Create a new
WebRequestTraceFilter instance. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.