From 37a1fc5982f3538e7b8cad36545bac8aaa1efd46 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Wed, 13 May 2026 09:59:48 +0800 Subject: [PATCH 1/9] Update tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 6e8e0d1b0f789..4f777cebf5dd7 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -20,6 +20,12 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For more information, see [From Preview to Production: TiDB Cloud Dedicated on Microsoft Azure is Now Generally Available](https://www.pingcap.com/blog/tidb-cloud-dedicated-ga-microsoft-azure/). +- **TiDB Cloud Premium** + + - Add the AVG RU/s metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. + + AVG RU/s displays the average RU/s over the selected time range, giving you a clearer view of overall resource consumption. + ## April 28, 2026 **General changes** From b3f0f90245582e6453627ffbf3e82f97589c75db Mon Sep 17 00:00:00 2001 From: houfaxin Date: Wed, 13 May 2026 10:06:08 +0800 Subject: [PATCH 2/9] Update built-in-monitoring-premium.md --- tidb-cloud/premium/built-in-monitoring-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/premium/built-in-monitoring-premium.md b/tidb-cloud/premium/built-in-monitoring-premium.md index ae5652a7ebd07..048c5b0d53b48 100644 --- a/tidb-cloud/premium/built-in-monitoring-premium.md +++ b/tidb-cloud/premium/built-in-monitoring-premium.md @@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p | Metric name | Labels | Description | | :------------| :------| :-------------------------------------------- | -| Request Units per Second | Total RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | +| Request Units per Second | Total RU per second, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU/s` shows the average RU/s over the selected time range, giving you a clearer view of overall resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | | Used Storage Size | {type} | The size of the row store and the size of the column store. | | Query Per Second | All, {SQL type} | The number of SQL statements executed per second, which are collected by SQL types, such as `SELECT`, `INSERT`, and `UPDATE`. | | Query Duration | avg, avg-{SQL type}, 99, 99-{SQL type} | The duration from receiving a request from the client to TiDB until TiDB executes the request and returns the result to the client. | From 79417b7465d7f1fa2678e4fe0d7319b7f5975550 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 10:06:34 +0800 Subject: [PATCH 3/9] Update tidb-cloud/releases/tidb-cloud-release-notes.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tidb-cloud/releases/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 4f777cebf5dd7..9e83735f572b6 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -22,9 +22,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Premium** - - Add the AVG RU/s metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. + - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. - AVG RU/s displays the average RU/s over the selected time range, giving you a clearer view of overall resource consumption. + `AVG RU/s` displays the average RU/s over the selected time range, giving you a clearer view of resource consumption. ## April 28, 2026 From 2806d76d5420ef828abee865a9798c46d71075ba Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 10:09:13 +0800 Subject: [PATCH 4/9] Update tidb-cloud/premium/built-in-monitoring-premium.md --- tidb-cloud/premium/built-in-monitoring-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/premium/built-in-monitoring-premium.md b/tidb-cloud/premium/built-in-monitoring-premium.md index 048c5b0d53b48..3d5cf9633f28c 100644 --- a/tidb-cloud/premium/built-in-monitoring-premium.md +++ b/tidb-cloud/premium/built-in-monitoring-premium.md @@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p | Metric name | Labels | Description | | :------------| :------| :-------------------------------------------- | -| Request Units per Second | Total RU per second, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU/s` shows the average RU/s over the selected time range, giving you a clearer view of overall resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | +| Request Units per Second | Total RU per second, AVG RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU per second` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | | Used Storage Size | {type} | The size of the row store and the size of the column store. | | Query Per Second | All, {SQL type} | The number of SQL statements executed per second, which are collected by SQL types, such as `SELECT`, `INSERT`, and `UPDATE`. | | Query Duration | avg, avg-{SQL type}, 99, 99-{SQL type} | The duration from receiving a request from the client to TiDB until TiDB executes the request and returns the result to the client. | From b40634473bed15d5708cb8eb4bca8f0ca90c64cd Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 10:12:45 +0800 Subject: [PATCH 5/9] Apply suggestions from code review --- tidb-cloud/premium/built-in-monitoring-premium.md | 2 +- tidb-cloud/releases/tidb-cloud-release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/premium/built-in-monitoring-premium.md b/tidb-cloud/premium/built-in-monitoring-premium.md index 3d5cf9633f28c..f604424293d38 100644 --- a/tidb-cloud/premium/built-in-monitoring-premium.md +++ b/tidb-cloud/premium/built-in-monitoring-premium.md @@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p | Metric name | Labels | Description | | :------------| :------| :-------------------------------------------- | -| Request Units per Second | Total RU per second, AVG RU per second | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU per second` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | +| Request Units per Second | Total RU/s, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU/s` shows real-time RU consumption per second. `AVG RU/s` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | | Used Storage Size | {type} | The size of the row store and the size of the column store. | | Query Per Second | All, {SQL type} | The number of SQL statements executed per second, which are collected by SQL types, such as `SELECT`, `INSERT`, and `UPDATE`. | | Query Duration | avg, avg-{SQL type}, 99, 99-{SQL type} | The duration from receiving a request from the client to TiDB until TiDB executes the request and returns the result to the client. | diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 9e83735f572b6..afd5871e2c58b 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -24,7 +24,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. - `AVG RU/s` displays the average RU/s over the selected time range, giving you a clearer view of resource consumption. + `AVG RU/s` displays the average RU per second over the selected time range, giving you a clearer view of resource consumption. ## April 28, 2026 From 7f866e0a85f6fed13f0f25f670e3be6693f101c6 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 10:48:21 +0800 Subject: [PATCH 6/9] Update tidb-cloud/premium/built-in-monitoring-premium.md --- tidb-cloud/premium/built-in-monitoring-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/premium/built-in-monitoring-premium.md b/tidb-cloud/premium/built-in-monitoring-premium.md index f604424293d38..8c3b22f2acdc7 100644 --- a/tidb-cloud/premium/built-in-monitoring-premium.md +++ b/tidb-cloud/premium/built-in-monitoring-premium.md @@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p | Metric name | Labels | Description | | :------------| :------| :-------------------------------------------- | -| Request Units per Second | Total RU/s, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU/s` shows real-time RU consumption per second. `AVG RU/s` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | +| Request Units per Second | Total RU per second, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU/s` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | | Used Storage Size | {type} | The size of the row store and the size of the column store. | | Query Per Second | All, {SQL type} | The number of SQL statements executed per second, which are collected by SQL types, such as `SELECT`, `INSERT`, and `UPDATE`. | | Query Duration | avg, avg-{SQL type}, 99, 99-{SQL type} | The duration from receiving a request from the client to TiDB until TiDB executes the request and returns the result to the client. | From 417439c1f4c8708a66c9f622a6cf6bb0788b4c25 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 11:17:55 +0800 Subject: [PATCH 7/9] Update tidb-cloud/premium/built-in-monitoring-premium.md Co-authored-by: Aolin --- tidb-cloud/premium/built-in-monitoring-premium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/premium/built-in-monitoring-premium.md b/tidb-cloud/premium/built-in-monitoring-premium.md index 8c3b22f2acdc7..78765df71ddc1 100644 --- a/tidb-cloud/premium/built-in-monitoring-premium.md +++ b/tidb-cloud/premium/built-in-monitoring-premium.md @@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p | Metric name | Labels | Description | | :------------| :------| :-------------------------------------------- | -| Request Units per Second | Total RU per second, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` shows real-time RU consumption per second. `AVG RU/s` shows the average RU per second over the selected time range, giving you a clearer view of resource consumption. In addition to queries that you run, request units can be consumed by background activities, so when the QPS is 0, the request units per second might not be zero. | +| Request Units per Second | Total RU per second, AVG RU/s | The Request Unit (RU) is a unit of measurement used to track the resource consumption of a query or transaction. `Total RU per second` displays the real-time RU consumption per second. `AVG RU/s` displays the average RU consumption per second over the selected time range, helping you better understand resource consumption. In addition to queries that you run, background activities can also consume RUs. Therefore, when the QPS is 0, the RU consumption per second might still be greater than 0. | | Used Storage Size | {type} | The size of the row store and the size of the column store. | | Query Per Second | All, {SQL type} | The number of SQL statements executed per second, which are collected by SQL types, such as `SELECT`, `INSERT`, and `UPDATE`. | | Query Duration | avg, avg-{SQL type}, 99, 99-{SQL type} | The duration from receiving a request from the client to TiDB until TiDB executes the request and returns the result to the client. | From a389c50ebb72ce0ddf0c2f8573523ca5c980b484 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Wed, 13 May 2026 11:18:51 +0800 Subject: [PATCH 8/9] Update tidb-cloud-release-notes.md --- tidb-cloud/releases/tidb-cloud-release-notes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index afd5871e2c58b..5751abbf5983d 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -12,6 +12,12 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c **General changes** +- **TiDB Cloud Premium** + + - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. + + `AVG RU/s` displays the average RU per second over the selected time range, giving you a clearer view of resource consumption. + - **TiDB Cloud Dedicated** - [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) is now generally available (GA) on Microsoft Azure in **Japan East** and **East US 2**. @@ -20,12 +26,6 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c For more information, see [From Preview to Production: TiDB Cloud Dedicated on Microsoft Azure is Now Generally Available](https://www.pingcap.com/blog/tidb-cloud-dedicated-ga-microsoft-azure/). -- **TiDB Cloud Premium** - - - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. - - `AVG RU/s` displays the average RU per second over the selected time range, giving you a clearer view of resource consumption. - ## April 28, 2026 **General changes** From db4863e084482f19439e5d91fd23827c992a08a8 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Wed, 13 May 2026 11:20:29 +0800 Subject: [PATCH 9/9] Update tidb-cloud/releases/tidb-cloud-release-notes.md Co-authored-by: Aolin --- tidb-cloud/releases/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/releases/tidb-cloud-release-notes.md b/tidb-cloud/releases/tidb-cloud-release-notes.md index 5751abbf5983d..eb4e15b67e936 100644 --- a/tidb-cloud/releases/tidb-cloud-release-notes.md +++ b/tidb-cloud/releases/tidb-cloud-release-notes.md @@ -14,9 +14,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Premium** - - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page. + - Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) **Metrics** page. - `AVG RU/s` displays the average RU per second over the selected time range, giving you a clearer view of resource consumption. + `AVG RU/s` displays the average number of RUs consumed per second over the selected time range, helping you better understand resource consumption. - **TiDB Cloud Dedicated**