Add parentSpanId for Span

This commit is contained in:
wu-sheng 2018-01-16 15:53:09 +08:00
parent 50b1d05097
commit b482463f42
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ type Span {
traceId: ID!
segmentId: ID!
spanId: Int!
parentSpanId: Int!
refs: [Ref!]!
startTime: Long!
endTime: Long!