Alerting: Fix ConditionsCmd behavior when last is No Data (#58953)

This commit is contained in:
George Robinson
2022-11-28 21:56:22 +00:00
committed by GitHub
parent 7436872dab
commit 110fdf4da9
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -146,7 +146,6 @@ func (cmd *ConditionsCmd) Execute(_ context.Context, _ time.Time, vars mathexp.V
matches = append(matches, EvalMatch{
Metric: "NoData",
})
noDataFound = true
}
firingCount = 0