Class PlayWsInstrumentationModule

java.lang.Object
io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
io.opentelemetry.javaagent.instrumentation.playws.v2_0.PlayWsInstrumentationModule
All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.Ordered

@AutoService(io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule.class) public class PlayWsInstrumentationModule extends io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation>
     

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

    classLoaderMatcher, defaultEnabled, getAdditionalHelperClassNames, instrumentationName, instrumentationNames, isHelperClass, isIndyModule, 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.sdk.autoconfigure.spi.Ordered

    order
  • Constructor Details

    • PlayWsInstrumentationModule

      public PlayWsInstrumentationModule()
  • Method Details

    • typeInstrumentations

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