Skip to content

Commit bdd69de

Browse files
committed
feat(anomaly detection): pass anomalies through triggerschart
1 parent 86284e2 commit bdd69de

File tree

1 file changed

+2
-0
lines changed
  • static/app/views/alerts/rules/metric/triggers/chart

1 file changed

+2
-0
lines changed

static/app/views/alerts/rules/metric/triggers/chart/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ class TriggersChart extends PureComponent<Props, State> {
337337
comparisonType,
338338
organization,
339339
showTotalCount,
340+
anomalies,
340341
} = this.props;
341342
const {statsPeriod, totalCount} = this.state;
342343
const statsPeriodOptions = this.availableTimePeriods[timeWindow];
@@ -379,6 +380,7 @@ class TriggersChart extends PureComponent<Props, State> {
379380
comparisonMarkLines={comparisonMarkLines ?? []}
380381
hideThresholdLines={comparisonType === AlertRuleComparisonType.CHANGE}
381382
triggers={triggers}
383+
anomalies={anomalies}
382384
resolveThreshold={resolveThreshold}
383385
thresholdType={thresholdType}
384386
aggregate={aggregate}

0 commit comments

Comments
 (0)