tidb-dashboard
tidb-dashboard copied to clipboard
A Web UI for monitoring, diagnosing and managing the TiDB cluster.
## What did - Extend the start options, make it more configurable from outside, to support cloud ngm slow query and top sql app
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** Search a key word such as "delete" in SQL statement page **What did you...
## Feature Request **Is your feature request related to a problem? Please describe:** Make the profile result more readable **Describe the feature you'd like:** https://github.com/pingcap/tidb-dashboard/blob/22ad520874613023b0821dcc8a3853afda3819ea/pkg/apiserver/profiling/pprof.go#L51-L58 I suggest using `/debug/pprof/goroutine?debug=2` for...
## Question TiDB 5.4.1 After login in dashboard, some metric or panel in home page report error "request failed with status code 500".   If refresh home or other...
This PR adds the action to search in sql statements for top sql record in the table. 
The component name might be changed later. Ref #1651
This PR implements the top slow query feature. 
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** After deploy pdms in master as followings:  No related monitor in...
## Feature Request As a continuation of work on https://github.com/pingcap/tidb-dashboard/issues/1625. We should support showing multiple partitions on an instance. The current data model only supports one single partition (both BE...