Skip to content

Commit

Permalink
Merge pull request #542 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: add duration fields to alert info
  • Loading branch information
whdalsrnt authored Jan 7, 2025
2 parents 0c03582 + 30d5dbf commit ea853ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/spaceone/api/alert_manager/v1/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ message AlertInfo {
string updated_at = 32;
string acknowledged_at = 33;
string resolved_at = 34;
int64 acknowledged_duration = 35;
int64 resolved_duration = 36;
}

message AlertsInfo {
Expand Down

0 comments on commit ea853ab

Please sign in to comment.