Skip to content

Commit ab6f863

Browse files
committed
Fix bad merge
1 parent 774f28d commit ab6f863

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/evaluate_alert.ts

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ export const evaluateAlert = <Params extends EvaluatedAlertParams = EvaluatedAle
9696
);
9797
};
9898

99-
const MINIMUM_BUCKETS = 5;
100-
10199
const getMetric: (
102100
esClient: ElasticsearchClient,
103101
params: MetricExpressionParams,

0 commit comments

Comments
 (0)