Class WebMvcProperties
java.lang.Object
io.opentelemetry.instrumentation.spring.autoconfigure.webmvc.WebMvcProperties
@ConfigurationProperties(prefix="otel.springboot.web")
public final class WebMvcProperties
extends Object
Configuration for the tracing instrumentation of Spring WebMVC
Sets default value of otel.springboot.web.enabled to true if the configuration does not exist in application context
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebMvcProperties
public WebMvcProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-