Class HttpClientsProperties


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

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

    • Constructor Detail

      • HttpClientsProperties

        public HttpClientsProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)