Reduce first-run lookback to 1 hour for all collectors#340
Merged
erikdarlingdata merged 1 commit intodevfrom Feb 27, 2026
Merged
Reduce first-run lookback to 1 hour for all collectors#340erikdarlingdata merged 1 commit intodevfrom
erikdarlingdata merged 1 commit intodevfrom
Conversation
…335) All 8 collectors with first-run backfill logic now look back 1 hour instead of 3-7 days (or unlimited). The aggressive lookback was a development convenience that becomes catastrophic on large environments — particularly query_store_collector with XML plan decompression on multi-GB Query Store databases, causing timeout→rollback→retry loops. Changed collectors: - 08_collect_query_stats: all DMV data → 1 hour - 09_collect_query_store: 3 days → 1 hour - 10_collect_procedure_stats: all DMV data → 1 hour - 18_collect_cpu_utilization_stats: 7 days → 1 hour - 22_collect_blocked_processes: 3 days → 1 hour - 24_collect_deadlock_xml: 3 days → 1 hour - 28_collect_system_health_wrapper: 3 days → 1 hour - 29_collect_default_trace: all available → 1 hour Clean install verified on sql2016 with zero errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Feb 27, 2026
Merged
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
Collectors changed
query_statsquery_storeprocedure_statscpu_utilization_statsblocked_processesdeadlock_xmlsystem_health_wrapperdefault_traceTest plan
🤖 Generated with Claude Code