Skip to content

Commit 7f866e0

Browse files
authored
Update tidb-cloud/premium/built-in-monitoring-premium.md
1 parent b406344 commit 7f866e0

1 file changed

Lines changed: 1 addition & 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/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. |
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` 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. |

0 commit comments

Comments
 (0)