You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/16 07:54:17 UTC

[incubator-skywalking] 01/01: Add parentSpanId for Span

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix/graphql-parentSpanId
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit b482463f4224480ac0d3c44dee14c499282f6d7c
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Tue Jan 16 15:53:09 2018 +0800

    Add parentSpanId for Span
---
 .../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 d867cab..d5e2de8 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
@@ -41,6 +41,7 @@ type Span {
   traceId: ID!
   segmentId: ID!
   spanId: Int!
+  parentSpanId: Int!
   refs: [Ref!]!
   startTime: Long!
   endTime: Long!

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.