Show elapsed time and Generated SQL for search timeline view#2384
Show elapsed time and Generated SQL for search timeline view#2384vinzee wants to merge 2 commits into
Conversation
|
|
@vinzee is attempting to deploy a commit to the HyperDX Team on Vercel. A member of the Team first needs to authorize it. |
Deep Review🔴 P0/P1 -- must fix
🟡 P2 -- recommended
🔵 P3 nitpicks (11)
Reviewers (10): correctness, testing, maintainability, project-standards, agent-native, learnings-researcher, adversarial, kieran-typescript, julik-frontend-races, previous-comments. Testing gaps:
|
Shows scanned row count and elapsed query time inline on the search page. Adds a code icon button that opens a modal with the formatted generated SQL.
e1c22e2 to
37c6108
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
karl-power
left a comment
There was a problem hiding this comment.
Thanks @vinzee - nice features. Can you check the P0/P1 issues from the deep review and update if needed?
I also noticed this flicker on the generated SQL after each poll
Untitled.mov
Please also add a changeset when ready.
Summary
Shows scanned row count and elapsed query time inline on the search page. Adds a code icon button that opens a modal with the formatted generated SQL (similar to the modal in results table).
Screenshots or video
Elapsed time with the

Show Generated SQLbutton:Modal showing SQL for the timeline view:

How to test on Vercel preview
Preview routes:
Steps:
References