Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard statement list: add a note to explain the blue bar and yellow line #6189

Merged
merged 3 commits into from
Aug 31, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dashboard/dashboard-statement-list.md
  • Loading branch information
TomShawn authored Aug 31, 2021
commit 960e070f9095e4b69af84149752bb2cd85b1db83
2 changes: 1 addition & 1 deletion dashboard/dashboard-statement-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down