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 2021/05/02 09:59:19 UTC

[skywalking-query-protocol] branch master updated: Include event to AlarmMessage. (#57)

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 84c6351  Include event to AlarmMessage. (#57)
84c6351 is described below

commit 84c635180b8dde4210865f655b83d101c68fe741
Author: chen~ <ch...@gmail.com>
AuthorDate: Sun May 2 17:59:10 2021 +0800

    Include event to AlarmMessage. (#57)
---
 alarm.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alarm.graphqls b/alarm.graphqls
index c6b0b92..8733426 100644
--- a/alarm.graphqls
+++ b/alarm.graphqls
@@ -24,6 +24,7 @@ type AlarmMessage {
     scope: Scope
     id: ID!
     message: String!
+    events: [Event!]!
     tags: [KeyValue!]!
 }