Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.trace |
Auto-configuration for actuator tracing concerns.
|
org.springframework.boot.actuate.trace |
Actuator tracing support.
|
Modifier and Type | Method and Description |
---|---|
TraceEndpoint |
TraceEndpointAutoConfiguration.traceEndpoint(org.springframework.beans.factory.ObjectProvider<TraceRepository> traceRepository) |
Constructor and Description |
---|
TraceWebFilterAutoConfiguration(TraceRepository traceRepository,
TraceEndpointProperties endpointProperties,
org.springframework.beans.factory.ObjectProvider<ErrorAttributes> errorAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTraceRepository
In-memory implementation of
TraceRepository . |
Constructor and Description |
---|
TraceEndpoint(TraceRepository repository)
Create a new
TraceEndpoint instance. |
WebRequestTraceFilter(TraceRepository repository)
Create a new
WebRequestTraceFilter instance with the default
Include to apply. |
WebRequestTraceFilter(TraceRepository repository,
Set<Include> includes)
Create a new
WebRequestTraceFilter instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.