public class TracingAgent extends Object
| Constructor and Description |
|---|
TracingAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation inst) |
static String |
getAgentVersion()
Read version file out of the agent jar.
|
static void |
main(String... args)
Main entry point.
|
static void |
premain(String agentArgs,
Instrumentation inst) |
static void |
startDatadogAgent(String agentArgs,
Instrumentation inst) |
static void |
startJmxFetch() |
public static void premain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void agentmain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void startDatadogAgent(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void main(String... args)
args - command line agruments