From a63c2a060eb6d7e0308bc7c06d817d65c27a5321 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Thu, 6 Jun 2019 17:03:47 -0700 Subject: [PATCH 1/2] Add 'what counts' chart to quota page --- .../_documentation/accounts/quotas.md | 66 ++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) diff --git a/src/collections/_documentation/accounts/quotas.md b/src/collections/_documentation/accounts/quotas.md index aeb6ce0cbb567..0b7a77de89fd8 100644 --- a/src/collections/_documentation/accounts/quotas.md +++ b/src/collections/_documentation/accounts/quotas.md @@ -5,9 +5,73 @@ sidebar_order: 2 Each subscription tier in Sentry provides different monthly quotas for your event capacity. The tiers let you pre-pay for reserved event capacity, and you can also specify a spending cap for on-demand capacity if you need additional events. When you consume your reserved and on-demand capacity for the month, the server will respond with a 429 HTTP status code when it receives an event over quota. +## What Counts Towards My Quota? + +Not all events count towards your monthly event quota. In general, when events are processed or stored they will count towards your quota. Please see the table below to see which events count. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Events which are... + + Count towards quota +
filtered by SDK configurationno
dropped because of SDK sampling rateno
filtered using inbound filters in project settings  no
dropped because of spike protectionno
dropped after exceeding quotano
in a resolved issueyes
in a deleted issueyes
in an ignored issueyes, even after the issue is ignored
in a delete-and-discarded issue*only events before delete-and-discard is enabled
over the per-project rate limit*no
+ +{% include components/alert.html + title="Note" + content="Delete and discard and per-project rate limits are only available to Business plans" + level="info" +%} + ## Increasing Quotas -You can add additional quota at any time during your billing period, either by upgrading to a higer tier or increasing your on-demand capacity. While the available plans will fit most individual and business needs, Sentry is designed to handle large throughput so if your team needs more, we’re happy to help. Reach out to our sales team at [sales@sentry.io](mailto:sales%40sentry.io) to learn more about increasing capacity. +You can add additional quota at any time during your billing period, either by upgrading to a higher tier or increasing your on-demand capacity. While the available plans will fit most individual and business needs, Sentry is designed to handle large throughput so if your team needs more, we’re happy to help. Reach out to our sales team at [sales@sentry.io](mailto:sales%40sentry.io) to learn more about increasing capacity. ## Rate Limiting Projects {#id1} From 86f6c53fb3185717471162fc2f511aa4c7b7eb59 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Fri, 7 Jun 2019 14:16:53 -0700 Subject: [PATCH 2/2] Add quota table --- src/collections/_documentation/accounts/quotas.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/collections/_documentation/accounts/quotas.md b/src/collections/_documentation/accounts/quotas.md index 0b7a77de89fd8..353ddaee12633 100644 --- a/src/collections/_documentation/accounts/quotas.md +++ b/src/collections/_documentation/accounts/quotas.md @@ -65,8 +65,7 @@ Not all events count towards your monthly event quota. In general, when events a {% include components/alert.html title="Note" - content="Delete and discard and per-project rate limits are only available to Business plans" - level="info" + content="Delete and discard and per-project rate limits are only available on Business and Enterprise plans" %} ## Increasing Quotas