Class Log4j2InstrumentationModule.ResourceInjectingTypeInstrumentation

java.lang.Object
io.opentelemetry.javaagent.instrumentation.log4j.contextdata.v2_17.Log4j2InstrumentationModule.ResourceInjectingTypeInstrumentation
All Implemented Interfaces:
io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation
Enclosing class:
Log4j2InstrumentationModule

public static class Log4j2InstrumentationModule.ResourceInjectingTypeInstrumentation extends Object implements io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transform(io.opentelemetry.javaagent.extension.instrumentation.TypeTransformer transformer)
     
    net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.type.TypeDescription>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation

    classLoaderOptimization
  • Constructor Details

    • ResourceInjectingTypeInstrumentation

      public ResourceInjectingTypeInstrumentation()
  • Method Details

    • typeMatcher

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

      public void transform(io.opentelemetry.javaagent.extension.instrumentation.TypeTransformer transformer)
      Specified by:
      transform in interface io.opentelemetry.javaagent.extension.instrumentation.TypeInstrumentation