Class AkkaHttpServerInstrumentationModule
java.lang.Object
io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
io.opentelemetry.javaagent.instrumentation.akkahttp.server.AkkaHttpServerInstrumentationModule
- All Implemented Interfaces:
io.opentelemetry.sdk.autoconfigure.spi.Ordered
@AutoService(io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule.class)
public class AkkaHttpServerInstrumentationModule
extends io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
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, 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
-
AkkaHttpServerInstrumentationModule
public AkkaHttpServerInstrumentationModule()
-
-
Method Details
-
typeInstrumentations
public List<io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation> typeInstrumentations()- Specified by:
typeInstrumentationsin classio.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule
-