Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.trace.http |
Auto-configuration for actuator HTTP tracing concerns.
|
org.springframework.boot.actuate.trace.http |
Actuator HTTP tracing support.
|
org.springframework.boot.actuate.web.trace.reactive |
Actuator reactive HTTP tracing support.
|
Modifier and Type | Method and Description |
---|---|
Set<Include> |
HttpTraceProperties.getInclude() |
Modifier and Type | Method and Description |
---|---|
void |
HttpTraceProperties.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 |
---|
HttpExchangeTracer(Set<Include> includes)
Creates a new
HttpExchangeTracer that will use the given includes
to determine the contents of its traces. |
Constructor and Description |
---|
HttpTraceWebFilter(HttpTraceRepository repository,
HttpExchangeTracer tracer,
Set<Include> includes) |