prometheus/storage
beorn7 ae286385fd storage: Check for negative values from varint decoding
Sadly, we have a number of places where we use varint encoding for
numbers that cannot be negative. We could have saved a bit by using
uvarint encoding. On the bright side, we now have a 50% chance to
detect data corruption. :-/

Fixes #1800 and #2492.
2017-04-04 19:14:52 +02:00
..
fanin Fix unstable fanin test (#2558) 2017-04-03 13:02:15 +02:00
local storage: Check for negative values from varint decoding 2017-04-04 19:14:52 +02:00
metric storage: improve index lookups 2016-07-20 17:35:53 +02:00
remote Add remote read external label handling (#2555) 2017-04-02 17:48:15 +02:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00