mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 17:56:41 +10:00
[유치수] [NOBTS] add Endpoint to span.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@715 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -132,7 +132,8 @@ public class Span {
|
||||
span.setServiceName(serviceName);
|
||||
span.setSpanID(traceID.getSpanId());
|
||||
span.setParentSpanId(traceID.getParentSpanId());
|
||||
|
||||
span.setEndPoint(endPoint.toThrift());
|
||||
|
||||
List<com.profiler.common.dto.thrift.Annotation> annotationList = new ArrayList<com.profiler.common.dto.thrift.Annotation>(annotations.size());
|
||||
for (HippoAnnotation a : annotations) {
|
||||
annotationList.add(a.toThrift());
|
||||
|
||||
Reference in New Issue
Block a user