Commit Graph

187 Commits (e8cce09de29dc58c38b333e72dfe11613d49fbb3)

Author SHA1 Message Date
Karsten Jeschkies 287244d110
Update vendored Cortex to 0976147451ee (#3267) 4 years ago
Jacob Lisi c3d1937eab
update vendored cortex and add new replace overrides (#3256) 4 years ago
Owen Diehl 224e68a50b
WAL backpressure (#3218) 4 years ago
Cyril Tovena 8716e24518
Allocate entries array with correct size while decoding WAL entries. (#3241) 4 years ago
Cyril Tovena a70e68862b
Rename checkpoint proto package to avoid conflict with cortex. (#3217) 4 years ago
Cyril Tovena e74eb549ba
Reverts flush buffer pooling. (#3210) 4 years ago
Cyril Tovena ea488f9940
Improve ingester flush memory usage. (#3200) 4 years ago
Cyril Tovena 07ece2bc2a
Improve checkpoint series iterator. (#3193) 4 years ago
Cyril Tovena 0a81f70800
Improves checkpointerWriter memory usage (#3188) 4 years ago
Owen Diehl b861757b34
Ignore flushed chunks during checkpointing (#3195) 4 years ago
Cyril Tovena 2a90c4ceb5
Improve wal entries encoding. (#3153) 4 years ago
Owen Diehl 95052943c4
swaps mutex for atomic (#3141) 4 years ago
Owen Diehl ed649eec37
Don't fail writes due to full WAL disk (#3136) 4 years ago
Michel Hollands 4f62f36af7
Update cortex to 1 6 (#3131) 4 years ago
Cyril Tovena cdf4a73238
Improve tailer matching by using the index. (#3090) 4 years ago
Owen Diehl ad803af9dc
Wal/recover corruption (#3117) 4 years ago
Owen Diehl 58987553a1
Disables the stream limiter until wal has recovered (#3114) 4 years ago
Owen Diehl 8c1fe88409
Introduces per stream chunks mutex (#3000) 5 years ago
Owen Diehl 4d9865acd4
Adds WAL support (experimental) (#2981) 5 years ago
Cyril Tovena ec725db9d0
Add ProcessString to Pipeline. (#2972) 5 years ago
Cyril Tovena 9807f7c43e
Avoid parsing labels when tailer is sending from a stream. (#2973) 5 years ago
Cyril Tovena 8ea5fd173f
Implement io.WriteTo by chunks. (#2962) 5 years ago
Cyril Tovena a62f81f1cf
Improve tailer matcher function. (#2959) 5 years ago
Cyril Tovena 14a5fda15b
Only append tailed entries if needed. (#2931) 5 years ago
Cyril Tovena e1ab2cc509
Cleanup labels parsing. (#2929) 5 years ago
Cyril Tovena 049c7acc12
Improve logql parser allocations. (#2927) 5 years ago
Cyril Tovena 2303f1bfa1
Cache label strings in ingester to improve memory usage. (#2926) 5 years ago
Cyril Tovena 6e79cee85d
Fixes race condition in tailer since logql v2. (#2917) 5 years ago
Cyril Tovena 095b4a1cb7
Fixes a panic with the logql.NoopPipeline. (#2901) 5 years ago
Cyril Tovena 53f4aa4ac3
Labels computation LogQLv2 (#2875) 5 years ago
Cyril Tovena e6778e9827
Update to go 1.15 (#2877) 5 years ago
Owen Diehl dc0bd01e35
WAL/marshalable chunks (#2764) 5 years ago
Sandeep Sukhani 7f4d6d5912
fix panic in ingester when not running with boltdb shipper while queriers does (#2830) 5 years ago
Cyril Tovena fd5cb96693
LogQL: Labels and Metrics Extraction (#2769) 5 years ago
Cyril Tovena 62272cdaa1
Fixes all lint errors. (#2768) 5 years ago
Sandeep Sukhani 2f7e0e50c2
rpc for querying ingesters to get chunk ids from its store (#2601) 5 years ago
Sandeep Sukhani f1d00807eb
fix a bug in ingester doing store queries when using boltdb shipper (#2493) 5 years ago
Javier Palomo Almena 6852b1cdcc
Replace usage of sync/atomic with uber-go/atomic (#2449) 5 years ago
Aditya C S 0885a49370
configuration doc improvements (#2318) 5 years ago
Cyril Tovena 0be64fcb34
Improve metric queries by computing samples at the edges. (#2293) 5 years ago
Aditya C S b82d2e89d2
fix bug in ingester series query (#2264) 5 years ago
Aditya C S 01040c1a4d
Fix data race in ingester (#2327) 5 years ago
Ed Welch 635e469e9a
Loki: Use a new context to update the ring state after a failed chunk transfer (#2330) 5 years ago
Ed Welch edaf0ed422
transfers one chunk at a time per series instead of all (#2328) 5 years ago
Ed Welch aee064d0a8
Loki: Series API will return all series with no match or empty matcher (#2254) 5 years ago
Ed Welch 60bf23d588
Loki: remove redundant log line on stream limit, the GRPC error logger already logs this. (#2250) 5 years ago
Cyril Tovena 6ab832b2ca
Cache overlapping blocks (#2239) 5 years ago
Owen Diehl 268b7a3d03
bumps cortex & fixes conflicts (#2204) 5 years ago
Ed Welch 9803eab947
Loki: Allow configuring query_store_max_look_back_period when running a filesystem store and boltdb-shipper (#2073) 5 years ago
Cyril Tovena 9988ce4b9f
Improve protobuf serialization (#2031) 5 years ago