Skip to content

Commit b406344

Browse files
authored
Apply suggestions from code review
1 parent 2806d76 commit b406344

2 files changed

Lines changed: 2 additions & 2 deletions

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, 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. |
34+
| 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. |
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c
2424

2525
- Add the `AVG RU/s` metric to the [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) metrics page.
2626

27-
`AVG RU/s` displays the average RU/s over the selected time range, giving you a clearer view of resource consumption.
27+
`AVG RU/s` displays the average RU per second over the selected time range, giving you a clearer view of resource consumption.
2828

2929
## April 28, 2026
3030

0 commit comments

Comments
 (0)