docs(cloud): add hourly cost column to paid-tier pricing tables#484
docs(cloud): add hourly cost column to paid-tier pricing tables#484dragnot wants to merge 1 commit into
Conversation
Surface the per-hour rate alongside the existing monthly cost in Startup and Pro tier instance tables, so users can easily reason about usage-based billing, partial-day workloads, and autoscaling without reverse-engineering the 730 hours/month assumption. - cloud/startup-tier.md: add Hourly Cost column to instance table. - cloud/pro-tier.md: add Hourly Cost column to Standalone and Replicated instance tables. - cloud/enterprise-tier.md: clarify Enterprise pricing is also calculated on a per-hour basis (Core/Hour + Memory GB/Hour). - Add note: Monthly Cost = Hourly Cost x 730 hours/month. All hourly figures verified against published rates ($0.200/Core/Hour, $0.01/Memory GB/Hour for Pro; $0.100/Memory GB/Hour for Startup) and existing monthly totals. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the Cloud DBaaS paid-tier documentation to surface per-hour billing directly in the pricing tables (Startup + Pro), and clarifies that Enterprise pricing is also calculated on an hourly basis for consistency.
Changes:
- Adds an Hourly Cost column to the Startup tier instance pricing table and includes a “Monthly = Hourly × 730” note.
- Adds an Hourly Cost column to the Pro tier Standalone and Replicated (HA) pricing tables and includes the same monthly-calculation note for Standalone.
- Updates Enterprise tier pricing wording to explicitly describe per-hour calculation terminology.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| cloud/startup-tier.md | Adds hourly pricing alongside monthly totals and a monthly conversion note. |
| cloud/pro-tier.md | Adds hourly pricing to Standalone and Replicated tables; adds monthly conversion note. |
| cloud/enterprise-tier.md | Clarifies Enterprise pricing is also expressed on a per-hour basis. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > | 1 GB | 0.75 | $0.100/hr | $73/month* | | ||
| > | 2 GB | 1.5 | $0.200/hr | $146/month* | |
| | E2-custom-8-16384 / c6i.2xlarge | 8 | 16 | 12 | \$2,876.20 | | ||
| | E2-custom-16-32768 / c6i.4xlarge | 16 | 32 | 24 | \$5,445.80 | | ||
| | E2-custom-32-65536 / c6i.8xlarge | 32 | 64 | 48 | \$10,585.00 | | ||
| | Instances Type | Cores | Memory (GB) | Max Graph Dataset (GB) | Hourly Cost | Monthly Cost | |
Summary
The Pro and Startup tier pages list a per-hour rate in prose ($0.200/Core/Hour, $0.01/Memory GB/Hour, $0.100/Memory GB/Hour for Startup) but the instance tables only show monthly totals. This PR adds an Hourly Cost column to each instance table so users can:
Changes
cloud/startup-tier.md: add Hourly Cost column to the instance pricing table; add a footnote thatMonthly Cost = Hourly Cost x 730 hours/month.cloud/pro-tier.md: add Hourly Cost column to both the Standalone and Replicated (HA) instance pricing tables; add the same footnote under Standalone.cloud/enterprise-tier.md: clarify that Enterprise custom pricing is also calculated on a per-hour basis (Core/Hour + Memory GB/Hour), to keep terminology consistent with the other paid tiers.All hourly figures were derived from the published unit rates and verified against the existing monthly totals (e.g., Pro standalone E2-standard-2 = 2 cores x $0.200 + 8 GB x $0.01 = $0.480/hr x 730 = $350.40/month). Replicated hourly values are existing monthly / 730.
Testing
N/A - documentation-only change. No code, build, or test impact.
Memory / Performance Impact
N/A.
Related Issues
None.