prometheus/storage
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
..
remote Fix missing remote read spans (#7914) 2020-09-09 14:03:48 +02:00
buffer.go storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 2020-03-24 20:15:47 +00:00
buffer_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
fanout.go tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 2020-08-03 11:32:56 +01:00
fanout_test.go tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 2020-08-03 11:32:56 +01:00
generic.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
interface.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
lazy.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
merge.go Fixed iterator regression: Avoid using heap for each sample when iterating. (#7900) 2020-09-08 16:23:01 +02:00
merge_test.go Fixed iterator regression: Avoid using heap for each sample when iterating. (#7900) 2020-09-08 16:23:01 +02:00
noop.go *: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 2020-06-09 17:57:31 +01:00
secondary.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 2020-07-31 16:03:02 +01:00
series.go Fix golint issue caused by incorrect func name (#7756) 2020-08-06 20:27:37 +01:00