Run initial test for Climate Resilience Verification Suite
Add first part of Alert Quality Analytics
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public interface IAlertQualityMetricsService
|
||||
{
|
||||
Task<IReadOnlyList<AlertQualityMetricResponse>> ListAsync(
|
||||
AlertType? alertType, DateTimeOffset from, DateTimeOffset to);
|
||||
|
||||
Task<AlertQualitySummaryResponse> GetSummaryAsync(
|
||||
DateTimeOffset from, DateTimeOffset to);
|
||||
}
|
||||
Reference in New Issue
Block a user