[유치수] [NOBTS] modified

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@559 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-08-29 10:52:49 +00:00
parent 1a2bc48759
commit 6ab9f0b1bb
2 changed files with 22 additions and 13 deletions
@@ -79,6 +79,7 @@ public class Span {
sb.append("TraceID=").append(traceID);
sb.append(", CreateTime=").append(createTime);
sb.append(", Name=").append(name);
sb.append(", ServiceName=").append(serviceName);
sb.append(", EndPoint=").append(endPoint);
sb.append(", Annotations=").append(annotations);
sb.append("}");