From 3f12eae984acbc668f1725916a17873317c99d50 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 ff7daba035e9d..dcf759a482e85 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -21,6 +21,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 63f2bca543794675d84236b504dd5b065912d220 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 dcf759a482e85..e36317e2718a1 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -23,7 +23,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 94fe324a8f1daaf88f862aa5cb0d8ca84dfd6f94 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 e36317e2718a1..dc092bd1b650a 100644 --- a/dashboard/dashboard-statement-list.md +++ b/dashboard/dashboard-statement-list.md @@ -21,7 +21,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.