Class HttpClientInstrumentation

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

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

      • HttpClientInstrumentation

        public HttpClientInstrumentation()
    • Method Detail

      • classLoaderOptimization

        public net.bytebuddy.matcher.ElementMatcher<ClassLoader> classLoaderOptimization()
        Specified by:
        classLoaderOptimization in interface io.opentelemetry.javaagent.tooling.TypeInstrumentation
      • 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