prometheus/storage
beorn7 c72979e3ed Remove a redundancy from Gorilla-style chunks
So far, the last sample in a chunk was saved twice. That's required
for adding more samples as we need to know the last sample added to
add more samples without iterating through the whole chunk. However,
once the last sample was added to the chunk before it's full, there is
no need to save it twice. Thus, the very last sample added to a chunk
can _only_ be saved in the header fields for the last sample. The
chunk has to be identifiable as closed, then. This information has
been added to the flags byte.
2016-03-20 23:09:48 +01:00
..
local Remove a redundancy from Gorilla-style chunks 2016-03-20 23:09:48 +01:00
metric Anchor regexes in vector matching 2015-11-05 11:23:43 +01:00
remote Return error on sample appending 2016-02-02 14:01:44 +01:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00