prometheus/cmd/prometheus
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
..
config.go storage: separate chunk package, publish more names 2016-09-26 13:25:11 +02:00
config_test.go vendor: update govalidator (#2023) 2016-09-23 01:06:51 +02:00
main.go cmd/prometheus/main.go: Fix typo in comment 2016-09-21 21:59:25 +01:00