You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/13 14:38:34 UTC

[incubator-skywalking] branch fix/graphql/node-nullable updated: Add `isAlarm` for ApplicationNode.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix/graphql/node-nullable
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/fix/graphql/node-nullable by this push:
     new 691fb78  Add `isAlarm` for ApplicationNode.
691fb78 is described below

commit 691fb78bc9834bcaf41ed0c292c54cd8b072108c
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sat Jan 13 22:38:25 2018 +0800

    Add `isAlarm` for ApplicationNode.
---
 .../src/main/resources/ui-graphql/application-layer.graphqls           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
index 5620e96..91d0b2d 100644
--- a/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
+++ b/apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
@@ -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

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].