Skip to content

DOC-2196: Document Redpanda SQL billing metric#596

Open
micheleRP wants to merge 3 commits into
mainfrom
doc-2196-redpanda-sql-billing
Open

DOC-2196: Document Redpanda SQL billing metric#596
micheleRP wants to merge 3 commits into
mainfrom
doc-2196-redpanda-sql-billing

Conversation

@micheleRP
Copy link
Copy Markdown
Contributor

@micheleRP micheleRP commented May 21, 2026

Description

Resolves: DOC-2196 (Jira). Engineering epic: ENG-1026.
Review deadline: none

Adds 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 BYOC clusters (1 RPU = 2 vCPU + 8 GB memory), but the per-RPU price differs. Also renames the cluster-tab section heading from Usage-based billing metrics to Redpanda Streaming billing metrics so each product has a matching section heading, and updates the in-page anchor on the intro paragraph to match.

Page previews

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

@micheleRP micheleRP requested a review from a team as a code owner May 21, 2026 20:52
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit 1963345
🔍 Latest deploy log https://app.netlify.com/projects/rp-cloud/deploys/6a10b855e003c500087514d4
😎 Deploy Preview https://deploy-preview-596--rp-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 21, 2026

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: eee1cce1-b9a6-4310-b452-e652cff60fd2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This 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

  • redpanda-data/cloud-docs#465: Both PRs modify modules/billing/pages/billing.adoc by expanding billing metrics sections; this PR specifically renames Streaming metrics and adds SQL metrics documentation, while the previous PR expanded usage-based billing content on the same page.

Suggested reviewers

  • kbatuigas
  • towfiqa
  • t-eckert
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly references the main change: documenting Redpanda SQL billing metrics as specified in the Jira issue DOC-2196.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The pull request description comprehensively follows the template with detailed information, including issue resolution, preview link, and a checked checkbox for the 'New feature' category.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch doc-2196-redpanda-sql-billing

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 638d73b and 938ccd9.

📒 Files selected for processing (1)
  • modules/billing/pages/billing.adoc

Comment thread modules/billing/pages/billing.adoc Outdated
micheleRP added a commit that referenced this pull request May 21, 2026
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>
micheleRP and others added 2 commits May 21, 2026 15:50
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>
@micheleRP micheleRP force-pushed the doc-2196-redpanda-sql-billing branch from a6e804e to ece84df Compare May 21, 2026 21:51
Comment thread modules/billing/pages/billing.adoc Outdated
Comment thread modules/billing/pages/billing.adoc Outdated
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants