You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/28 08:46:02 UTC

[skywalking-query-protocol] branch master updated: Update alarm.graphqls

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 02ddbfa  Update alarm.graphqls
02ddbfa is described below

commit 02ddbfa8d84865e1a85a25f49933307970d0ab71
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Apr 28 16:45:57 2019 +0800

    Update alarm.graphqls
---
 alarm.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alarm.graphqls b/alarm.graphqls
index 15e324b..9edad3d 100644
--- a/alarm.graphqls
+++ b/alarm.graphqls
@@ -21,7 +21,7 @@ type AlarmTrend {
 
 type AlarmMessage {
     startTime: Long!
-    scope: Scope!
+    scope: Scope
     id: ID!
     message: String!
 }