prometheus/storage
Julius Volz b7b6717438 Separate query interface out of local.Storage.
PromQL only requires a much narrower interface than local.Storage in
order to run queries. Narrower interfaces are easier to replace and
test, too.

We could also change the web interface to use local.Querier, except that
we'll probably use appending functions from there in the future.
2016-06-23 15:14:38 +02:00
..
local Separate query interface out of local.Storage. 2016-06-23 15:14:38 +02:00
metric Anchor regexes in vector matching 2015-11-05 11:23:43 +01:00
remote storage/remote: Spawn not more than "maxConcurrentSends" goroutines. 2016-05-19 16:15:04 +02:00
storage.go Fix deadlock, structure target logging 2016-02-03 10:39:34 +01:00