prometheus/util
Julius Volz 3bfec97d46 Make the storage interface higher-level.
See discussion in
https://groups.google.com/forum/#!topic/prometheus-developers/bkuGbVlvQ9g

The main idea is that the user of a storage shouldn't have to deal with
fingerprints anymore, and should not need to do an individual preload
call for each metric. The storage interface needs to be made more
high-level to not expose these details.

This also makes it easier to reuse the same storage interface for remote
storages later, as fewer roundtrips are required and the fingerprint
concept doesn't work well across the network.

NOTE: this deliberately gets rid of a small optimization in the old
query Analyzer, where we dedupe instants and ranges for the same series.
This should have a minor impact, as most queries do not have multiple
selectors loading the same series (and at the same offset).
2016-07-25 13:59:22 +02:00
..
cli Add a command to promtool that dumps metadata of heads.db 2016-03-07 16:21:57 +01:00
flock Add missing license headers 2016-04-13 16:08:22 +02:00
httputil Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
stats Make the storage interface higher-level. 2016-07-25 13:59:22 +02:00
strutil Unify duration parsing 2016-01-29 15:41:50 +01:00
testutil Fix minor typo 2016-02-22 23:25:17 +00:00
treecache Add missing license headers 2016-04-13 16:08:22 +02:00