mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-24 12:16:33 +10:00
[유치수] [NOBTS] endTime:long to elapsed:int
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@915 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -118,7 +118,7 @@ public class Span implements Thriftable {
|
||||
|
||||
span.setAgentId(Agent.getInstance().getAgentId());
|
||||
span.setStartTime(startTime);
|
||||
span.setEndTime(endTime);
|
||||
span.setElapsed((int) (endTime - startTime));
|
||||
span.setMostTraceId(traceID.getId().getMostSignificantBits());
|
||||
span.setLeastTraceId(traceID.getId().getLeastSignificantBits());
|
||||
span.setName(name);
|
||||
|
||||
Reference in New Issue
Block a user