Class ClassLoaderInstrumentationModule


  • @AutoService(io.opentelemetry.javaagent.tooling.InstrumentationModule.class)
    public class ClassLoaderInstrumentationModule
    extends io.opentelemetry.javaagent.tooling.InstrumentationModule
    • Field Summary

      • Fields inherited from class io.opentelemetry.javaagent.tooling.InstrumentationModule

        NOT_DECORATOR_MATCHER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<io.opentelemetry.javaagent.tooling.TypeInstrumentation> typeInstrumentations()  
      • Methods inherited from class io.opentelemetry.javaagent.tooling.InstrumentationModule

        classLoaderMatcher, getAllHelperClassNames, getOrder, helperResourceNames, instrument
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassLoaderInstrumentationModule

        public ClassLoaderInstrumentationModule()
    • Method Detail

      • typeInstrumentations

        public java.util.List<io.opentelemetry.javaagent.tooling.TypeInstrumentation> typeInstrumentations()
        Specified by:
        typeInstrumentations in class io.opentelemetry.javaagent.tooling.InstrumentationModule