Add the segmentId into BasicTrace which belongs to trace query graphql protocol.

This commit is contained in:
peng-yongsheng 2018-03-05 21:00:24 +08:00
parent 9906e68451
commit 24468b1eea
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ type TraceBrief {
# Trace basic info
type BasicTrace {
segmentId: String!
operationName: String!
duration: Int!
start: String!