prometheus/storage/remote
Bryan Boreham 8a4535e6ad Re-use timer instead of creating new ones on every sample
The docs for `time.After()` note that "The underlying Timer is not
recovered by the garbage collector until the timer fires".
2018-01-24 12:36:29 +00:00
..
client.go Refactor SD configuration to remove config dependency (#3629) 2017-12-29 21:01:34 +01:00
client_test.go Refactor SD configuration to remove config dependency (#3629) 2017-12-29 21:01:34 +01:00
codec.go Refactor remote storage querier handling 2017-11-13 23:19:15 +01:00
codec_test.go Fix remote read labelset corruption (#3456) 2017-11-12 00:47:47 +01:00
ewma.go Initial port of remote storage to v2. 2017-07-12 12:27:57 +01:00
queue_manager.go Re-use timer instead of creating new ones on every sample 2018-01-24 12:36:29 +00:00
queue_manager_test.go Port remote read server to 2.0. 2017-10-26 11:09:14 +01:00
read.go *: adapt to storage interface changes 2017-11-23 19:05:04 +01:00
read_test.go *: adapt to storage interface changes 2017-11-23 19:05:04 +01:00
storage.go Add remote read filter option 2017-11-13 23:30:01 +01:00
write.go Add comment. 2017-10-26 11:09:16 +01:00