Class JettyHttpClient9InstrumentationModule

java.lang.Object
io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
io.opentelemetry.javaagent.instrumentation.jetty.httpclient.v9_2.JettyHttpClient9InstrumentationModule
All Implemented Interfaces:
io.opentelemetry.javaagent.extension.Ordered

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.bytebuddy.matcher.ElementMatcher.Junction<ClassLoader>
     
    List<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation>
     

    Methods inherited from class io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule

    defaultEnabled, getAdditionalHelperClassNames, instrumentationName, instrumentationNames, isHelperClass, registerHelperResources

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.opentelemetry.javaagent.extension.Ordered

    order
  • Constructor Details

    • JettyHttpClient9InstrumentationModule

      public JettyHttpClient9InstrumentationModule()
  • Method Details

    • typeInstrumentations

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

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