From ff51bbd09b5db96cb4e808962d63de38b48f75c9 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Thu, 19 Aug 2021 08:16:37 +0200 Subject: [PATCH 1/3] Dashboard statement: add a note to explain the blue bar and yellow line --- dashboard/dashboard-statement-list.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/dashboard-statement-list.md b/dashboard/dashboard-statement-list.md index 93223fbb2a1f5..93f93efd31b69 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -22,6 +22,10 @@ You can use one of the following two methods to access the SQL statement summary All the data shown on the SQL statement summary page are from the TiDB statement summary tables. For more details about the tables, see [TiDB Statement Summary Tables](/statement-summary-tables.md). +> **Notes:** +> +> In the **Mean Latency** column of the SQL statement summary page, the blue bar indicates the average execution time. If there is a yellow line on the blue bar of an SQL statement, the left and right sides of the yellow line represent the minimum and maximum execution time of the SQL statement during the the recent data collection cycle respectively. + ### Change Filters On the top of the SQL statement summary page, you can modify the time range of SQL executions to be displayed. You can also filter the list by database in which SQL statements are executed, or by SQL types. The following image shows all SQL executions over the recent data collection cycle (recent 30 minutes by default). From bd9eae7e5d894dc3bed8189cd9f7f10c36f379a3 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:54:57 +0800 Subject: [PATCH 2/3] Update dashboard/dashboard-statement-list.md --- dashboard/dashboard-statement-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard-statement-list.md b/dashboard/dashboard-statement-list.md index 93f93efd31b69..b6d2599d7f456 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -24,7 +24,7 @@ All the data shown on the SQL statement summary page are from the TiDB statement > **Notes:** > -> In the **Mean Latency** column of the SQL statement summary page, the blue bar indicates the average execution time. If there is a yellow line on the blue bar of an SQL statement, the left and right sides of the yellow line represent the minimum and maximum execution time of the SQL statement during the the recent data collection cycle respectively. +> In the **Mean Latency** column of the SQL statement summary page, the blue bar indicates the average execution time. If there is a yellow line on the blue bar for an SQL statement, the left and right sides of the yellow line respectively represent the minimum and maximum execution time of the SQL statement during the recent data collection cycle. ### Change Filters From 960e070f9095e4b69af84149752bb2cd85b1db83 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:55:13 +0800 Subject: [PATCH 3/3] Update dashboard/dashboard-statement-list.md --- dashboard/dashboard-statement-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/dashboard-statement-list.md b/dashboard/dashboard-statement-list.md index b6d2599d7f456..721468ae00772 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -22,7 +22,7 @@ You can use one of the following two methods to access the SQL statement summary All the data shown on the SQL statement summary page are from the TiDB statement summary tables. For more details about the tables, see [TiDB Statement Summary Tables](/statement-summary-tables.md). -> **Notes:** +> **Note:** > > In the **Mean Latency** column of the SQL statement summary page, the blue bar indicates the average execution time. If there is a yellow line on the blue bar for an SQL statement, the left and right sides of the yellow line respectively represent the minimum and maximum execution time of the SQL statement during the recent data collection cycle.