mirror of
https://github.com/prometheus/prometheus
synced 2024-12-28 09:42:22 +00:00
c13b1ecfe9
This finally extracts all the common code of the two chunk iterators into one. Any future chunk encodings with fast access by index can use the same iterator by simply providing an indexAccessor. Other future chunk encodings without fast index access (like Gorilla-style) can still implement the chunkIterator interface as usual. |
||
---|---|---|
.. | ||
local | ||
metric | ||
remote | ||
storage.go |