Alerting: Update state manager to change all current states in the case when Error\NoData is executed as Ok\Nomal (#68142)

This commit is contained in:
Yuri Tseretyan
2023-08-15 10:27:15 -04:00
committed by GitHub
parent 2848be9035
commit 0717ec11d6
8 changed files with 804 additions and 38 deletions

View File

@@ -119,4 +119,5 @@ export interface FeatureToggles {
configurableSchedulerTick?: boolean;
influxdbSqlSupport?: boolean;
noBasicRole?: boolean;
alertingNoDataErrorExecution?: boolean;
}