Class HttpTraceProperties


  • @ConfigurationProperties(prefix="management.trace.http")
    public class HttpTraceProperties
    extends Object
    Configuration properties for HTTP tracing.
    Since:
    2.0.0
    • Method Detail

      • getInclude

        public Set<org.springframework.boot.actuate.trace.http.Include> getInclude()
      • setInclude

        public void setInclude​(Set<org.springframework.boot.actuate.trace.http.Include> include)