Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.trace.http |
Auto-configuration for actuator HTTP tracing concerns.
|
org.springframework.boot.actuate.web.trace.reactive |
Actuator reactive HTTP tracing support.
|
org.springframework.boot.actuate.web.trace.servlet |
Actuator servlet HTTP tracing support.
|
Modifier and Type | Method and Description |
---|---|
HttpExchangeTracer |
HttpTraceAutoConfiguration.httpExchangeTracer(HttpTraceProperties traceProperties) |
Constructor and Description |
---|
HttpTraceWebFilter(HttpTraceRepository repository,
HttpExchangeTracer tracer,
Set<Include> includes) |
Constructor and Description |
---|
HttpTraceFilter(HttpTraceRepository repository,
HttpExchangeTracer tracer)
Create a new
HttpTraceFilter instance. |