prometheus/storage/remote
Chris Marchbanks f0f8e50567
Fix missing remote read spans (#7914)
The remote read client needs to use the nethttp.Transport wrapper in
order for spans to be instrumented properly.

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
2020-09-09 14:03:48 +02: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 Replace sync/atomic with uber-go/atomic (#7683) 2020-07-30 13:15:42 +05:30
intern_test.go Replace sync/atomic with uber-go/atomic (#7683) 2020-07-30 13:15:42 +05:30
max_gauge.go
queue_manager.go Replace sync/atomic with uber-go/atomic (#7683) 2020-07-30 13:15:42 +05:30
queue_manager_test.go use remote.Storage in TestSampleDelivery instead of direct creation of QueueManager (#4758) 2020-08-11 12:37:03 -07: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 storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 2020-06-24 14:41:52 +01: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 Address comments 2020-07-30 16:41:13 +05:30
write_test.go Apply gofmt -s on storage/remote/write_test.go (#7791) 2020-08-12 19:55:42 -06:00