frame plan
This commit is contained in:
parent
af5a4a4ad7
commit
9d736ead81
|
|
@ -39,6 +39,10 @@ public class PressMonsterAgent {
|
|||
}
|
||||
|
||||
private static void initializeAgent(String agentArgs, Instrumentation inst) {
|
||||
// TODO 加载配置
|
||||
// TODO 加载插件jar
|
||||
// TODO 配置动态增强
|
||||
// TODO 启动核心服务
|
||||
long startTime = System.currentTimeMillis();
|
||||
try {
|
||||
logger.info("Press Monster Agent 开始初始化,参数:{}", agentArgs);
|
||||
|
|
|
|||
Loading…
Reference in New Issue