Skip to content

Commit

Permalink
fix(spike protection): clarify cap on num_projects in heuristic (#8869)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Jan 12, 2024
1 parent b333996 commit 731524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/product/accounts/quotas/spike-protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ As mentioned above, our Spike Protection Algorithm is based on the higher of two

### Minimum Event Calculation

This calculation, which is the first step of our algorithm, identifies a minimum number of events, using your quota as a guide. This number takes the maximum of either 500 events or the result of the following formula `(3 \* your quota)/(720 \* number of projects)`. The equation represents your project using up three times your overall quota in 30 days if events are continually ingested at this hourly rate, thus flagging the project for a potential spike.
This calculation, which is the first step of our algorithm, identifies a minimum number of events, using your quota as a guide. This number takes the maximum of either 500 events or the result of the following formula `(3 \* your quota)/(720 \* number of projects)`. The number of projects is capped at 5 and is used to adjust the floor. The equation represents your project using up three times your overall quota in 30 days if events are continually ingested at this hourly rate, thus flagging the project for a potential spike.

### Usage-Based Calculation

Expand Down

1 comment on commit 731524d

@vercel
Copy link

@vercel vercel bot commented on 731524d Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.