prometheus/storage/remote
Tom Wilkie 1d94eb8d95 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:27:19 +01:00
..
client.go Review feedback: limit number of bytes read under error. 2017-06-01 11:21:48 +01:00
client_test.go Review feedback: limit number of bytes read under error. 2017-06-01 11:21:48 +01:00
ewma.go Ensure ewma int64s are always aligned. (#2675) 2017-05-03 14:32:50 -05:00
iterator.go [WIP] Remote Read 2017-03-20 13:13:44 +01:00
queue_manager.go Prevent number of remote write shards from going negative. 2017-07-19 16:27:19 +01:00
queue_manager_test.go Remote writes: retry on recoverable errors. (#2552) 2017-04-07 00:15:41 +02:00
read.go Add remote read external label handling (#2555) 2017-04-02 17:48:15 +02:00
read_test.go Add remote read external label handling (#2555) 2017-04-02 17:48:15 +02:00
remote.pb.go Separate out remote read responses. 2017-04-06 15:49:47 +01:00
remote.proto Separate out remote read responses. 2017-04-06 15:49:47 +01:00
write.go Remote writes: retry on recoverable errors. (#2552) 2017-04-07 00:15:41 +02:00