Add parentSpanId for Span
This commit is contained in:
parent
50b1d05097
commit
b482463f42
|
|
@ -41,6 +41,7 @@ type Span {
|
|||
traceId: ID!
|
||||
segmentId: ID!
|
||||
spanId: Int!
|
||||
parentSpanId: Int!
|
||||
refs: [Ref!]!
|
||||
startTime: Long!
|
||||
endTime: Long!
|
||||
|
|
|
|||
Loading…
Reference in New Issue