Class ReferencesPrinter
java.lang.Object
io.opentelemetry.javaagent.tooling.muzzle.ReferencesPrinter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidFor allInstrumentationModules found in the current thread's context class loader this method prints references returned by theInstrumentationModuleMuzzle.getMuzzleReferences()method to the standard output.
-
Method Details
-
printMuzzleReferences
public static void printMuzzleReferences()For allInstrumentationModules found in the current thread's context class loader this method prints references returned by theInstrumentationModuleMuzzle.getMuzzleReferences()method to the standard output.
-