prometheus/storage
Anand Sanmukhani f4a1b3cef6
Rename remote.newReadClient() to remote.NewReadClient() (#7881)
This should make the `NewReadClient()` exported outside the `remote` package

Signed-off-by: Anand Sanmukhani <asanmukh@redhat.com>
2020-09-02 17:15:10 +01:00
..
remote Rename remote.newReadClient() to remote.NewReadClient() (#7881) 2020-09-02 17:15:10 +01: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 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
merge_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
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