We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae56072 commit edca57aCopy full SHA for edca57a
src/sentry/incidents/subscription_processor.py
@@ -312,14 +312,6 @@ def get_comparison_aggregation_value(
312
313
if not comparison_aggregate:
314
metrics.incr("incidents.alert_rules.skipping_update_comparison_value_invalid")
315
- logger.info(
316
- "No comparison aggregate",
317
- extra={
318
- "alert_rule_id": self.alert_rule.id,
319
- "subscription_id": subscription_update.get("subscription_id"),
320
- "organization_id": self.alert_rule.organization_id,
321
- },
322
- )
323
return None
324
325
return (aggregation_value / comparison_aggregate) * 100
0 commit comments