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 <[email protected]> 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 "[email protected]" <[email protected]>.
