mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Merge pull request #2681 from prometheus/grobie/reduce-noisy-append-errors
Handle errSeriesDropped correctly
This commit is contained in:
commit
025f5531ad
|
@ -639,6 +639,7 @@ loop:
|
|||
case storage.ErrNotFound:
|
||||
ok = false
|
||||
case errSeriesDropped:
|
||||
err = nil
|
||||
continue
|
||||
case storage.ErrOutOfOrderSample:
|
||||
sl.l.With("timeseries", string(met)).Debug("Out of order sample")
|
||||
|
|
Loading…
Reference in a new issue