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 4fc1062  enhance the alarm kernel with recovered status notification 
capability #13492 (#153)
4fc1062 is described below

commit 4fc10625ba72ef4788972b4f7991a535065d609b
Author: youjie23 <[email protected]>
AuthorDate: Sat Oct 11 10:15:46 2025 +0800

    enhance the alarm kernel with recovered status notification capability 
#13492 (#153)
---
 alarm.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alarm.graphqls b/alarm.graphqls
index cc77128..bc6ded6 100644
--- a/alarm.graphqls
+++ b/alarm.graphqls
@@ -28,6 +28,7 @@ type AlarmSnapshot {
 
 type AlarmMessage {
     startTime: Long!
+    recoveryTime: Long
     scope: Scope
     id: ID!
     # The entity name of the alarm triggered.

Reply via email to