java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.httpclients.HttpClientsProperties

@ConfigurationProperties(prefix="otel.springboot.httpclients") public final class HttpClientsProperties extends Object
Configuration for the tracing instrumentation of HTTP clients.

Sets default value of otel.springboot.httpclients.enabled to true if the configuration does not exist in application context.

  • Constructor Details

    • HttpClientsProperties

      public HttpClientsProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)