100 Commits (dcba645366f2050affa65f7f06808b581d4d4d37)

Author SHA1 Message Date
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 3 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081) 3 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974) 3 years ago
ide-rea 14b24d15b0
update checkpoint replay status (#8898) 3 years ago
Bryan Boreham dc8f505595
tsdb: coalesce lock/unlock operations for append (#9061) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 4 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 4 years ago
Fiona Liao 9b83d8330a
Fix memSafeIterator.Seek() (#8748) 4 years ago
Marco Pracucci 52df5ef7a3
TSDB: do not allocate exemplars buffer if exemplars are disabled (#8746) 4 years ago
Bartlomiej Plotka 80545bfb2e
Instrumented circular exemplar storage. (#8712) 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
Marco Pracucci 6248e685b2
TSDB: optimize series creation on PreCreation() failure (#8620) 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
Goutham Veeramachaneni 404d85f7a8
Add ability to set minValidTime in TSDB (#8415) 4 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 4 years ago
Dustin Hooten b9f0baf6ff
Combine NewHead() args into a HeadOptions struct (#8452) 4 years ago
Marcelo E. Magallon 75d86c6747 Update golangci-lint to 1.36.0 4 years ago
Marco Pracucci d8c17025df
Fix TSDB head struct dump on querier error (#8379) 4 years ago
johncming a6e18916ab
tsdb: Remove duplicate variables. (#8239) 4 years ago
Ganesh Vernekar dff967286e
Set the min time of Head properly after truncation (#8212) 4 years ago
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201) 4 years ago
Julien Pivotto 8bc369bf9b
Calculate head chunk size based on actual disk usage (#8139) 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 2fe1e9fa93
Create a checkpoint only at the end of Compact call (#8067) 4 years ago
Ling Jin 9145200842
tsdb: fix unkown ref in log (#8048) 4 years ago
Arthur Silva Sens 4f45e201cc
Promtool tsdb list now prints block sizes (#7993) 4 years ago
garanews c38816828f
fix few typo (#8023) 4 years ago
Brian Brazil 073e93c768
Gracefully handle unknown WAL record types. (#8004) 4 years ago
Max Neverov 7e1c27b853
Add tsdb startup duration metric (#7737) 4 years ago
Xiaochao Dong a282d25099
tsdb: remove duplicate values set to reduce memory usage(map overhead) (#7915) 4 years ago
johncming 75ae384192
tsdb: remove redundant fields. (#7869) 4 years ago
Ganesh Vernekar 2255b6f62f
Refactor WAL.Segments method to be part of the wal package (#6477) 4 years ago
Ganesh Vernekar c806262206
Fix 'chunks.HeadReadWriter: maxt of the files are not set' error (#7856) 4 years ago
Yukun Sun cfd4e05c9e
fix: return a corruption error when iterator function find a chunk that is out of sequence (#7855) 4 years ago
Zhou Hao 40ace418d1
fix misspell (#7764) 4 years ago
johncming ac677ed8b3
promql: delete redundant return value. (#7721) 4 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago
Annanay 89129cd39a Address comments 4 years ago
Javier Palomo Almena 348ff4285f
tsdb: Replace sync/atomic with uber-go/atomic in tsdb (#7659) 4 years ago
Krasi Georgiev 9a75b5f84b
Avoid panic when the headChunk is nil during isolation. 4 years ago
Julien Pivotto ffc925dd21
TSDB: Error when we commit/rollback twice (#7593) 4 years ago
Krasimir Georgiev ccab2b30c9
Test no panic after a WAL corruption (#7625) 4 years ago
Krasi Georgiev d30492cbb0 Avoid panic when the headChunk is nil during isolation. 4 years ago
Ganesh Vernekar 1760c7474c
Replay m-map chunks irrespective of WAL (#7589) 4 years ago
Ganesh Vernekar ea013343ca
Log when starting to create a checkpoint (#7581) 4 years ago
Bartlomiej Plotka 823b218e1b
Fixed race between compact (gc, populate) and head append causing unknown symbol error. (#7560) 4 years ago