You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest and easiest rate limiter we can do with metric alerts is to simply prevent it from firing more often than every x minutes (let's say 10 minutes). This can be figured out from the Incident model which tracks each time a metric alert incident fires. If it has been less than 10 minutes since the last incident opened, we should not open another incident.
The text was updated successfully, but these errors were encountered:
Ratelimiting is added (under an options-backed feature flag) to ensure
metric alerts don't fire more than every 10 minutes. Action item from
INC-454.
Closes#54730
Action item from https://www.notion.so/sentry/INC-454-Metric-alerts-misfiring-96cd3b3c49374f159d75f0b7e27e7ed3
The simplest and easiest rate limiter we can do with metric alerts is to simply prevent it from firing more often than every x minutes (let's say 10 minutes). This can be figured out from the
Incident
model which tracks each time a metric alert incident fires. If it has been less than 10 minutes since the last incident opened, we should not open another incident.The text was updated successfully, but these errors were encountered: