Skip to content

Commit 9769161

Browse files
committed
RC: Cost report page
1 parent 18c7fc9 commit 9769161

File tree

6 files changed

+85
-3
lines changed

6 files changed

+85
-3
lines changed

content/embeds/rc-pro-billing-units.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## Billing Unit types
2-
31
The Redis Billing Unit types associated with your Pro subscription depend on your database memory size and throughput requirements.
42

53
| Billing unit type | Capacity (Memory/Throughput) |

content/operate/rc/billing-and-payments.md renamed to content/operate/rc/billing-and-payments/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ For any special circumstances that may warrant a refund, please contact [Support
118118

119119
{{< embed-md "rc-cost-report-csv.md" >}}
120120

121+
See [Cost report]({{< relref "/operate/rc/billing-and-payments/cost-report" >}}) for more information.
122+
121123
## Troubleshoot
122124

123125
See [Billing](https://support.redislabs.com/hc/en-us/categories/26174537325842-Billing) on the Redis knowledge base for help troubleshooting billing issues:
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
Title: Download and analyze cost report
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Describes how to download the cost report for your Redis Cloud account.
9+
linkTitle: Cost report
10+
weight: 39
11+
---
12+
13+
The Redis Cloud cost report provides a detailed breakdown of your Redis Cloud subscription usage and associated charges. It is designed to help you track, audit, and optimize your Redis Cloud spending across Essentials and Pro subscription plans.
14+
15+
You can download the cost report from the [**Billing and Payments**]({{< relref "/operate/rc/billing-and-payments" >}}) and [**Usage Reports**]({{< relref "/operate/rc/logs-reports/usage-reports" >}}) pages.
16+
17+
{{< embed-md "rc-cost-report-csv.md" >}}
18+
19+
The cost report is especially useful for:
20+
- Internal cost visibility
21+
- Usage trend analysis
22+
- Budget forecasting
23+
- Troubleshooting unexpected charges
24+
25+
{{< note >}}
26+
Consider the following limitations when viewing the cost report:
27+
- All pricing shown is based on list price. Account-specific discounts are not reflected in the cost report.
28+
- Network costs for Pro subscriptions are not available in the cost report before July 2025.
29+
- Monthly Network costs for Pro subscriptions take up to 72 hours to reflect in the cost report.
30+
{{< /note >}}
31+
32+
## Structure
33+
34+
The Cost Report CSV file is separated into two sections, one for Redis Cloud Essentials subscriptions and one for Redis Cloud Pro subscriptions.
35+
36+
### Essentials subscriptions
37+
38+
In the Essentials subscription section, each row represents one month of usage for a subscription.
39+
40+
| Column | Description |
41+
|:-------|:------------|
42+
| **Start date** | The start date of the usage period |
43+
| **End date** | The end date of the usage period |
44+
| **Subscription ID** | The subscription's unique ID |
45+
| **Subscription name** | The subscription's name |
46+
| **Plan size** | The size of the [subscription plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}), in MB |
47+
| **Plan cost** | The cost of the subscription plan for the usage period |
48+
49+
### Pro subscriptions
50+
51+
In the Pro subscription section, each subscription has multiple rows per month.
52+
- Each row represents monthly usage of each database within the subscription. For Active-Active databases, there will be multiple rows for each region of the database.
53+
- Another row shows the Monthly network costs for the subscription after July 2025.
54+
- If the Pro subscription does not meet the minimum price threshold, the cost report shows the actual cost of the subscription and another row shows the difference from the minimum price.
55+
56+
| Column | Description |
57+
|:-------|:------------|
58+
| **Start date** | The start date of the usage period |
59+
| **End date** | The end date of the usage period |
60+
| **Subscription ID** | The subscription's unique ID |
61+
| **Subscription name** | The subscription's name |
62+
| **Database ID** | The database's unique ID |
63+
| **Database name** | The database's name |
64+
| **Region** | The database's region. For Active-Active databases, the cost report shows a row for each region of the database. |
65+
| **High availability** | Whether the subscription is [highly available]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) |
66+
| **Memory limit** | The database's memory limit, in MB |
67+
| **Throughput** | The database's throughput, in ops/sec |
68+
| **RBU type** | The [Redis Billing Unit (RBU)](#billing-unit-types) type of the database. This column shows "difference from min subscription price" for the row that shows the difference from the minimum subscription price, and "Network" for the row that shows the monthly network costs for the subscription. |
69+
| **RBU Count** | The number of Redis Billing Units (RBUs) used by the database. |
70+
| **RBU Price/hr** | The price per hour for the Redis Billing Unit (RBU) type of the database. |
71+
| **Hours** | The number of hours the database was active during the usage period. |
72+
| **Total cost** | The total cost of the database or network costs for the usage period |
73+
74+
#### Billing unit types
75+
76+
{{< embed-md "rc-pro-billing-units.md" >}}
77+

content/operate/rc/databases/create-database/create-pro-database-existing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,6 @@ The **Alerts** section defines notification emails sent to your account and the
127127

128128
The available alerts vary according to the plan type. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information.
129129

130+
## Billing unit types
131+
130132
{{< embed-md "rc-pro-billing-units.md" >}}

content/operate/rc/databases/create-database/create-pro-database-new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Note that databases are created in the background. While they are provisioning,
212212
Use the **Database list** to check the status of your databases.
213213

214214

215+
## Billing unit types
215216

216217
{{< embed-md "rc-pro-billing-units.md" >}}
217218

content/operate/rc/logs-reports/usage-reports.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ You can also hold the pointer over each bar in the graph to view the precise mem
2323

2424
## Download cost report
2525

26-
{{< embed-md "rc-cost-report-csv.md" >}}
26+
{{< embed-md "rc-cost-report-csv.md" >}}
27+
28+
See [Cost report]({{< relref "/operate/rc/billing-and-payments/cost-report" >}}) for more information.

0 commit comments

Comments
 (0)