mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-14 15:26:31 +10:00
[유치수] [NOBTS] print subSpans from toString()
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@989 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -314,6 +314,6 @@ public class SpanBo {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SpanBo{" + "agentId='" + agentId + '\'' + ", startTime=" + startTime + ", elapsed=" + elapsed + ", mostTraceId=" + mostTraceId + ", leastTraceId=" + leastTraceId + ", rpc='" + rpc + '\'' + ", serviceName='" + serviceName + '\'' + ", spanID=" + spanId + ", parentSpanId=" + parentSpanId + ", flag=" + flag + ", endPoint='" + endPoint + ", serviceType=" + serviceType + "}";
|
||||
return "SpanBo{" + "agentId='" + agentId + '\'' + ", startTime=" + startTime + ", elapsed=" + elapsed + ", mostTraceId=" + mostTraceId + ", leastTraceId=" + leastTraceId + ", rpc='" + rpc + '\'' + ", serviceName='" + serviceName + '\'' + ", spanID=" + spanId + ", parentSpanId=" + parentSpanId + ", flag=" + flag + ", endPoint='" + endPoint + ", serviceType=" + serviceType + ", subSpans=" + subSpanList + "}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user