tidb-dashboard
tidb-dashboard copied to clipboard
A Web UI for monitoring, diagnosing and managing the TiDB cluster.
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** As described in https://asktug.com/t/topic/1028196, 2023/07/06 is last year, shouldn't show the week of this...
## Bug Report **What did you do?** 1. Build tidb-dashboard binary. ```shell SKIP_GEN_API=1 make package ``` 2. Run TiDB cluster. ```shell tiup playground ``` 3. Run standalone tidb-dashboard with `--path-prefix`....
## Feature Request **Is your feature request related to a problem? Please describe:** We deployed TiDb via tidb-operator. We are also configuring PodMonitor for prometheus-operator for external prometheus. When we...
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** Dashboard estimation is inaccurate (estimated 15Gi, actual 100Gi) **What did you expect to see?**...
## Question Do I need a paid account to use the dashboard of the pd-cluster that my TiKV instance uses? I have a box on Digital Ocean that I am...
## Bug Report **What did you do?** Just click the login button. **What did you expect to see?** Login successful. **What did you see instead?** Stuck. **What version of TiDB...
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** search log like `len(tables)==0` will return empty data. **What did you expect to see?**...
This PR fixes some security issues. - Use of inherently dangerous function in `pkg/apiserver/logsearch/task.go`. - Potential SQL injection in `pkg/apiserver/statement/queries.go`. (In reality, only SQL digests are concatenated, so this won’t...
## Bug Report Please answer these questions before submitting your issue. Thanks! **What did you do?** Download a csv of slow queries **What did you expect to see?** Values are...
## Question Hi can I use tidb-dashboard with a TIKV only deployment ? thanks