Skip to content

Commit 6e9c1ee

Browse files
committed
remove failure rate check
1 parent 1045960 commit 6e9c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/discover/compare_timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def compare_timeseries_for_alert_rule(alert_rule: AlertRule):
145145
if not project:
146146
raise NoProjects
147147

148-
if snuba_query.aggregate in ["failure_rate()", "apdex()"]:
148+
if snuba_query.aggregate in ["apdex()"]:
149149
logger.info(
150150
"Skipping alert %s, %s aggregate not yet supported by RPC",
151151
alert_rule.id,

0 commit comments

Comments
 (0)