Skip to content

Commit

Permalink
feat(anomaly detection): pass anomalies through triggerschart
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Oct 8, 2024
1 parent 8cef126 commit d25ff37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/app/views/alerts/rules/metric/triggers/chart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ class TriggersChart extends PureComponent<Props, State> {
comparisonType,
organization,
showTotalCount,
anomalies,
} = this.props;
const {statsPeriod, totalCount} = this.state;
const statsPeriodOptions = this.availableTimePeriods[timeWindow];
Expand Down Expand Up @@ -379,6 +380,7 @@ class TriggersChart extends PureComponent<Props, State> {
comparisonMarkLines={comparisonMarkLines ?? []}
hideThresholdLines={comparisonType === AlertRuleComparisonType.CHANGE}
triggers={triggers}
anomalies={anomalies}
resolveThreshold={resolveThreshold}
thresholdType={thresholdType}
aggregate={aggregate}
Expand Down

0 comments on commit d25ff37

Please sign in to comment.