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:
[email protected]