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:16 UTC

[incubator-skywalking] branch fix/graphql-parentSpanId created (now b482463)

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

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


      at b482463  Add parentSpanId for Span

This branch includes the following new commits:

     new b482463  Add parentSpanId for Span

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by wu...@apache.org.
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>.