Add `isAlarm` for ApplicationNode.

This commit is contained in:
wusheng 2018-01-13 22:38:25 +08:00
parent ca224832b2
commit 691fb78bc9
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ type ApplicationNode implements Node {
# Max value is 1
# 2 Digits after floating point.
apdex: Float!
# Whether the application alerts?
# Default value is false.
isAlarm: Boolean!
# The number of servers in the application code
numOfServer: Int!
# The number of servers alerting