[timeseries] Added query stats panel to timeseries UI#17423
Merged
ankitsultana merged 2 commits intoapache:masterfrom Dec 29, 2025
Merged
[timeseries] Added query stats panel to timeseries UI#17423ankitsultana merged 2 commits intoapache:masterfrom
ankitsultana merged 2 commits intoapache:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17423 +/- ##
============================================
+ Coverage 63.26% 63.30% +0.03%
Complexity 1474 1474
============================================
Files 3154 3154
Lines 187940 187940
Branches 28771 28771
============================================
+ Hits 118907 118969 +62
+ Misses 59819 59749 -70
- Partials 9214 9222 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jayeshchoudhary
approved these changes
Dec 25, 2025
ankitsultana
approved these changes
Dec 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a stats panel to the Timeseries query UI and consolidates broker response processing logic between SQL and Timeseries query flows.
Since #17414 replaces broker compatible timeseries API to be leveraged for all timeseries flows, this PR also consolidates broker response processing logic into reusable utilizes for both SQL and timeseries query.
Testing
Successfully tested that the stats panel is visible correctly in both timeseries and SQL flow.
Screen.Recording.2025-12-23.at.7.05.10.PM.mov
Note: It is noticed that for timeseries queries, the timeUsedMs is showing to be 0, possibly an oversight in the implementation in #17170. It will be fixed in a subsequent PR.