From 3160f8424c2004fdff84ffd4fdfc88b3041327a4 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:07:43 -0500 Subject: [PATCH] Add collection log drill-down and daily summary to Lite (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collection log drill-down: double-click a collector in Health Summary to see its full history (runs, duration breakdown, errors). Daily summary: new tab with date picker showing aggregated daily metrics — total waits, top wait type, deadlocks, blocking, high CPU, and collection errors for the selected day. Closes #138 Co-Authored-By: Claude Opus 4.6 --- Lite/Controls/ServerTab.xaml | 60 ++++++++- Lite/Controls/ServerTab.xaml.cs | 53 +++++++- .../LocalDataService.CollectionHealth.cs | 49 +++++++ .../Services/LocalDataService.DailySummary.cs | 127 ++++++++++++++++++ Lite/Windows/CollectionLogWindow.xaml | 81 +++++++++++ Lite/Windows/CollectionLogWindow.xaml.cs | 80 +++++++++++ 6 files changed, 448 insertions(+), 2 deletions(-) create mode 100644 Lite/Services/LocalDataService.DailySummary.cs create mode 100644 Lite/Windows/CollectionLogWindow.xaml create mode 100644 Lite/Windows/CollectionLogWindow.xaml.cs diff --git a/Lite/Controls/ServerTab.xaml b/Lite/Controls/ServerTab.xaml index db802ed1..127df301 100644 --- a/Lite/Controls/ServerTab.xaml +++ b/Lite/Controls/ServerTab.xaml @@ -1130,6 +1130,63 @@ + + + + + + + + + + + +