prometheus/storage
Julius Volz ab80ced756 storage: separate chunk package, publish more names
This is a followup to https://github.com/prometheus/prometheus/pull/2011.

This publishes more of the methods and other names of the chunk code and
moves the chunk code to its own package. There's some unavoidable
ugliness: the chunk and chunkDesc metrics are used by both packages, so
I had to move them to the chunk package. That isn't great, but I don't
see how to do it better without a larger redesign of everything. Same
for the evict requests and some other types.
2016-09-26 13:25:11 +02:00
..
local storage: separate chunk package, publish more names 2016-09-26 13:25:11 +02:00
metric storage: improve index lookups 2016-07-20 17:35:53 +02:00
remote timeseries: store varbit encoded data into cassandra 2016-09-21 17:56:55 +02:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00