tidb-dashboard icon indicating copy to clipboard operation
tidb-dashboard copied to clipboard

A Web UI for monitoring, diagnosing and managing the TiDB cluster.

Results 158 tidb-dashboard issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

type/bug

## 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`....

type/bug

## 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...

status/discussion
type/feature-request

## 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?**...

type/bug

## 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...

type/bug

## 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?**...

type/bug

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...

size/L

## 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...

type/bug

## Question Hi can I use tidb-dashboard with a TIKV only deployment ? thanks