Release v1.2.3#122
Merged
Merged
Conversation
* Add a Range Navigator Slicer/Filter to the querystore screen : the metric display in background of the range is base on the sorting metric in the drop down selector Auto fetch when opening the query store * improve RangeTime Slicer : - Fix selection bugs : fetch is relaunch when moving - Selection default selection on top 25 query limited to 24h using Rangetime which display the time selection - number of hours selected in the Range selector is displayed in the top left of the Rangetime selector * Enable dynamic metric switching in Query Store grid Add SelectionChanged handler for "Order by" ComboBox to allow users to switch metrics and refresh data without losing time range selection. Preserve slicer selection across metric changes and suppress redundant fetches. Remove row limit from time-slice SQL query to ensure all data is available for the slicer : using where filtering only * filtering grid using query_store_endtime_stats_interval.starttime and instead of query_store_runtime_stats.last_execution_time only * try to add supplemental filters on query_store_runtime_stats.first_execution_time to filter on fact table first
- Time display ComboBox on QS grid toolbar: Local, UTC, Server modes - TimeDisplayHelper shared across grid, slicer, and history window - Server UTC offset fetched on connect via DATEDIFF(MINUTE, GETUTCDATE(), GETDATE()) - All timestamps update live when switching modes - Parameterized hoursBack and daysBack in QueryStoreService SQL queries Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bump to v1.2.3
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.
Time display picker + auto-update test.