Skip to content

Commit

Permalink
Update tidb-resource-control.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Feb 17, 2023
1 parent d84412f commit 0d85e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-resource-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Based on the above table, assuming that the TiKV time consumed by a resource gro

The resource control feature introduces two new global variables.

* TiDB: you can use the [`tidb_enable_resource_control`](/system-variables.md#tidb-tidb_enable_resource_control-new-in-v660) system variable to control whether to enable flow control for resource groups.
* TiDB: you can use the [`tidb_enable_resource_control`](/system-variables.md#tidb_enable_resource_control-new-in-v660) system variable to control whether to enable flow control for resource groups.

<CustomContent platform="tidb">

Expand Down Expand Up @@ -162,7 +162,7 @@ If there are too many requests that result in insufficient resources for the res
TiDB regularly collects runtime information about resource control and provides visual charts of the metrics in Grafana's **TiDB** > **Resource Control** dashboard. The metrics are detailed in the **Resource Control** section of [TiDB Important Monitoring Metrics](/grafana-tidb-dashboard.md).

TiKV also records the request QPS from different resource groups. For more details, see [TiKV Monitoring Metrics Detail](/grafana-tikv-dashboard.md#gRPC).
TiKV also records the request QPS from different resource groups. For more details, see [TiKV Monitoring Metrics Detail](/grafana-tikv-dashboard.md#grpc).

</CustomContent>

Expand Down

0 comments on commit 0d85e11

Please sign in to comment.