Skip to content

v2026-03-12.1 - Connection Monitor Range Performance

Choose a tag to compare

@itsDNNS itsDNNS released this 12 Mar 10:17
· 813 commits to main since this release
e2b4920

Highlights

  • Chart payloads capped at 1440 points for 24h+ ranges, cutting 7d responses from ~60k to ~1440 samples.
  • Long ranges now cascade through tiered resolutions (raw, 1-min, 5-min, 1-hour) based on data age instead of using a single tier.
  • Stats cards use exact DB aggregates via a dedicated stats endpoint instead of deriving from compressed chart data.
  • Resolution indicator shows the actual tier mix for blended ranges.

Additional Changes

  • Exclusive tier boundaries prevent duplicate samples at cutoff timestamps.
  • Default API calls without explicit range stay on raw-only instead of cascading.

Included Commits

  • dfc1beb fix(connection-monitor): improve range performance (#201)
  • d193855 fix(connection-monitor): blend long-range sample tiers
  • df6006c fix(connection-monitor): preserve raw-only default range
  • e2b4920 fix(connection-monitor): refine range metadata (#202)