Skip to content

Commit 06c90c4

Browse files
fix(spike protection): correct floor calculation explanation (#13556)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR The [Minimum Event Calculation](https://docs.sentry.io/pricing/quotas/spike-protection/#minimum-event-calculation) section hasn't been updated to account for the different minimum floors for each SKU. `500` is only relevant to errors. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent e9e5277 commit 06c90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pricing/quotas/spike-protection.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As mentioned above, our Spike Protection Algorithm is based on the higher of two
8181

8282
### Minimum Event Calculation
8383

84-
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.
84+
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 1/10th of the minimum reserved volume quota on the Developer plan for that event type 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.
8585

8686
### Usage-Based Calculation
8787

0 commit comments

Comments
 (0)