diff --git a/tsdb/chunkenc/chunk.go b/tsdb/chunkenc/chunk.go index 430b77abb..fa67c1cf4 100644 --- a/tsdb/chunkenc/chunk.go +++ b/tsdb/chunkenc/chunk.go @@ -73,7 +73,7 @@ type Appender interface { } // 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 { // Next advances the iterator by one. Next() bool