Add a missing field.

This commit is contained in:
wu-sheng 2018-01-17 08:20:50 +08:00
parent 81a82f2800
commit ed30481696
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ type Span {
spanId: Int!
parentSpanId: Int!
refs: [Ref!]!
applicationCode: String!
startTime: Long!
endTime: Long!
operationName: String