Skip to content

Commit

Permalink
Merge pull request #725 from apache/graph-ql/add-incoming-attr
Browse files Browse the repository at this point in the history
Add incoming attr for application node.
  • Loading branch information
wu-sheng committed Jan 4, 2018
2 parents fcb809a + bc615e9 commit 60422f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60422f5

Please sign in to comment.