Skip to content

Commit

Permalink
feat: add duration fields to alert info
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Jan 7, 2025
1 parent 0c03582 commit 30d5dbf
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 30d5dbf

Please sign in to comment.