Commit Graph

156 Commits (7bfed4924e17967ed2d7197dce4eb8bffd75380f)

Author SHA1 Message Date
bwplotka 7bfed4924e Proposed changes to Append CT PR. 2 years ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 2 years ago
Charles Korn 59844498f7
Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 2 years ago
Matthieu MOREL dd8871379a remplace errors.Errorf by fmt.Errorf 2 years ago
Linas Medziunas 1cd6c1cde5 ValidateHistogram: strict Count check in absence of NaNs 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
zenador 80e977aae6
Remove `NewPossibleNonCounterInfo` and minimise creating empty annotations (#13012) 2 years ago
Márcio Carôso dff1c395f6
Expose --storage.tsdb.retention.time in metric prometheus_tsdb_retention_limit_seconds (#12986) 2 years ago
Ganesh Vernekar 4df2f2432b Additionally wrap WBL replay error (#12406) 2 years ago
Ganesh Vernekar f5913266a1
Additionally wrap WBL replay error (#12406) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 2 years ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 2 years ago
Arve Knudsen 4451ba10b4
Add context argument to IndexReader.Postings (#12667) 2 years ago
Arve Knudsen 6ef9ed0bc3
Add context argument to DB.Delete (#12834) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 2 years ago
beorn7 aa82fe198f tsdb: Fix histogram validation 2 years ago
SuperQ 8d38d59fc5
Cleanup temporary chunk snapshot dirs 2 years ago
Łukasz Mierzwa 3c80963e81
Use a linked list for memSeries.headChunk (#11818) 2 years ago
György Krajcsovits d4e355243a tsdbutil/ChunkFromSamplesGeneric should not panic 2 years ago
Justin Lei 32d87282ad
Add Zstandard compression option for wlog (#11666) 2 years ago
Nidhey Nitin Indurkar a8772a4178
Feat: Get block by id directly on promtool analyze & get latest block if ID not provided (#12031) 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Justin Lei c3e6b85631 Reverse test changes 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 817a2396cb Name float values as "floats", not as "values" 2 years ago
Justin Lei 73ff91d182 Test fixes 2 years ago
Alex Le 1936868e9d
Allow populate block logic in compact to be overriden outside Prometheus (#11711) 2 years ago
Ganesh Vernekar 0a3f203c63
Update tests to not assume the chunk implementation 2 years ago
Ganesh Vernekar 0c0c2af7f5
Do not re-encode head chunk in ChunkQuerier 2 years ago
Ganesh Vernekar 1c3f1216b3
tsdb: Test querying after missing wbl with snapshots enabled 2 years ago
Jesus Vazquez 5c3f058755 Add unit test and also protect truncateOOO 2 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints 2 years ago
Ganesh Vernekar 38fa151a7c
tsdb: Only initialise out-of-order fields when required 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 3 years ago
Bryan Boreham 10b27dfb84 Simplify IndexReader.Series interface 3 years ago
Bryan Boreham 4b6a4d1425 Update package tsdb tests for new labels.Labels type 3 years ago
Bryan Boreham d3d96ec887 tsdb/index: use ScratchBuilder to create Labels 3 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 3 years ago
Ganesh Vernekar d0e683e26d
Add TestCompactHeadWithDeletion to test compaction failure after deletion 3 years ago
Ganesh Vernekar 8e29110949
Add/Improve unit tests for compaction with histogram (#11342) 3 years ago
Signed-off-by: Jesus Vazquez 3362bf6d79
Fix merge conflicts 3 years ago
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 3 years ago
Ganesh Vernekar f34aeefe6e
Allow overlapping blocks by default (#11331) 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Ganesh Vernekar 2474c6fb2c
Error on amending histograms on append (#11308) 3 years ago
Ganesh Vernekar d354f20c2a
Add a feature flag to control native histogram ingestion (#11253) 3 years ago
Bryan Boreham 176fa38e76 tsdb: in tests use labels.FromStrings 3 years ago
Ganesh Vernekar d209a29a5b
Add unit test for histogram append and various querying scenarios (#11194) 3 years ago