You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maxGapSeconds + collectionTime gap detection was only on the
perfmon collector. All other cumulative-counter collectors (file I/O,
wait stats, query stats, procedure stats, memory grants) produced
inflated deltas after app restart because the cached baseline could
be hours old.
Now all CalculateDelta calls pass collectionTime and maxGapSeconds=300
(5 minutes). If the gap since the last cached value exceeds 5 minutes,
the delta is treated as a new baseline (returns 0) instead of
computing against the stale value.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments