Commit Graph

103 Commits (callum-track-series-segment)

Author SHA1 Message Date
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
Vernon Miller ca0abf26c5
Adds an affirmative log message for successful WAL repair (#12135) 3 years ago
Đurica Yuri Nikolić c9b85afd93
Making the number of CPUs used for WAL replay configurable (#12066) 3 years ago
Bryan Boreham 543c318ec2 Update package tsdb for new labels.Labels type 3 years ago
Bryan Boreham 6bdecf377c
Switch from 'sanity' to more inclusive lanuage (#9376) 3 years ago
tanghengjian 982007ecab
GetRefByhash will query a label's ref with hash value rather than lset.Hash(). 3 years ago
Viacheslav Panasovets 3d2e18bad5
Fix time.Since() in defer. Wrap in anonymous function (#11489) 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
Bryan Boreham ff00dee262
tsdb: turn off transaction isolation for head compaction (#11317) 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Ganesh Vernekar d354f20c2a
Add a feature flag to control native histogram ingestion (#11253) 3 years ago
Abirdcfly 314aa45c2c
chore: remove duplicate word in comments (#11225) 3 years ago
Łukasz Mierzwa d65f037def
Don't increment prometheus_tsdb_compactions_failed_total when context is canceled (#10772) 4 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 4 years ago
Howie 1291ec7185
deleting *.tmp WAL files on startup (#10317) 4 years ago
cui fliter c9b56d1a49
all: fix some typos (#10389) 4 years ago
Mauro Stettler 0df3489275
Write chunks via queue, predicting the refs (#10051) 4 years ago
Darshan Chaudhary 9dcf8b2208
Add the ability to disable tsdb isolation (#9270) 4 years ago
Dieter Plaetinck 0fac9bb859
Add basic initial developer docs for TSDB (#9451) 4 years ago
Robert Fratto 72a9f7fee9
Share TSDB locker code with agent (#9623) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Darshan Chaudhary 1f688657bf
Call delete on head if interval overlaps (#9151) 4 years ago
Ganesh Vernekar 095f572d4a
Sync sparsehistogram branch with main (#9189) 4 years ago
Ganesh Vernekar ee7e0071d1
Snapshot in-memory chunks on shutdown for faster restarts (#7229) 4 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081) 4 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974) 4 years ago
Julien Duchesne 8855c2e626
Add `prometheus_tsdb_clean_start` metric (#8824) 5 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 5 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 5 years ago
Ben Ye 0a8912433a
allow compact series merger to be configurable (#8836) 5 years ago
nberkley f9e2dd0697
Add support for smaller block chunk segment allocations (#8478) 5 years ago
Bryan Boreham c7a62b95ce
GetRef() now returns the label set (#8641) 5 years ago
Bryan Boreham d614ae9ecf
[RFC] Add method to get reference number for TSDB Appender (#8600) 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
Arthur Silva Sens 6a3d55db0a
Rolling tombstones clean up (#8007) 5 years ago
Dustin Hooten b9f0baf6ff
Combine NewHead() args into a HeadOptions struct (#8452) 5 years ago
Nguyen Le Vu Long fbe960f2c1
fix: remove pre-2.21 tmp blocks on start (#8353) 5 years ago
Arthur Silva Sens 7e932637e3
Reload tsdb blocks every minute (#8340) 5 years ago
arthursens 8493704b9b Change seconds()*1000 to milliseconds() 5 years ago
Ganesh Vernekar faa1554aa1
Don't call runtime.GC() after compaction (#8276) 5 years ago
Arthur Silva Sens 64a106c5dd
Logging added for when compaction takes more than the block time range (#8151) 5 years ago
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201) 5 years ago
Julien Pivotto df6eed2358 Calculate head chunk size based on actual disk usage (#8139) 5 years ago
Bartlomiej Plotka 3d8826a3d4
MultiError: Refactored MultiError for more concise and safe usage. (#8066) 5 years ago
Ganesh Vernekar 3245b3267b
Don't use returned DB to close resources on TSDB startup error (#8113) 5 years ago