-
fix(diagnostics): round stale-window cutoff up so it never exceeds 24h
发布于
2026-06-30 07:08:32 +00:00 Bucketing the last-24h cutoff with floor() widened the window to ~25h, letting
the count include traces slightly older than 24h. Round up instead — the window
stays <=24h while the query key remains hour-stable.Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
下载附件