Commit Graph

400 Commits (47b17b590c354049f380ac7f5a4b9a80bdfff4f4)

Author SHA1 Message Date
Karsten Jeschkies c9f3868287
Update dskit to v0.0.0-20220331160727-49faf69f72ca. (#5881) 3 years ago
Bryan Boreham e2d7ee2cff
GCS: refactor creation of http client (#5838) 3 years ago
Cyril Tovena 8c1095a554
Moves TSDB to the stores package. (#5852) 3 years ago
Cyril Tovena 8f02495453
Refactoring of the Loki storage (#5833) 3 years ago
Bryan Boreham c0cc004333
gcs client: use fake credentials in unit test (#5834) 3 years ago
Sandeep Sukhani 27a027824f
incorporate feedback on merged pr #5830 (#5831) 3 years ago
Sandeep Sukhani 67ba342684
improve mutex locking when writing index in boltdb-shipper (#5830) 3 years ago
李国忠 1f8fc65826
[Optimization] boltdb: reduce the code block affected by the lock tablesMtx in the TableManager.query() function. (#5829) 3 years ago
Owen Diehl 0c826b834a
Tsdb/compaction (#5783) 3 years ago
Tat Chiu Leung e65f26d30f
storage: make Azure blobID chunk delimiter configurable (#5777) 3 years ago
Michel Hollands b865b81ba0
Add a DeletionMode config variable (#5481) 3 years ago
Christian Haudum 03036f1335
golangci-lint: Check for pointers to enclosing loop variables (#5775) 3 years ago
Ed Welch c158b2c5f5
Loki: Revert #4845 which changed the format of errors from the API (#5772) 3 years ago
Owen Diehl 86cb8d52d3
ensure tsdb is sorted by hash then labelset (#5746) 3 years ago
Karsten Jeschkies 46956d0bf6
Use dskit/tenant intead of loki/pkg/tenant. (#5724) 3 years ago
Owen Diehl 3f28a33d93
TSDB Index reuses slices, adds pools (#5630) 3 years ago
Owen Diehl d084dc7f4b
Tsdb/hash order (#5631) 3 years ago
Christian Simon ea62af58e9
Introduce a ChunkRef type as part of logproto (#5643) 3 years ago
Sandeep Sukhani 6a533e5a56
improve boltdb-shipper logging to help debug index query latency issues (#5651) 3 years ago
Cyril Tovena 59bd44a5df
Remove more chunkstore and schema version below v9 (#5650) 3 years ago
Sandeep Sukhani 8c06c546ab
debug log number of index entries cached and retrieved from the cache per index query (#5642) 3 years ago
Owen Diehl ec809e665f
Tsdb/sharding-benchmarks (#5628) 3 years ago
Travis Patterson 88372c93cc
Query Filtering -- Querier (#5482) 3 years ago
Cyril Tovena 79f0e349f5
Refactor LogQL syntax into its own package (#5539) 3 years ago
Cyril Tovena 8f693e77b0
Update Prometheus to latest (#5545) 3 years ago
Owen Diehl d320873e82
Tsdb/sharding (#5600) 3 years ago
Owen Diehl 2eb1046818
Tsdb/multi idx (#5598) 3 years ago
Owen Diehl f6d15fba48
bounds utility for tsdb lib (#5593) 3 years ago
Sandeep Sukhani d2ce08280f
Compactor improvements (#5587) 3 years ago
Sandeep Sukhani 7f498e9617
cleanup common index source files at the end while compacting index with boltdb-shipper (#5585) 3 years ago
Owen Diehl 824c65598f
store tsdb bounds (#5582) 3 years ago
Sandeep Sukhani c76544baf9
build a new batch while starting to process a bucket (#5580) 3 years ago
Owen Diehl dee6a56df1
Tsdb/index interface (#5577) 3 years ago
Sandeep Sukhani 593b510f0e
fix broken index gateway benchmark due to missing limits (#5520) 3 years ago
Travis Patterson b485b81ff9
Fix potential deadlock in the table manager (#5472) 3 years ago
Sandeep Sukhani 1e56dca741
per user index query readiness with limits overrides (#5484) 3 years ago
Owen Diehl 0a5e01ba01
Rounds chunk bytes to kb in tsdb and includes benchmarking script (#5479) 3 years ago
Sandeep Sukhani 87b7dfae87
Stream query responses from boltdb index client (#5468) 3 years ago
Sandeep Sukhani 55acdbd08f
boltdb shipper index gateway client improvements (#5456) 3 years ago
Sandeep Sukhani 9f301cf87d
use the defined querypages callback in all the types implementing QueryPages function from IndexClient interface (#5463) 3 years ago
Owen Diehl c36272e31e
Tsdb/idempotent builder (#5424) 3 years ago
Sandeep Sukhani 333d5da0d0
add a metric for tracking the duration it took to sync the tables in queriers/index-gateways (#5446) 3 years ago
Owen Diehl a8397161dd
Adds a tool for converting boltdb->tsdb and benchmarking queries (#5430) 3 years ago
Sandeep Sukhani 00ca1aa99f
do not send grpc responses concurrently from index-gateway (#5445) 3 years ago
Owen Diehl 137a28d82b
Adds bytes and entries to chunk metadata in tsdb (#5414) 3 years ago
Travis Patterson d8780da454
Revert to working version of Azure client (#5413) 3 years ago
Owen Diehl 1837c9e0b2
Experimental TSDB index (#5376) 3 years ago
Travis Patterson 7378b697f8
Fix Azure issue where 404 not recognized (#5399) 3 years ago
Sandeep Sukhani e65d1b8c69
add more context to logs, improve comments for clarity in boltdb-shipper code (#5341) 3 years ago
Cyril Tovena 4fafc9c234
Fixes a flaky hedging test. (#5389) 3 years ago