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~ <[email protected]>
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!]!
}