-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
cluster-ui: add explain plan tab for statement insights #90250
Conversation
fcafdd9
to
d5a78b3
Compare
This commit refactors the statement insight details page component from a class component to a functional component. Release note: None
Closes cockroachdb#88093 This commit adds a new tab to the statement insight details page. The page is now separated into two tabs: 1. Overview - what was already on the page (insights details) 2. Explain Plan - the explain plan for the stmt being viewed Release note (ui change): new tab view added to the stmt insight details page: 1. Overview - what was already on the page (insights details) 2. Explain Plan - the explain plan for the stmt being viewed
d5a78b3
to
fe1d3bd
Compare
TFTR! |
Build succeeded: |
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from a7dc5ed to blathers/backport-release-22.2-90250: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 22.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Commit 1
This commit refactors the statement insight details page
component from a class component to a functional component.
Release note: None
Commit 2
cluster-ui: add explain plan tab for statement insights
Closes #88093
This commit adds a new tab to the statement insight details
page. The page is now separated into two tabs:
Release note (ui change): new tab view added to the stmt insight
details page: