prometheus/storage/remote
Harkishen Singh 072b9649a3
Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934)
* Refactor global vars to avoid failure with run test more than once.

Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>

* Register highestRecvTimestamp metric.

Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>

* Use local interner vars.

Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>

* Declare interner in write storage.

Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
2020-09-24 12:44:18 -06:00
..
chunked.go Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 2020-04-15 11:17:41 +01:00
chunked_test.go Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 2020-04-15 11:17:41 +01:00
client.go Fix missing remote read spans (#7914) 2020-09-09 14:03:48 +02:00
client_test.go Exports recoverable error (#7689) 2020-07-29 11:08:25 -06:00
codec.go storage/remote: remove unused code now that tsdb implements ChunkQuerier (#7715) 2020-08-03 10:13:36 +02:00
codec_test.go Add a unit test for MergeLabels in storage/remote/codec.go. (#7499) 2020-07-04 22:17:19 -06:00
ewma.go Replace sync/atomic with uber-go/atomic (#7683) 2020-07-30 13:15:42 +05:30
intern.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
intern_test.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
max_gauge.go resolve race condition in maxGauge (#5647) 2019-06-13 20:55:08 +01:00
queue_manager.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
queue_manager_test.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
read.go storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 2020-06-24 14:41:52 +01:00
read_test.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
storage.go Rename `remote.newReadClient()` to `remote.NewReadClient()` (#7881) 2020-09-02 17:15:10 +01:00
storage_test.go storage/remote: add tests for config changes 2020-04-13 22:32:37 +00:00
write.go Refactor vars to avoid test failures in storage/remote with -count > 1 (#7934) 2020-09-24 12:44:18 -06:00
write_test.go Apply gofmt -s on storage/remote/write_test.go (#7791) 2020-08-12 19:55:42 -06:00