Skip to content

Commit 360f50c

Browse files
micheleRPclaudeFeediver1
authored
DOC-2196: Document Redpanda SQL billing metric (#596)
* DOC-2196: Document Redpanda SQL billing metric Add a Redpanda SQL billing metrics section to the Billing page. Redpanda SQL is metered in RPU hours using the same RPU definition as Redpanda Streaming, but the per-RPU price differs. Rename the cluster-tab section from "Usage-based billing metrics" to "Redpanda Streaming billing metrics" so each product's billing has a matching section heading. Update the in-page anchor accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * billing: clarify RPU note refers to Streaming BYOC Address CodeRabbit feedback on PR #596. Within the Streaming section, only the BYOC tab uses RPU metrics (Serverless and Dedicated use Uptime, Ingress, Egress, Storage, Partitions). Make the SQL note unambiguous about which Streaming pricing model it's comparing against. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * billing: address review feedback on SQL pricing wording Clarify that SQL pricing is tied to provisioned compute (measured in RPUs) and replace the price-estimator link with "Contact your Redpanda account team" since SQL is not yet listed there. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 930f5e5 commit 360f50c

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

modules/billing/pages/billing.adoc

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
:personas: platform_admin, evaluator
55
:page-aliases: deploy:deployment-option/cloud/manage-billing/billing.adoc
66

7-
Redpanda Cloud uses various <<usage-based-billing-metrics,metrics>> to measure the consumption of resources.
7+
Redpanda Cloud uses various <<redpanda-streaming-billing-metrics,metrics>> to measure the consumption of resources.
88

99
* All pricing is set in US dollars (USD).
10-
* All billing computations are conducted in Coordinated Universal Time (UTC). Billing accrues at hourly intervals. Any usage that is less than an hour is billed for the full hour.
10+
* All usage-based billing computations are conducted in Coordinated Universal Time (UTC). Billing accrues at hourly intervals. Any usage that is less than an hour is billed for the full hour.
1111
* The *Billing* page shows detailed billing activity for your organization and lets you xref:billing:manage-payment-methods.adoc[manage payment methods]. Redpanda charges the credit card marked as the default.
1212
1313
[NOTE]
@@ -16,7 +16,7 @@ Redpanda Cloud uses various <<usage-based-billing-metrics,metrics>> to measure t
1616
* Pricing information is available on https://www.redpanda.com/price-estimator[redpanda.com^]. For questions about billing, contact billing@redpanda.com.
1717
====
1818

19-
== Usage-based billing metrics
19+
== Redpanda Streaming billing metrics
2020

2121
[tabs]
2222
======
@@ -115,6 +115,21 @@ Replication to object storage is implemented with glossterm:Tiered Storage[]. Al
115115
--
116116
======
117117

118+
== Redpanda SQL billing metrics
119+
120+
Pricing for Redpanda SQL depends on the provisioned compute resources allocated to the SQL workload, measured in RPUs. The cost of an RPU can vary based on the cloud provider and region you select.
121+
122+
[cols="1,3",options="header"]
123+
|===
124+
| Metric | Description
125+
126+
| Compute | Tracks the server resources (vCPU and memory) Redpanda SQL uses on an hourly basis in Redpanda units (RPUs). Where:
127+
128+
1 RPU = 2 vCPU + 8 GB memory
129+
|===
130+
131+
NOTE: Redpanda SQL uses the same RPU definition as Redpanda Streaming BYOC clusters, but the price per RPU differs. Contact your Redpanda account team for current pricing.
132+
118133

119134
== Redpanda Connect billing metrics
120135

0 commit comments

Comments
 (0)