Add the segmentId into BasicTrace which belongs to trace query graphql protocol.
This commit is contained in:
parent
9906e68451
commit
24468b1eea
|
|
@ -6,6 +6,7 @@ type TraceBrief {
|
|||
|
||||
# Trace basic info
|
||||
type BasicTrace {
|
||||
segmentId: String!
|
||||
operationName: String!
|
||||
duration: Int!
|
||||
start: String!
|
||||
|
|
|
|||
Loading…
Reference in New Issue