Skip to content

Commit db0b70a

Browse files
committed
feat: change field name in alert manager
Signed-off-by: Jongmin Kim <[email protected]>
1 parent 1c55bc6 commit db0b70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ message ServiceOptions {
7676
}
7777

7878
message AlertStats {
79-
int32 high = 1;
80-
int32 low = 2;
79+
int32 HIGH = 1;
80+
int32 LOW = 2;
8181
}
8282

8383
message Alerts {

0 commit comments

Comments
 (0)