Specify that returned samples must be ordered by timestamp. (#6877)
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
This commit is contained in:
parent
ddd4dcec19
commit
1d396b96dc
|
@ -73,7 +73,7 @@ type Appender interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Iterator is a simple iterator that can only get the next value.
|
// Iterator is a simple iterator that can only get the next value.
|
||||||
// Iterator iterates over the samples of a time series.
|
// Iterator iterates over the samples of a time series, in timestamp-increasing order.
|
||||||
type Iterator interface {
|
type Iterator interface {
|
||||||
// Next advances the iterator by one.
|
// Next advances the iterator by one.
|
||||||
Next() bool
|
Next() bool
|
||||||
|
|
Loading…
Reference in New Issue