57 Commits (160fc4144151d7f77d3395cfc860d3a7b5551957)

Author SHA1 Message Date
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 3 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974) 3 years ago
kongxs 632678a461
Fix spelling mistake (#8879) 4 years ago
Hu Shuai 996848ef40 Fix golint issue 4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 4 years ago
Christian Simon 9781e51f59
Correct spelling of "iterable" (#8713) 4 years ago
Bryan Boreham c7a62b95ce
GetRef() now returns the label set (#8641) 4 years ago
Bryan Boreham d614ae9ecf
[RFC] Add method to get reference number for TSDB Appender (#8600) 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
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 4 years ago
Ben Ye caa173d2aa
Support matchers for Labels API (#8301) 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
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
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
beorn7 f6f4fd6556 tsdb: Do a full rollback upon commit error 5 years ago
李国忠 f7a322fa6d
[comments] change the word "liike" to "like" (#6859) 5 years ago
Bartlomiej Plotka cfba92a133 Addressed comments. 5 years ago
Bartlomiej Plotka 2cf637fbf5 Addressed comments. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Garrett 5a9c4acfbf Pushdown aggregator group by through read hint (#6401) 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
Thomas Jackson 92c6f0c92e Add offset to selectParams (#4226) 6 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 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
Tobias Schmidt 9b0091d487 Add storage.Queryable and storage.QueryableFunc 7 years ago
Thibault Chataigner bf4a279a91 Remote storage reads based on oldest timestamp in primary storage (#3129) 7 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 7 years ago
Fabian Reinartz 0efecea6d4 Adapt storage APIs to uint64 references 7 years ago
Tom Wilkie db8128ceeb Add label set as first parameter to AddFast, ingored by TSDB adapter. 7 years ago
Goutham Veeramachaneni 3069bd3996 Handle scrapes with OutOfBounds metrics better 7 years ago
Fabian Reinartz d289dc55c3 storage: update TSDB 8 years ago
Fabian Reinartz bbcf20ba01 web: deduplicate series in federation 8 years ago
Fabian Reinartz 4e41987bcb storage: add deduplication function 8 years ago
Fabian Reinartz 5772f1a7ba retrieval/storage: adapt to new interface 8 years ago
Fabian Reinartz c691895a0f retrieval: cache series references, use pkg/textparse 8 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 8 years ago
Fabian Reinartz bc20d93f0a storage: rename iterator value getters to At() 8 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 8 years ago
Fabian Reinartz fecf9532b9 *: fix misc compile errors 8 years ago
Fabian Reinartz 622ece6273 *: fix recording tests, migrate matcher types 8 years ago