prometheus/storage/remote
Tom Wilkie ec999ff397 Prevent number of remote write shards from going negative.
This can happen in the situation where the system scales up the number of shards massively (to deal with some backlog), then scales it down again as the number of samples sent during the time period is less than the number received.
2017-07-19 16:32:09 +01:00
..
client.go Move protos to ./prompb 2017-07-12 22:06:35 +01:00
client_test.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager.go Prevent number of remote write shards from going negative. 2017-07-19 16:32:09 +01:00
queue_manager_test.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
read.go Make concreteSeriersIterator behave. 2017-07-13 18:33:08 +01:00
read_test.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
storage.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
write.go Add label set as first parameter to AddFast, ingored by TSDB adapter. 2017-07-12 15:20:12 +01:00