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 WebMVCSets default value of otel.springboot.web.enabled to true if the configuration does not exist in application context
-
-
Constructor Summary
Constructors Constructor Description WebMvcProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()voidsetEnabled(boolean enabled)
-