diff --git a/cockroachcloud/cluster-overview-page.md b/cockroachcloud/cluster-overview-page.md index 2e29ef8f693..ea4581cddc1 100644 --- a/cockroachcloud/cluster-overview-page.md +++ b/cockroachcloud/cluster-overview-page.md @@ -19,13 +19,13 @@ The **Cluster settings** panel displays the settings you chose during [cluster c ## Usage this month -The **Usage this month** panel displays your cluster usage statistics for the current month. +The **Usage this month** panel displays your cluster usage statistics for the current month. You can click [**Estimate usage cost**](serverless-cluster-management.html#estimate-usage-cost) to open a tool that estimates your monthly costs based on your workload during a selected time frame. | Field | Description | |---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Spend limit | The spend limit you entered when [creating the cluster](create-a-serverless-cluster.html#step-3-enter-a-spend-limit). Click the **edit** icon to change the spend limit. | -| Storage | The amount of data currently stored in the cluster. This value does not account for compression or replication. The total available storage is determined by your spend limit and Burst RU usage. For details, see [CockroachCloud Architecture](architecture.html#performance). | -| Request Units | The CPU and I/O resources being used by queries on the cluster, and whether throttling is in effect. The total available RUs are determined by your spend limit and storage usage. For more context, see [CockroachCloud Architecture](architecture.html#cockroachdb-cloud-terms). | +| Storage | The amount of data currently stored in the cluster. This value does not account for compression or replication. The total available storage is determined by your spend limit and Burst RU usage. For details, see [{{ site.data.products.db }} Architecture](architecture.html#performance). | +| [Request Units](learn-about-request-units.html) | The CPU and I/O resources being used by queries on the cluster, and whether throttling is in effect. The total available RUs are determined by your spend limit and storage usage. For more context, see [{{ site.data.products.db }} Architecture](architecture.html#cockroachdb-cloud-terms). | ## Cluster statistics panel diff --git a/cockroachcloud/serverless-cluster-management.md b/cockroachcloud/serverless-cluster-management.md index cc49a183b82..23f248a7944 100644 --- a/cockroachcloud/serverless-cluster-management.md +++ b/cockroachcloud/serverless-cluster-management.md @@ -38,6 +38,19 @@ The **Overview** page displays details about the selected {{ site.data.products. For more information, see [Cluster Overview Page](cluster-overview-page.html). +## Estimate usage cost + +{{site.data.alerts.callout_info}} +This feature is not available if your organization is billed through [Credits](billing-management.html#view-credits-balance). +{{site.data.alerts.end}} + +The monthly cost estimate is calculated using simple extrapolation that assumes your workload during the selected time frame is an accurate representation of your workload over the month. If you haven't been running a workload for at least the length of the selected time frame, your results will be inaccurate. + +1. In the **Usage this month** section of your cluster's [**Overview** page](cluster-overview-page.html), click **Estimate usage cost**. +1. Select a time frame in which your workload was active. + + Your used [RUs](learn-about-request-units.html), used storage, and spend from the selected time frame will be shown along with your monthly cost estimate. The spend and cost estimate do not account for the [free resources](learn-about-pricing.html#free-vs-paid-usage) granted to every {{ site.data.products.serverless }} cluster, which you would have to use up before being charged. + ## Edit your spend limit You can edit your spend limit from the **Overview** page. The change in your spend limit will affect current and upcoming billing cycles. See [Planning your cluster](plan-your-cluster.html) for more information on resource usage. diff --git a/releases/cloud.md b/releases/cloud.md index 7e4e75f341b..7c64e5ce027 100644 --- a/releases/cloud.md +++ b/releases/cloud.md @@ -18,6 +18,12 @@ Get future release notes emailed to you: As of August 29, 2022, {{ site.data.products.serverless }} clusters are running CockroachDB [v22.1.6](v22.1.html#v22-1-6) and new {{ site.data.products.dedicated }} clusters are running CockroachDB [v22.1.6](v22.1.html#v22-1-6). {{site.data.alerts.end}} +## September 16, 2022 + +

Console changes

+ +- A tool to [estimate your monthly cost](../cockroachcloud/serverless-cluster-management.html#estimate-usage-cost) based on your workload is now available for {{ site.data.products.serverless }} clusters. + ## September 8, 2022

Console changes