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/04 06:26:15 UTC

[incubator-skywalking] branch graph-ql/add-incoming-attr created (now 79ed3bf)

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

wusheng pushed a change to branch graph-ql/add-incoming-attr
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


      at 79ed3bf  Add incoming attr for application node.

This branch includes the following new commits:

     new 79ed3bf  Add incoming attr for application node.

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 incoming attr for application node.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch graph-ql/add-incoming-attr
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 79ed3bff4854de6a1e3ad85586d7dcda199ac96c
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 4 14:25:26 2018 +0800

    Add incoming attr for application node.
---
 .../src/main/resources/ui-graphql/application-layer.graphqls           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
index ef9fc70..f8ccf0e 100644
--- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
+++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
@@ -19,6 +19,9 @@ type ApplicationNode implements Node {
     numOfServerAlarm: Int!
     # The number of services alerting
     numOfServiceAlarm: Int!
+    # Incoming request node, means User or outside system access the cluster from this.
+    # Recommend the UI generate a User node for each incoming node
+    isIncomingNode: Boolean
 }
 
 # The conjectural node generated by exit span

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