From f2dd342c3995f60cf08196f3f4e21d133a1e783c Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Mon, 11 Sep 2023 17:59:26 -0700 Subject: [PATCH] Update spike-protection.mdx (#7780) * Update spike-protection.mdx * style(lint): Auto commit lint changes * Update src/docs/product/accounts/quotas/spike-protection.mdx * Update src/docs/product/accounts/quotas/spike-protection.mdx * style(lint): Auto commit lint changes --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> --- src/docs/product/accounts/quotas/spike-protection.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/docs/product/accounts/quotas/spike-protection.mdx b/src/docs/product/accounts/quotas/spike-protection.mdx index 5d0a55e629e8f..fe7ef2fd50d63 100644 --- a/src/docs/product/accounts/quotas/spike-protection.mdx +++ b/src/docs/product/accounts/quotas/spike-protection.mdx @@ -60,7 +60,11 @@ We recommend taking the following steps to manage your spikes: - Set up an [on-demand budget](/product/accounts/quotas/manage-event-stream-guide/#on-demand-budget) to make sure you have time to adjust your volume in the event of a future spike. - Set up [spend allocations](/product/accounts/quotas/#spend-allocation) to ensure your critical projects are guaranteed a portion of your reserved volume, even if there are spikes in other projects. -To review the events that were dropped to save your quota with Spike Protection, go to the "Usage Stats" tab of the **Stats** page for your Sentry org and select the desired event in the "Category" dropdown. You can see project-level details of your stats by using the project selector. Sentry can show the spike threshold for a time duration greater than 6hrs and less than 30 days. +To review the events that were dropped to save your quota with Spike Protection, go to the "Usage Stats" tab of the **Stats** page for your Sentry org and select the event of interest from the "Category" dropdown. You'll be able to see project-level details of your stats by using the project selector. + +To ensure accuracy, your time window on the **Stats** page must be between a minimum of 6 hours, to a maximum of 30 days for spikes and a spike threshold to appear. In addition, only spikes that are over an hour long will be viewable. + +To see spikes that are less than an hour long, visit Sentry's Audit Log by going to the **Settings** page and selecting "Audit Log" under the "ORGANIZATION" section. You'll be able to see spikes by filtering for spike-protection.activated, spike-protection.deactivated, spike-protection.disabled, or spike-protection.enabled in the "Select Action" dropdown. ![Spike limit threshold](spike-limit-threshold.png)