Add a missing field.
This commit is contained in:
parent
81a82f2800
commit
ed30481696
|
|
@ -43,6 +43,7 @@ type Span {
|
|||
spanId: Int!
|
||||
parentSpanId: Int!
|
||||
refs: [Ref!]!
|
||||
applicationCode: String!
|
||||
startTime: Long!
|
||||
endTime: Long!
|
||||
operationName: String
|
||||
|
|
|
|||
Loading…
Reference in New Issue