Skip to content

Commit

Permalink
refactor: change Alerts to singular word Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Aug 30, 2021
1 parent 2738b7d commit 22f8c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odpf/siren/siren.proto
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ message Labels {
string severity = 1;
}

message Alerts {
message Alert {
Annotations annotations = 1;
Labels labels = 2;
string status = 3;
}

message CreateAlertHistoryRequest {
repeated Alerts alerts = 1;
repeated Alert alerts = 1;
}

message CreateAlertHistoryResponse {
Expand Down

0 comments on commit 22f8c99

Please sign in to comment.