tidb-dashboard
tidb-dashboard copied to clipboard
A Web UI for monitoring, diagnosing and managing the TiDB cluster.
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, we have found the following fields in the slow query page that have not been added...
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** I compiled tidb-dashboard from source, ran the binary, loaded the webpage, and clicked the...
## Feature Request **Is your feature request related to a problem? Please describe:** A simple query editor is now implemented in https://github.com/pingcap-incubator/tidb-dashboard/pull/713. Its functionality is very limited so that it...
## Feature Request **Is your feature request related to a problem? Please describe:** We commonly face these issues: - How many miss replicas are there? Do they distribute on a...
## Feature Request **Is your feature request related to a problem? Please describe:** N/A **Describe the feature you'd like:** It's better to show the current storage status on each topology...
We have introduced `@elastic/chart` in #1035. However, the latest version of `@elastic/chart` requires `typescript` version greater than v4, but currently there are problems with upgrading ts versions of `react-scripts`. And...
## Feature Request **Is your feature request related to a problem? Please describe:** Now user may send requests to invalid components. **Describe the feature you'd like:** Bring back defenses like...
## Bug Report This is the bug tracking issue for https://github.com/pingcap/tidb-dashboard/pull/1089
## Feature Request **Is your feature request related to a problem? Please describe:** Now we have `useClientRequest`. However it has several problems: 1. Does not support cache in nature 2....
## Description This task is to support the dark theme for frontend pages. (Ant Design 4.0 supports the dark theme, so this issue should start after #122 is done) ##...