Class ClassLoaderInstrumentation
- java.lang.Object
-
- io.opentelemetry.javaagent.instrumentation.javaclassloader.ClassLoaderInstrumentation
-
- All Implemented Interfaces:
io.opentelemetry.javaagent.tooling.TypeInstrumentation
public class ClassLoaderInstrumentation extends 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 Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,String>transformers()net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>typeMatcher()
-