Commit Graph

172 Commits (030d3232ff2ab8bf8a25d670a9f4566985bb35c4)

Author SHA1 Message Date
Garrett 433d5bf913
fix panics when cloning a special query (#8531) 3 years ago
Owen Diehl 6a7403c4f5
correctly calculate max shards (#8494) 3 years ago
Ed Welch 9f0834793b
Loki: set a maximum number of shards for "limited" queries instead of fixed number (#8487) 3 years ago
Ed Welch 37169ca444
Loki: Process "Limited" queries sequentially and not in parallel (#8482) 3 years ago
Christian Haudum 96d5227532
Fix parsing of vector expression (#8448) 3 years ago
Owen Diehl b13995e201
logs sharding astmapperware to spans in addition to logs (#8457) 3 years ago
李国忠 322783e3d8
LogQL: [optimization] syntax: Replace "panic" in "/pkg/logql/syntax" with "error" (#7208) 3 years ago
Ed Welch 35510ba4eb
Loki: only log "executing query" once per query in the frontend (#8337) 3 years ago
Irina 4cd1246b88
Logproto: Extract push.proto from logproto package to the separate module (#8259) 3 years ago
Owen Diehl 07487cd89d
fixes bug with queryIngesterWithin logic in asyncStore ingester stats… (#8145) 3 years ago
Sandeep Sukhani 24deb6ed3b
fix bugs in logs results caching and its tests (#7925) 3 years ago
Christian Haudum 089ec1b05f Fix various linter errors 3 years ago
Danny Kopping a4f306399a
Add store & cache download statistics (#7982) 3 years ago
Susana Ferreira f93b91bfb5
Add configuration documentation generation tool (#7916) 3 years ago
Sandeep Sukhani e9c93cd0f5
consider range and offset in queries while looking for schema config for query sharding (#7880) 3 years ago
Robert Fratto 85392a9728
Update Prometheus dependency to latest release (v2.40.4) (#7826) 3 years ago
Christian Haudum feaf9c3232
Log query string on retry alongside the error (#7834) 3 years ago
Trevor Whitney 37b1c0fce0
guard against divide by 0 when splitting parallelism (#7831) 3 years ago
Sandeep Sukhani 89d81020ce
fix lint issues from PR 7804 (#7814) 3 years ago
Sandeep Sukhani 1410808ee9
use grpc for communicating with compactor for query time filtering of data requested for deletion (#7804) 3 years ago
Danny Kopping a63ad06509
Querier/Ruler: query blocker (#7785) 3 years ago
Owen Diehl 22089415e8
Split parallelism across Period Configs (#7769) 3 years ago
Dylan Guedes ad2260aec2
Loki: Fix multitenant querying (#7708) 3 years ago
Periklis Tsirakidis e0a7b28a61
Add single compactor http client for delete and gennumber clients (#7453) 3 years ago
Sandeep Sukhani 020631ebac
add user-id transformer for logs results cache (#7581) 3 years ago
Michel Hollands 16761723f4
Add way to override userId for caching (#7542) 3 years ago
Ed Welch 45caba4459
Loki: Remove the bypass for "limited" queries (#7510) 3 years ago
Travis Patterson c1bccac141
Results cache fix improvements (#7444) 3 years ago
Travis Patterson f2297d3d2a
Fix result cache misses on sharded queries (#7429) 3 years ago
Owen Diehl 044d06015d
adds result cache key version comparison metrics (#7323) 3 years ago
Owen Diehl 2bd9c91564
Bugfix include cache generations on querier response (#7300) 3 years ago
Eng Zer Jun e2842c69c5
Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
Sandeep Sukhani 7f298ff72f
avoid using bloomfilters for chunks in stats calls by avoiding duplicates (#7209) 3 years ago
李国忠 25cc9402b7
fix test increase timeout (#7022) 3 years ago
Owen Diehl 30db6c120e
[TSDB] 600MB max per shard in query planning (#7004) 3 years ago
Dylan Guedes 15f8f42295
Adapt queryTimeout to be a per-tenant configuration (#6835) 3 years ago
Kaviraj Kanagaraj 693f9d7070
fix(stats_collector): Do not collect stats for failed requests. (#6878) 3 years ago
Kaviraj Kanagaraj 7e3d2433ed
embedded-cache: Bring `fifocache` and `groupcache` into single tent. (#6821) 3 years ago
Owen Diehl 001a627f67
fix context propagation for child spans in shard resolver (#6853) 3 years ago
Owen Diehl f9d78e1748
[TSDB] Indexgateway Protobuf refactor (#6841) 3 years ago
Owen Diehl 094f8f3b20
[TSDB] fingerprint offsets is now correctly 16 byte aligned (#6630) 4 years ago
Owen Diehl 2e348218e2
log addtl info about bytes/shard in planning (#6573) 4 years ago
Owen Diehl d6f50ca5e1
[TSDB] Use index sampling to determine shard factor (#6396) 4 years ago
Jesus Vazquez db9dbe8e1d
Bump prometheus dependency (#6403) 4 years ago
Owen Diehl 9218e4654b
TSDB/query-planning-groundwork (#6367) 4 years ago
Danny Kopping 36e0979cf5
Add cache usage statistics (#6317) 4 years ago
Kaviraj Kanagaraj 1389857846
`metrics.go` support for metadata queries(labels and series) (#5971) 4 years ago
Kaviraj Kanagaraj 8b15632dd8
Fix(query-frontend): LokiCodec encode/decode works correctly with label values endpoint (#6084) 4 years ago
Kaviraj Kanagaraj bb2e952d6f
Fix(query-frontend): `/label/<name>/values` endpoint to use right set of middlewares (#6072) 4 years ago
Susana Ferreira 6b6521f791
Add metrics to range mapper (#6030) 4 years ago