prometheus/storage/remote
Tariq Ibrahim 3f7ed7de49 Adding new metric type to track in-flight remote read queries. (#4677)
Signed-off-by: tariqibrahim <tariq.ibrahim@microsoft.com>
2018-10-10 14:48:32 -07:00
..
client.go
client_test.go
codec.go Reduce memory usage of remote read by reducing pointer usage. (#4655) 2018-09-25 19:14:00 +01:00
codec_test.go Reduce memory usage of remote read by reducing pointer usage. (#4655) 2018-09-25 19:14:00 +01:00
ewma.go
queue_manager.go
queue_manager_test.go Reduce memory usage of remote read by reducing pointer usage. (#4655) 2018-09-25 19:14:00 +01:00
read.go Adding new metric type to track in-flight remote read queries. (#4677) 2018-10-10 14:48:32 -07:00
read_test.go Reduce memory usage of remote read by reducing pointer usage. (#4655) 2018-09-25 19:14:00 +01:00
storage.go
write.go