Uses of Enum
org.springframework.boot.actuate.trace.http.Include
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.trace.http that return types with arguments of type IncludeMethod parameters in org.springframework.boot.actuate.autoconfigure.trace.http with type arguments of type Include -
Uses of Include in org.springframework.boot.actuate.trace.http
Methods in org.springframework.boot.actuate.trace.http that return IncludeModifier 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.Methods in org.springframework.boot.actuate.trace.http that return types with arguments of type IncludeConstructor parameters in org.springframework.boot.actuate.trace.http with type arguments of type IncludeModifierConstructorDescriptionHttpExchangeTracer
(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
Constructor parameters in org.springframework.boot.actuate.web.trace.reactive with type arguments of type IncludeModifierConstructorDescriptionHttpTraceWebFilter
(HttpTraceRepository repository, HttpExchangeTracer tracer, Set<Include> includes)