mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
Merge 760efe8ee8 into 7769495a4a
This commit is contained in:
commit
8bc41f4438
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
T int64
|
||||
V float64
|
||||
Ref chunks.HeadSeriesRef
|
||||
ST, T int64
|
||||
V float64
|
||||
}
|
||||
|
||||
// RefMetadata is the metadata associated with a series ID.
|
||||
|
|
|
|||
Loading…
Reference in a new issue