Signed-off-by: Owen Williams <owen.williams@grafana.com>
This commit is contained in:
Owen Williams 2026-02-03 13:58:47 -05:00
parent 7ca860ee50
commit 16758edefe
No known key found for this signature in database
GPG key ID: 711C61A216D34A69

View file

@ -160,9 +160,9 @@ type RefSeries struct {
// RefSample is a timestamp/value pair associated with a reference to a series.
// TODO(beorn7): Perhaps make this "polymorphic", including histogram and float-histogram pointers? Then get rid of RefHistogramSample.
type RefSample struct {
Ref chunks.HeadSeriesRef
ST, T int64
V float64
Ref chunks.HeadSeriesRef
ST, T int64
V float64
}
// RefMetadata is the metadata associated with a series ID.