From 280289185ab66c1a0fdc8a73362e5ccbdab64924 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 28 Mar 2026 06:28:07 +0100 Subject: [PATCH] Add checkpointReader to ReleaseNotes Entire-Checkpoint: ea34ae75e21a --- ReleaseNotes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 461df2a2..48bf82ec 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -60,6 +60,14 @@ This is also the default. - **Explicit node state queries in node view**: Node health and scheduler state are now fetched independently from metric data for fresher status information. +### New tools + +- **binaryCheckpointReader**: New utility tool (`tools/binaryCheckpointReader`) + that reads `.wal` or `.bin` checkpoint files produced by the metricstore + WAL/snapshot system and dumps their contents to a human-readable `.txt` file. + Useful for debugging and inspecting checkpoint data. Usage: + `go run ./tools/binaryCheckpointReader ` + ### Logging improvements - **Reduced tagger log noise**: Missing metrics and expression evaluation errors