Merge pull request #2681 from prometheus/grobie/reduce-noisy-append-errors

Handle errSeriesDropped correctly
pull/2765/head
Fabian Reinartz 8 years ago committed by GitHub
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…
Cancel
Save