prometheus/rules
Julien Pivotto 8907ba6235 Make TSDB use storage errors
This fixes #6992, which was introduced by #6777. There was an
intermediate component which translated TSDB errors into storage errors,
but that component was deleted and this bug went unnoticed, until we
were watching at the Prombench results. Without this, scrape will fail
instead of dropping samples or using "Add" when the series have been
garbage collected.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2020-03-17 22:24:25 +01:00
..
fixtures rules: Make deleted rule series as stale after a reload (#6745) 2020-02-12 16:22:18 +01:00
alerting.go Fix build errors in rest of prometheus 2020-02-17 16:09:23 +01:00
alerting_test.go Comment fixes 2020-02-17 16:09:23 +01:00
manager.go Make TSDB use storage errors 2020-03-17 22:24:25 +01:00
manager_test.go Merge branch 'master' into split_parser 2020-02-19 15:18:13 +01:00
recording.go Fix build errors in rest of prometheus 2020-02-17 16:09:23 +01:00
recording_test.go Comment fixes 2020-02-17 16:09:23 +01:00