Skip to content

Commit a1d07b2

Browse files
authored
ref(alerts): Allow for 5 minute time window for dynamic alerts (#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: #77593 Closes https://getsentry.atlassian.net/browse/ALRT-276
1 parent a9358d0 commit a1d07b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/alerts/rules/metric/ruleConditionsForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ class RuleConditionsForm extends PureComponent<Props, State> {
268268

269269
if (this.props.comparisonType === AlertRuleComparisonType.DYNAMIC) {
270270
options = pick(TIME_WINDOW_MAP, [
271+
TimeWindow.FIVE_MINUTES,
271272
TimeWindow.FIFTEEN_MINUTES,
272273
TimeWindow.THIRTY_MINUTES,
273274
TimeWindow.ONE_HOUR,

0 commit comments

Comments
 (0)