Uses of Enum
org.springframework.boot.actuate.trace.http.Include
Package
Description
Auto-configuration for actuator HTTP tracing concerns.
Actuator HTTP tracing support.
Actuator reactive HTTP tracing support.
-
Uses of Include in org.springframework.boot.actuate.autoconfigure.trace.http
-
Uses of Include in org.springframework.boot.actuate.trace.http
Modifier and TypeMethodDescriptionstatic Include
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.ModifierConstructorDescriptionHttpExchangeTracer
(Set<Include> includes) Creates a newHttpExchangeTracer
that will use the givenincludes
to determine the contents of its traces. -
Uses of Include in org.springframework.boot.actuate.web.trace.reactive
ModifierConstructorDescriptionHttpTraceWebFilter
(HttpTraceRepository repository, HttpExchangeTracer tracer, Set<Include> includes)