Class HttpClientsProperties
- java.lang.Object
-
- io.opentelemetry.instrumentation.spring.autoconfigure.httpclients.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 Summary
Constructors Constructor Description HttpClientsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()voidsetEnabled(boolean enabled)
-