Class ClassLoaderInstrumentation

  • All Implemented Interfaces:
    io.opentelemetry.javaagent.tooling.TypeInstrumentation

    public class ClassLoaderInstrumentation
    extends Object
    implements io.opentelemetry.javaagent.tooling.TypeInstrumentation
    • Constructor Detail

      • ClassLoaderInstrumentation

        public ClassLoaderInstrumentation()
    • Method Detail

      • typeMatcher

        public net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription> typeMatcher()
        Specified by:
        typeMatcher in interface io.opentelemetry.javaagent.tooling.TypeInstrumentation
      • transformers

        public Map<? extends net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>,​String> transformers()
        Specified by:
        transformers in interface io.opentelemetry.javaagent.tooling.TypeInstrumentation