diff --git a/dashboard/dashboard-slow-query.md b/dashboard/dashboard-slow-query.md index eb8290c58ed86..d2d9e9de001c8 100644 --- a/dashboard/dashboard-slow-query.md +++ b/dashboard/dashboard-slow-query.md @@ -35,6 +35,12 @@ Click **Columns** on the page and you can choose to see more columns. You can mo ![Show more columns](/media/dashboard/dashboard-slow-queries-list2-v620.png) +### Export slow queries locally + +Click ☰ (**More**) in the upper-right corner of the page to display the **Export** option. After you click **Export**, TiDB Dashboard exports slow queries in the current list as a CSV file. + +![Export slow queries locally](/media/dashboard/dashboard-slow-queries-export-v651.png) + ### Sort by column By default, the list is sorted by **Finish Time** in the descending order. Click column headings to sort by the column or switch the sorting order: diff --git a/media/dashboard/dashboard-slow-queries-export-v651.png b/media/dashboard/dashboard-slow-queries-export-v651.png new file mode 100644 index 0000000000000..b587f8ead4fbf Binary files /dev/null and b/media/dashboard/dashboard-slow-queries-export-v651.png differ