Run initial test for Climate Resilience Verification Suite
Add first part of Alert Quality Analytics
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public record AlertQualitySummaryResponse(
|
||||
DateTimeOffset PeriodStart,
|
||||
DateTimeOffset PeriodEnd,
|
||||
int TotalAlerts,
|
||||
int TotalFeedback,
|
||||
double AcknowledgementRate,
|
||||
double FalsePositiveRate,
|
||||
double UsefulRate,
|
||||
double WouldActRate,
|
||||
double AvgSecondsToAcknowledge,
|
||||
double AvgSecondsToResolution);
|
||||
Reference in New Issue
Block a user