From dfa45207435cce0d972b89ef1dff7194bdb74a70 Mon Sep 17 00:00:00 2001 From: bwplotka Date: Fri, 6 Feb 2026 09:58:02 +0000 Subject: [PATCH] [EXPERIMENT] Exaggerated RefSample extension; ordered. Signed-off-by: bwplotka --- tsdb/record/record.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tsdb/record/record.go b/tsdb/record/record.go index 106b8e51bc..8171b09a0f 100644 --- a/tsdb/record/record.go +++ b/tsdb/record/record.go @@ -163,6 +163,13 @@ type RefSample struct { Ref chunks.HeadSeriesRef T int64 V float64 + + // Exaggerated extension of the core struct to debug + // https://github.com/prometheus/prometheus/issues/18022#issuecomment-3858987142 + // + // This time, moving to the end of the struct, would it make a difference? + ST int64 + SomeOtherField1, SomeOtherField2, SomeOtherField3 int64 } // RefMetadata is the metadata associated with a series ID.