The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Chris Marchbanks f0f8e50567
Fix missing remote read spans (#7914)
4 years ago
..
remote Fix missing remote read spans (#7914) 4 years ago
buffer.go storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 5 years ago
buffer_test.go storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 4 years ago
fanout.go tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 4 years ago
fanout_test.go tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 4 years ago
generic.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
interface.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
lazy.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
merge.go Fixed iterator regression: Avoid using heap for each sample when iterating. (#7900) 4 years ago
merge_test.go Fixed iterator regression: Avoid using heap for each sample when iterating. (#7900) 4 years ago
noop.go *: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
secondary.go tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
series.go Fix golint issue caused by incorrect func name (#7756) 4 years ago