Class ClassLoaderInstrumentation
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.javaclassloader.ClassLoaderInstrumentation
-
- All Implemented Interfaces:
io.opentelemetry.javaagent.tooling.TypeInstrumentation
public class ClassLoaderInstrumentation extends java.lang.Object implements io.opentelemetry.javaagent.tooling.TypeInstrumentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClassLoaderInstrumentation.Holderstatic classClassLoaderInstrumentation.LoadClassAdvice
-
Constructor Summary
Constructors Constructor Description ClassLoaderInstrumentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,java.lang.String>transformers()net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>typeMatcher()
-
-
-
Method Detail
-
typeMatcher
public net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription> typeMatcher()
- Specified by:
typeMatcherin interfaceio.opentelemetry.javaagent.tooling.TypeInstrumentation
-
transformers
public java.util.Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,java.lang.String> transformers()
- Specified by:
transformersin interfaceio.opentelemetry.javaagent.tooling.TypeInstrumentation
-
-