From d95640eef0a22a3c090343807e4fdf005c951790 Mon Sep 17 00:00:00 2001 From: Alex-Tara Date: Mon, 3 Mar 2025 20:11:05 +0200 Subject: [PATCH] add resolved aware grouping key --- .../alerts/v3/notification/notification_event.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/coralogixapis/alerts/v3/notification/notification_event.proto b/src/com/coralogixapis/alerts/v3/notification/notification_event.proto index 1bc9094..ac70dc6 100644 --- a/src/com/coralogixapis/alerts/v3/notification/notification_event.proto +++ b/src/com/coralogixapis/alerts/v3/notification/notification_event.proto @@ -19,6 +19,8 @@ message AlertNotificationEvent { map groups = 5; google.protobuf.StringValue grouping_key = 6; Priority highest_priority = 7; + google.protobuf.StringValue resolved_aware_grouping_key = 8; + }