mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 16:56:15 +10:00
[유치수] [NOBTS] Tracer bug fix
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@553 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -3,8 +3,6 @@ package com.profiler;
|
||||
import java.util.Map.Entry;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import com.profiler.context.Trace;
|
||||
import com.profiler.context.tracer.DefaultTracer;
|
||||
import com.profiler.sender.AgentInfoSender;
|
||||
|
||||
public class Agent {
|
||||
@@ -79,7 +77,6 @@ public class Agent {
|
||||
|
||||
public void start() {
|
||||
logger.info("Starting HIPPO Agent.");
|
||||
Trace.addTracer(new DefaultTracer());
|
||||
systemMonitor.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user