From 4dd8b7da10ac2b89821e56e3f2379811bf0ec39a Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:37:41 +0700 Subject: [PATCH 1/2] docs: add static site storage to the billing metered quantities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The static_storage SKU was merged into billing (PriceStaticStorage, ฿1/GiB-month). List "Static site storage" in the billing overview's metered-quantities table, linking the static-sites page. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/billing/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/billing/overview.md b/content/billing/overview.md index f525536..07f6d7c 100644 --- a/content/billing/overview.md +++ b/content/billing/overview.md @@ -18,6 +18,7 @@ no per-deployment monthly minimum. The metered quantities are: | **Memory** | GiB-hours | Allocated (the `requests.memory` you set) | | **Disk** | GiB-hours | Allocated (the size you provisioned) | | **Registry storage** | GiB-hours | Actual stored size | +| **Static site storage** | GiB-months | Actual stored size of your published [static site](/deployments/static-sites/) releases | | **Egress** | GiB transferred out | Actual bytes leaving the cluster | | **External route egress** | GiB transferred out | Actual bytes served from the edge for an [external HTTP route](/networking/routes/#external-server-http) | From 82a97832691c9dee26ba895bb2fb37ec4974fab4 Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Tue, 16 Jun 2026 10:45:06 +0700 Subject: [PATCH 2/2] docs: meter egress at the container, not the cluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Egress is measured as bytes leaving the container's network interface, not the cluster boundary — destination isn't tracked, so all container egress counts. Correct the billing overview wording. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/billing/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/billing/overview.md b/content/billing/overview.md index 07f6d7c..c396152 100644 --- a/content/billing/overview.md +++ b/content/billing/overview.md @@ -19,7 +19,7 @@ no per-deployment monthly minimum. The metered quantities are: | **Disk** | GiB-hours | Allocated (the size you provisioned) | | **Registry storage** | GiB-hours | Actual stored size | | **Static site storage** | GiB-months | Actual stored size of your published [static site](/deployments/static-sites/) releases | -| **Egress** | GiB transferred out | Actual bytes leaving the cluster | +| **Egress** | GiB transferred out | Actual bytes leaving the container (destination isn't tracked) | | **External route egress** | GiB transferred out | Actual bytes served from the edge for an [external HTTP route](/networking/routes/#external-server-http) | Sizing your `resources.requests` matters — that's the number that hits the