Class WebMvcProperties


  • @ConfigurationProperties(prefix="opentelemetry.trace.web")
    public final class WebMvcProperties
    extends Object
    Configuration for the tracing instrumentation of Spring WebMVC

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

    • Constructor Detail

      • WebMvcProperties

        public WebMvcProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)