You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/25 00:09:17 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #6820: Support alarm tags

wu-sheng commented on a change in pull request #6820:
URL: https://github.com/apache/skywalking/pull/6820#discussion_r619726105



##########
File path: oap-server/server-alarm-plugin/src/main/proto/alarm-hook.proto
##########
@@ -35,6 +35,17 @@ message AlarmMessage {
     string ruleName = 6;
     string alarmMessage = 7;
     int64 startTime = 8;
+    AlarmTags tags = 9;
+}
+
+message AlarmTags {
+    // String key, String value pair.
+    repeated KeyStringValuePair data = 1;
+}
+
+message KeyStringValuePair {
+    string key = 1;
+    string value = 2;

Review comment:
       No document update about this.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org