Class ReferencesPrinter
- java.lang.Object
-
- io.opentelemetry.javaagent.tooling.muzzle.ReferencesPrinter
-
public final class ReferencesPrinter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintMuzzleReferences()For allInstrumentationModules found in the current thread's context classloader this method prints references returned by theInstrumentationModuleMuzzle.getMuzzleReferences()method to the standard output.
-
-
-
Method Detail
-
printMuzzleReferences
public static void printMuzzleReferences()
For allInstrumentationModules found in the current thread's context classloader this method prints references returned by theInstrumentationModuleMuzzle.getMuzzleReferences()method to the standard output.
-
-