Skip to content

Commit d6181d6

Browse files
author
Jongmin Kim
authored
Merge pull request #476 from whdalsrnt/master
feat: change duplicated message in alert manager
2 parents 09b9216 + a16bf7a commit d6181d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proto/spaceone/api/alert_manager/v1/service.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ message ServiceOptions {
7575
RecoveryMode recovery_mode = 2;
7676
}
7777

78-
message AlertInfo {
78+
message AlertStats {
7979
int32 high = 1;
8080
int32 low = 2;
8181
}
8282

8383
message Alerts {
84-
AlertInfo TOTAL = 1;
85-
AlertInfo TRIGGERRED = 2;
86-
AlertInfo ACKNOWLEDGED = 3;
84+
AlertStats TOTAL = 1;
85+
AlertStats TRIGGERRED = 2;
86+
AlertStats ACKNOWLEDGED = 3;
8787
}
8888

8989
message ServiceCreateRequest {

0 commit comments

Comments
 (0)