60 Commits (d5f68872943062d4535ef8cffc53b4613a541d11)

Author SHA1 Message Date
Bryan Boreham 63cdd6dbe1 storage: skip merging when no remote storage configured 10 months ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733) 12 months ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 2 years ago
Paschalis Tsilias d1122e0743
Introduce TSDB changes for appending metadata to the WAL (#10972) 2 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 3 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 3 years ago
Ganesh Vernekar 04ad56d9b8
Append sparse histograms into the Head block (#9013) 3 years ago
Ganesh Vernekar 64bea6999e
HistogramAppender interface for sparse histograms (#9007) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 4 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 4 years ago
Bartlomiej Plotka 3d8826a3d4
MultiError: Refactored MultiError for more concise and safe usage. (#8066) 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Bartlomiej Plotka 28c5cfaf0d
tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 4 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
Annanay 7f98a744e5 Add context to Appender interface 4 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 4 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Callum Styan be13a4ba7e
Compare querier storage to primary storage via reflect.DeepEqual. (#7050) 5 years ago
Bartlomiej Plotka d5c33877f9
storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 5 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Chris Marchbanks 3128875ff4
Fix panic when a remote read store errors (#6975) 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
李国忠 3cd6a5b050
Storage concurrently tests and bug fix (#6808) 5 years ago
李国忠 40dd13b074
Storage concurrently (#6770) 5 years ago
Peter Štibraný 08c5549055
Document that NewMergeSeriesSet expects individual sets to be sorted. (#6718) 5 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Thomas Jackson 91d7175eaa Add storage.Warnings to LabelValues and LabelNames (#5673) 6 years ago
Tom Wilkie 6e08029b56
Move err to be the last return value from storage.Select. (#5054) 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 6 years ago
Ganesh Vernekar ca93fd544b /api/v1/labels endpoint for getting all label names (#4835) 6 years ago
Brian Brazil 78efdc6d6b
Avoid infinite loop on duplicate NaN values. (#4275) 7 years ago
Tom Wilkie ba418780be Dedupe samples in the mergeIterator. 7 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 7 years ago
Tom Wilkie 749781edf3 Also, don't make a mergeSeriesSet if there is only one SeriesSet. 7 years ago
Tom Wilkie 48e39068bd Don't allocate a mergeSeries if there is only one series to merge. 7 years ago
Ed Schouten bb724f1bef Deprecate DeduplicateSeriesSet() in favor of NewMergeSeriesSet(). 7 years ago
Fabian Reinartz 83cd270ea4 *: adapt to storage interface changes 7 years ago
Tom Wilkie 48a7a00a38 Fast path the merge querier (#3358) 7 years ago
Tom Wilkie 0e572686db Revert "Bypass the fanout storage merging if no remote storage is configured." 7 years ago
Tom Wilkie 4bbef0ec30 Bypass the fanout storage merging if no remote storage is configured. 7 years ago
Thibault Chataigner bf4a279a91 Remote storage reads based on oldest timestamp in primary storage (#3129) 7 years ago
Julius Volz 9ef8518b37 Remove "package remote" garbage from license headers (#3304) 7 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago