Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database filter in slow query page doesn't work very well. #1215

Open
crazycs520 opened this issue Apr 18, 2022 · 1 comment
Open

database filter in slow query page doesn't work very well. #1215

crazycs520 opened this issue Apr 18, 2022 · 1 comment

Comments

@crazycs520
Copy link
Collaborator

crazycs520 commented Apr 18, 2022

Bug Report

Please answer these questions before submitting your issue. Thanks!

What did you do?

  1. create a new tidb cluster.
  2. set @@tidb_slow_log_threshold=0;
  3. Use dashboard to query slow log.
  4. Use database filter to filter slow query:
    image

What did you expect to see?

some slow query like this:

image

What did you see instead?

nothing

image

What version of TiDB Dashboard are you using (./tidb-dashboard --version)?

image

@breezewish
Copy link
Member

The filter is "execution database" as shown in the UI. We can discuss whether execution database should be changed to something like related database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants