java.lang.Object
org.apache.skywalking.apm.plugin.jdk.threading.JDKThreadingPluginConfig.Plugin.JdkThreading
-
Field Summary
Fields
Threading classes (
Runnable and
Callable and their
subclasses, including anonymous inner classes) whose name matches any one of the
THREADING_CLASS_PREFIXES (splitted by ,) will be instrumented
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
THREADING_CLASS_PREFIXES
public static String THREADING_CLASS_PREFIXES
Threading classes (
Runnable and
Callable and their
subclasses, including anonymous inner classes) whose name matches any one of the
THREADING_CLASS_PREFIXES (splitted by ,) will be instrumented
-
Constructor Details
-
JdkThreading
public JdkThreading()