Commit Graph

1763 Commits (c1bccac1418ff8abc1b0ad8136c113a9b095cd31)

Author SHA1 Message Date
Travis Patterson c1bccac141
Results cache fix improvements (#7444) 3 years ago
Owen Diehl b59277b472
Revert "Revert "Update Thanos dependency to latest version"" (#7372) 3 years ago
Travis Patterson f2297d3d2a
Fix result cache misses on sharded queries (#7429) 3 years ago
李国忠 8dcc4b3ec8
Do not log 'unable to read rules directory' at startup if directory hasn't been created yet (#7434) 3 years ago
Periklis Tsirakidis 9c8a827576
Fix enable of internal server for modules (#7423) 3 years ago
李国忠 435c055488
log panic full stack in boltdb recover block (#7410) 3 years ago
Travis Patterson 8c84ee8b7a
Fix stream sharding (#7393) 3 years ago
Danny Kopping 33bf36aa21
Promtail: flush logs on exit (#7400) 3 years ago
Travis Patterson 543ea78b7a
Add metrics to the distributor about stream sharding (#7390) 3 years ago
Travis Patterson 5dc27e8064
Fix Flaky Distributor Test (#7391) 3 years ago
Travis Patterson 3e7adb2c34
Measure Per-Stream rates (#7370) 3 years ago
Dennis Szczepanski 4e61c60296
Loki: Renames metric 'loki_log_messages_total' to 'loki_internal_log_messages_total' (#7361) 3 years ago
Bryan Boreham 74d206bf28
chunks: improve readability of compression benchmarks (#7246) 3 years ago
Sandeep Sukhani 18da26e668
use a channel to signal completion of index read operation for tsdb and boltdb shipper (#7381) 3 years ago
Owen Diehl 8331785a23
Revert "Update Thanos dependency to latest version" (#7371) 3 years ago
Sandeep Sukhani bbe68802d1
lock boltdb and tsdb index while queries are in process (#7367) 3 years ago
Owen Diehl f4e2cf1993
TSDB explicit fingerprint (#7362) 3 years ago
Travis Patterson 7979cfbe07
Implement Distributor Rate Store (#7349) 3 years ago
Travis Patterson e89c30ce6b
Fix Flaky Integration Tests (#7360) 3 years ago
Owen Diehl 289190ee26
removes unused tsdb files (#7353) 3 years ago
Owen Diehl eaa0919e53
Use labelbuilder in syntax.ParseLabels to remove empty label values (#7355) 3 years ago
Robert Fratto c657857e95
Update Thanos dependency to latest version (#7348) 3 years ago
Dylan Guedes b1d4efab12
Loki: Per-tenant stream sharding (#7311) 3 years ago
Travis Patterson e3e4e27c8c
Implement ingester API to return stream rates (#7176) 3 years ago
Dylan Guedes da7acb49e5
Loki: Add sharding support for negative/zeroed desired rate (#7342) 3 years ago
Danny Kopping c3e92b876c
Restoring lint checks that were previously disabled (#7340) 3 years ago
Sandeep Sukhani 10d3fa0029
mmap tsdb index file while opening it for querying (#7338) 3 years ago
Danny Kopping 355175ff89
Upgrade to Go 1.19 (#7243) 3 years ago
Periklis Tsirakidis e9419747c9
Fix internal server bootstrap for query frontend (#7328) 3 years ago
Danny Kopping 6bf5b5d8c1
Use a line-buffered logger to deamplify write syscalls (#6954) 3 years ago
Florian Lehner 4861914c81
pkg/ruler/rulestore/configdb: Preallocate memory (#7326) 3 years ago
Owen Diehl 044d06015d
adds result cache key version comparison metrics (#7323) 3 years ago
Owen Diehl 2bfe626605
reintroduce mmap for tsdb indices (#7321) 3 years ago
Owen Diehl 2bd9c91564
Bugfix include cache generations on querier response (#7300) 3 years ago
wilfriedroset 8886800bf6
Add support for username to redis cache configuration (#7270) 3 years ago
wilfriedroset 54f16c008a
Fix typo in flags definitions (#7257) 3 years ago
Dylan Guedes f9f1eddfc5
Loki: Improve query timeouts behavior (#7230) 3 years ago
Michel Hollands 8868957783
Log delete request ID upon creation (#7307) 3 years ago
Bryan Boreham 9498ea2c02
chunks: decode varints directly from byte buffer; stop panicing on some corrupt inputs (#7264) 3 years ago
Susana Ferreira 10e9695b21
Fix rangemapper with VectorExpr support (#7288) 3 years ago
Gerard Vanloo bcdf17b0a5
Configurable TLS MinVersion and CipherSuites (#7227) 3 years ago
Michel Hollands 77c10da81d
Remove deletion filter debug log messages (#7277) 3 years ago
Michel Hollands 391b9cea10
Logcli: load remote schema before validation (#7258) 3 years ago
Dylan Guedes dcfba366de
Loki: Shard streams based on desired rate (#7199) 3 years ago
Owen Diehl dab6a24541
correct heartbeat timeout to distributor lifecycler for ring page (#7253) 3 years ago
李国忠 4089b73bc3
[Optimization] logql client: When logql fails to execute, return the failure information to the caller (#6671) 3 years ago
Eng Zer Jun e2842c69c5
Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
李国忠 557fdf2206
[bugfix] logql: vectorExpr run fail when query_range: parallelise_shardable_queries: true (#7045) 3 years ago
Sandeep Sukhani 2af3d680cb
tsdb supports data deletion, this PR takes care of todo to enable delete request client for tsdb (#7223) 3 years ago
Sandeep Sukhani 7f298ff72f
avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago