Class SpringWebMvcInstrumentationModule

java.lang.Object
io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
io.opentelemetry.javaagent.instrumentation.spring.webmvc.v6_0.SpringWebMvcInstrumentationModule
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.Ordered

@AutoService(io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule.class) public class SpringWebMvcInstrumentationModule extends io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
  • Constructor Details

    • SpringWebMvcInstrumentationModule

      public SpringWebMvcInstrumentationModule()
  • Method Details

    • classLoaderMatcher

      public net.bytebuddy.matcher.ElementMatcher.Junction<ClassLoader> classLoaderMatcher()
      Overrides:
      classLoaderMatcher in class io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
    • isHelperClass

      public boolean isHelperClass(String className)
      Overrides:
      isHelperClass in class io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
    • typeInstrumentations

      public List<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation> typeInstrumentations()
      Specified by:
      typeInstrumentations in class io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule