prometheus/storage
Julius Volz 1a2c645dfa Correctly handle error unwrapping in rules and remote write receiver
errors.Unwrap() actually dangerously returns nil if the error does not have an
Unwrap() method, which is the case in at least one of these places where I
noticed that no error was being logged at all when it should have.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
2022-12-15 12:50:55 +01:00
..
remote Correctly handle error unwrapping in rules and remote write receiver 2022-12-15 12:50:55 +01:00
buffer.go storage: Avoid duplicate function call in sampleRingIterator (#11502) 2022-11-01 13:34:47 -04:00
buffer_test.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
fanout.go Merge branch 'main' into sparsehistogram 2022-08-10 17:54:37 +02:00
fanout_test.go
generic.go
interface.go Merge pull request #11485 from t00350320/prometheus-office 2022-11-16 15:09:49 +01:00
lazy.go
memoized_iterator.go
memoized_iterator_test.go Merge 'main' into sparsehistogram 2022-10-05 22:14:49 +02:00
merge.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
merge_test.go Fix merge conflicts 2022-10-11 22:53:37 +05:30
noop.go
secondary.go
series.go Implement vertical compaction for native histograms (#11184) 2022-08-22 19:04:39 +05:30
series_test.go