From 8a4a258f356c9e8f7ac231a93353a1915487da96 Mon Sep 17 00:00:00 2001 From: Martin Remmelgas Date: Mon, 15 Jun 2026 16:14:19 +0300 Subject: [PATCH] Update burstable concurrency example update burstable concurrency example to make it clear you can subscribe to 10 concurrencies of which 4 can be consumed within baseline and 6 bursted at 1/3 the rate. --- content/billing/pricing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/billing/pricing.md b/content/billing/pricing.md index 4a752b8b..96b36c3d 100644 --- a/content/billing/pricing.md +++ b/content/billing/pricing.md @@ -187,7 +187,7 @@ Burstable concurrencies allow you to use more concurrencies than you otherwise w To determine which concurrencies are bursted and which ones are not we divide billing period into 5 second intervals and sample concurrency usage every 5 seconds. We then reorder this graph in descending order so the left of the graph is consisting of high use of concurrency and tail end of the graph is low use of concurrency. We then discard 5% of the high use as “bursting” and consider only the use at 95th percentile. -If you subscribe to 20 concurrencies and consume 10 within the 95th percentile, then you pay full price for 10 and **1/3** of the price for the remaining 10. +If you subscribe to 10 concurrencies and consume 4 within the 95th percentile, then you pay full price for 4 and **1/3** of the price for the remaining 6. ### Pricing for Enterprises