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 |
---|---|
Set<Include> |
TraceEndpointProperties.getInclude() |
Modifier and Type | Method and Description |
---|---|
void |
TraceEndpointProperties.setInclude(Set<Include> include) |
Modifier and Type | Method and Description |
---|---|
static Include |
Include.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Include[] |
Include.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Include> |
Include.defaultIncludes()
Return the default
Include . |
Constructor and Description |
---|
WebRequestTraceFilter(TraceRepository repository,
Set<Include> includes)
Create a new
WebRequestTraceFilter instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.