mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
tmp
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
3155c95c1f
commit
6d7ff42982
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ 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.
|
||||
// TODO(beorn7): test Perhaps make this "polymorphic", including histogram and float-histogram pointers? Then get rid of RefHistogramSample.
|
||||
type RefSample struct {
|
||||
Ref chunks.HeadSeriesRef
|
||||
T int64
|
||||
|
|
|
|||
Loading…
Reference in a new issue