You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yw...@apache.org on 2019/02/16 10:24:26 UTC

[incubator-skywalking-query-protocol] 07/33: Add an alarm search search condition.

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

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

commit 6c99c68f643577fd6a6ed6fa74933684d66514c6
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Sep 5 16:25:55 2018 +0800

    Add an alarm search search condition.
---
 alarm.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alarm.graphqls b/alarm.graphqls
index d735d89..15e324b 100644
--- a/alarm.graphqls
+++ b/alarm.graphqls
@@ -33,5 +33,5 @@ type Alarms {
 
 extend type Query {
     getAlarmTrend(duration: Duration!): AlarmTrend!
-    getAlarm(duration: Duration!, scope: Scope, paging: Pagination!): Alarms
+    getAlarm(duration: Duration!, scope: Scope, keyword: String, paging: Pagination!): Alarms
 }