Skip to content

Commit 0e2f8d8

Browse files
authored
cloud: update Request Units per Second metric for Premium (#22878)
1 parent e7d6ff7 commit 0e2f8d8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

tidb-cloud/premium/built-in-monitoring-premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following sections illustrate the metrics on the **Metrics** page for {{{ .p
3131

3232
| Metric name | Labels | Description |
3333
| :------------| :------| :-------------------------------------------- |
34-
| 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. |
34+
| 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. |
3535
| Used Storage Size | {type} | The size of the row store and the size of the column store. |
3636
| 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`. |
3737
| 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. |

tidb-cloud/releases/tidb-cloud-release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c
1212

1313
**General changes**
1414

15+
- **TiDB Cloud Premium**
16+
17+
- Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) **Metrics** page.
18+
19+
`AVG RU/s` displays the average number of RUs consumed per second over the selected time range, helping you better understand resource consumption.
20+
1521
- **TiDB Cloud Dedicated**
1622

1723
- [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**.

0 commit comments

Comments
 (0)