Skip to content

Commit

Permalink
Merge pull request #518 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: change field name in alert manager
  • Loading branch information
whdalsrnt authored Dec 29, 2024
2 parents 1c55bc6 + db0b70a commit 881ed3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/spaceone/api/alert_manager/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ message ServiceOptions {
}

message AlertStats {
int32 high = 1;
int32 low = 2;
int32 HIGH = 1;
int32 LOW = 2;
}

message Alerts {
Expand Down

0 comments on commit 881ed3c

Please sign in to comment.