mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
[EXPERIMENT] Exaggerated RefSample extension; ordered.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
3155c95c1f
commit
dfa4520743
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue