mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 04:16:15 +02:00
Update tsdb/chunkenc/chunk.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
parent
6137de085e
commit
06a59346fe
@ -152,7 +152,7 @@ type Iterator interface {
|
||||
// Before the iterator has advanced, the behaviour is unspecified.
|
||||
AtT() int64
|
||||
// AtST returns the current start timestamp.
|
||||
// Return 0 if the start timestamp is not implemented or not set.
|
||||
// Returns 0 if the start timestamp is not implemented or not set.
|
||||
// Before the iterator has advanced, the behaviour is unspecified.
|
||||
AtST() int64
|
||||
// Err returns the current error. It should be used only after the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user