Class PlayInstrumentationModule
java.lang.Object
io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
io.opentelemetry.javaagent.instrumentation.play.v2_6.PlayInstrumentationModule
- All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.Ordered
@AutoService(io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule.class)
public class PlayInstrumentationModule
extends io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation> Methods inherited from class io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
classLoaderMatcher, defaultEnabled, getAdditionalHelperClassNames, instrumentationName, instrumentationNames, isHelperClass, isIndyModule, registerHelperResourcesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.sdk.autoconfigure.spi.Ordered
order
-
Constructor Details
-
PlayInstrumentationModule
public PlayInstrumentationModule()
-
-
Method Details
-
typeInstrumentations
public List<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation> typeInstrumentations()- Specified by:
typeInstrumentationsin classio.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
-