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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
16
16
-`DNS Resolver Matrix` is now streamlined into a high-signal default view (4 core cards) with optional expand/collapse for secondary metrics.
17
17
-`Query Type Counters` redesigned into a compact footprint to reduce visual noise while preserving quick type distribution visibility.
18
18
- Dashboard control toolbar (refresh/auto/ws chips) is hidden by default and can be toggled from the title area.
19
+
-`Traffic Stability & QPS Over Time` now renders on a 1-second UI heartbeat while keeping backend polling lightweight, reducing chart freeze during high-variance traffic spikes.
19
20
20
21
### Performance
21
22
- Default top tracker retention increased to `2000` for clients/domains (`web.top_clients_limit`, `web.top_domains_limit`) to match high-cardinality operational monitoring needs.
23
+
- Time-series aggregation interval moved from 10s to 1s for smoother and more responsive dashboard trend lines.
24
+
25
+
### Fixed
26
+
- Web update endpoint now handles read-only filesystem installs gracefully and returns a clear operator hint instead of a generic temp-file failure.
@@ -85,7 +86,7 @@ On first run (no config file), the dashboard shows an interactive setup wizard:
85
86
86
87
| Page | Description |
87
88
|------|-------------|
88
-
|**Dashboard**| Real-time DNS stats with compact matrix view, expandable secondary metrics, paged Top Clients/Top Domains (up to 2000), and inline domain cache-query modal |
89
+
|**Dashboard**| Real-time DNS stats with compact matrix view, expandable secondary metrics, 1-second chart redraw cadence, paged Top Clients/Top Domains (up to 2000), and inline domain cache-query modal |
89
90
|**Queries**| Live DNS query stream via WebSocket — filterable, pausable, DNSSEC badges, blocked indicators |
0 commit comments