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

Reply via email to