| Package | Description |
|---|---|
| org.springframework.boot.actuate.trace.http |
Actuator HTTP tracing support.
|
| 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 | Class and Description |
|---|---|
class |
InMemoryHttpTraceRepository
In-memory implementation of
HttpTraceRepository. |
| Constructor and Description |
|---|
HttpTraceEndpoint(HttpTraceRepository repository)
Create a new
HttpTraceEndpoint instance. |
| Constructor and Description |
|---|
HttpTraceWebFilter(HttpTraceRepository repository,
HttpExchangeTracer tracer,
Set<Include> includes) |
| Constructor and Description |
|---|
HttpTraceFilter(HttpTraceRepository repository,
HttpExchangeTracer tracer)
Create a new
HttpTraceFilter instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.