DOC-2196: Document Redpanda SQL billing metric#596
Conversation
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR updates the billing documentation to clarify the distinction between Redpanda Streaming and SQL billing metrics. It changes cross-references and section headings from "usage-based billing metrics" to "Redpanda Streaming billing metrics," while preserving existing USD pricing and UTC/hourly billing details. A new "Redpanda SQL billing metrics" section is added, documenting Compute metrics with RPU definitions and a note explaining that SQL uses the same RPU concept as Streaming but with separate per-RPU pricing. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@modules/billing/pages/billing.adoc`:
- Line 131: Update the NOTE text that reads "Redpanda SQL uses the same RPU
definition as Redpanda Streaming" to explicitly state that the RPU definition
referenced applies only to the Redpanda Streaming BYOC tier (not Serverless or
Dedicated), and point readers to the Streaming BYOC section (or include a direct
anchor/link) for the RPU definition and to the Serverless/Dedicated metrics
(Uptime, Ingress, Egress, Storage, Partitions) for those tiers so the
distinction is clear.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3427dd1a-3fa3-4ab1-8a7a-82a152c096fc
📒 Files selected for processing (1)
modules/billing/pages/billing.adoc
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>
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>
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>
a6e804e to
ece84df
Compare
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>
Description
Resolves: DOC-2196 (Jira). Engineering epic: ENG-1026.
Review deadline: none
Adds a
== Redpanda SQL billing metricssection to the Billing page. Redpanda SQL is metered in RPU hours using the same RPU definition as Redpanda Streaming BYOC clusters (1 RPU = 2 vCPU + 8 GB memory), but the per-RPU price differs. Also renames the cluster-tab section heading fromUsage-based billing metricstoRedpanda Streaming billing metricsso each product has a matching section heading, and updates the in-page anchor on the intro paragraph to match.Page previews
Checks