Merge pull request #725 from apache/graph-ql/add-incoming-attr

Add incoming attr for application node.
This commit is contained in:
吴晟 Wu Sheng 2018-01-05 06:24:07 +08:00 committed by GitHub
commit 60422f512b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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