Add incoming attr for application node.

This commit is contained in:
wu-sheng 2018-01-04 14:25:26 +08:00
parent 1fbb28d26b
commit 79ed3bff48
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