mirror of https://github.com/prometheus/prometheus
Update comment for ErrOutOfOrderSample (#563)
Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>pull/5805/head
parent
62cfe4446f
commit
837ae9aaa0
2
head.go
2
head.go
|
@ -39,7 +39,7 @@ var (
|
|||
ErrNotFound = errors.Errorf("not found")
|
||||
|
||||
// ErrOutOfOrderSample is returned if an appended sample has a
|
||||
// timestamp larger than the most recent sample.
|
||||
// timestamp smaller than the most recent sample.
|
||||
ErrOutOfOrderSample = errors.New("out of order sample")
|
||||
|
||||
// ErrAmendSample is returned if an appended sample has the same timestamp
|
||||
|
|
Loading…
Reference in New Issue