We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86284e2 commit bdd69deCopy full SHA for bdd69de
static/app/views/alerts/rules/metric/triggers/chart/index.tsx
@@ -337,6 +337,7 @@ class TriggersChart extends PureComponent<Props, State> {
337
comparisonType,
338
organization,
339
showTotalCount,
340
+ anomalies,
341
} = this.props;
342
const {statsPeriod, totalCount} = this.state;
343
const statsPeriodOptions = this.availableTimePeriods[timeWindow];
@@ -379,6 +380,7 @@ class TriggersChart extends PureComponent<Props, State> {
379
380
comparisonMarkLines={comparisonMarkLines ?? []}
381
hideThresholdLines={comparisonType === AlertRuleComparisonType.CHANGE}
382
triggers={triggers}
383
+ anomalies={anomalies}
384
resolveThreshold={resolveThreshold}
385
thresholdType={thresholdType}
386
aggregate={aggregate}
0 commit comments