[강운덕] [LUCYSUS-1744] http::1.1 이런식으로 안나오도록 destination 에 대한 스펙을 다시 생각하여 구현함. 데이터가 중복되어 있어 추가 정리가 필요하고 좀더 정규화가 필요함.

-추가 제거 되어야 될 데이터 : serverName, subspan의 endpoint

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1261 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-02-27 10:04:56 +00:00
parent 012aaf38fe
commit c569b8a601
21 changed files with 149 additions and 44 deletions
@@ -58,6 +58,7 @@ public class SubSpanList implements Thriftable {
tSubSpan.setServiceType(subSpan.getServiceType().getCode());
tSubSpan.setEndPoint(subSpan.getEndPoint());
tSubSpan.setDestinationId(subSpan.getDestionationId());
// 여기서 데이터 인코딩을 하자.
List<com.profiler.common.dto.thrift.Annotation> annotationList = new ArrayList<com.profiler.common.dto.thrift.Annotation>(subSpan.getAnnotationSize());