mirror of https://github.com/prometheus/prometheus
``make format`` invocation.
parent
bdb067b47f
commit
669abdfefe
|
@ -189,9 +189,9 @@ func (v view) GetRangeValues(f model.Fingerprint, i model.Interval) (samples []m
|
|||
}
|
||||
|
||||
samples = append(samples, model.SamplePair{
|
||||
Value: iterator.Value().(value).get(),
|
||||
Timestamp: timestamp,
|
||||
})
|
||||
Value: iterator.Value().(value).get(),
|
||||
Timestamp: timestamp,
|
||||
})
|
||||
|
||||
if !iterator.Next() {
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue