feat: add monitoring alert read state
This commit is contained in:
@@ -36,6 +36,8 @@ export type InfrastructureAlert = {
|
||||
threshold?: string;
|
||||
service?: string;
|
||||
instance?: string;
|
||||
acknowledged: boolean;
|
||||
acknowledgedAt?: string;
|
||||
};
|
||||
|
||||
export type InfrastructureMonitoringOverview = {
|
||||
|
||||
Reference in New Issue
Block a user