Skip to content

Commit

Permalink
ref(alerts): Allow for 5 minute time window for dynamic alerts (getse…
Browse files Browse the repository at this point in the history
…ntry#77592)

<img width="1029" alt="Screenshot 2024-09-16 at 1 38 57 PM"
src="https://github.com/user-attachments/assets/74e81c0a-1309-4449-bfd2-e643f5fec1c2">


Seer now supports a 5 minute time window for dynamic alerts, so we can
add that as an option.

Backend counterpart: getsentry#77593

Closes https://getsentry.atlassian.net/browse/ALRT-276
  • Loading branch information
ceorourke authored Sep 17, 2024
1 parent a9358d0 commit a1d07b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ class RuleConditionsForm extends PureComponent<Props, State> {

if (this.props.comparisonType === AlertRuleComparisonType.DYNAMIC) {
options = pick(TIME_WINDOW_MAP, [
TimeWindow.FIVE_MINUTES,
TimeWindow.FIFTEEN_MINUTES,
TimeWindow.THIRTY_MINUTES,
TimeWindow.ONE_HOUR,
Expand Down

0 comments on commit a1d07b2

Please sign in to comment.