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

Statement fields are not as verbose as slow query fields

Open breezewish opened this issue 4 years ago • 1 comments

Bug Report

Please answer these questions before submitting your issue. Thanks!

What did you do?

See detailed fields in statement UI.

What did you expect to see?

Fields are as verbose as ones in Slow Query:

image

What did you see instead?

Only a few fields are displayed:

image

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

master.

breezewish avatar Jan 04 '21 12:01 breezewish

StmtExecInfo.IsInternal can be included in statement fields as well.

shhdgit avatar Apr 30 '21 02:04 shhdgit