From 24468b1eea2b05d319092e3e20a4fdc9a8351799 Mon Sep 17 00:00:00 2001 From: peng-yongsheng <8082209@qq.com> Date: Mon, 5 Mar 2018 21:00:24 +0800 Subject: [PATCH] Add the segmentId into BasicTrace which belongs to trace query graphql protocol. --- .../apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls | 1 + 1 file changed, 1 insertion(+) diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls index 808bc1a746..659297c0f7 100644 --- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls +++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls @@ -6,6 +6,7 @@ type TraceBrief { # Trace basic info type BasicTrace { + segmentId: String! operationName: String! duration: Int! start: String! -- GitLab