Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless cost estimator #15045

Merged
merged 6 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cockroachcloud/cluster-overview-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 13 additions & 0 deletions cockroachcloud/serverless-cluster-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions releases/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<h3>Console changes</h3>

- 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

<h3> Console changes </h3>
Expand Down