Merge branch 'master' into adjust-network-proto
This commit is contained in:
commit
dfeeeab108
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue