Commit Graph

192 Commits (a99c73dd97bf55d912d391339a7b82acccabf915)

Author SHA1 Message Date
Salva Corts 8cf921a145
Pass engine opts down to middlewares (#9130) 2 years ago
Trevor Whitney c587b538ed
Fail through to next middleware when querySizeLimit cannot be applied (#9050) 2 years ago
Owen Diehl acb40ed40e
Eager stream merge (#8968) 2 years ago
Owen Diehl 62403350a5
remove redundant splitby middleware (#8996) 2 years ago
Ed Welch b892cade6a
Loki: Fixes incorrect query result when querying with start time == end time (#8979) 2 years ago
Ed Welch edc6b0bff7
Loki: Add a limit for the [range] value on range queries (#8343) 2 years ago
Dylan Guedes 9159c1dac3
Loki: Improve spans usage (#8927) 2 years ago
Periklis Tsirakidis 1bcf683513
Expose optional label matcher for label values handler (#8824) 2 years ago
Salva Corts 45775c82f7
Implement `RequiredNumberLabels` query limit (#8918) 2 years ago
Salva Corts ee69f2bd37
Split index request in 24h intervals (#8909) 2 years ago
Salva Corts 336e08fc4b
Salvacorts/max querier size messaging (#8916) 2 years ago
Salva Corts d24fe3e68b
Max bytes read limit (#8670) 2 years ago
Karsten Jeschkies 94725e7908
Define `RequiredLabels` query limit. (#8851) 2 years ago
Karsten Jeschkies f5f1753851
Print duration in error messages with more readable. (#8816) 2 years ago
Christian Haudum be8b4eece3
Scheduler: Add query fairness control across multiple actors within a tenant (#8752) 2 years ago
Danny Kopping 33e44ed39d
Ruler: remote rule evaluation (#8744) 2 years ago
Ed Welch a4eb536fb2
Loki: remove `subqueries` from metrics.go logging and replace it with separate split and shard counters (#8761) 2 years ago
Callum Styan 5a85f6647e
Add initial implementation of per-query limits (#8727) 2 years ago
Callum Styan 9a2a038f43
Allow passing of context to query related limits functions (#8689) 2 years ago
Bryan Boreham 6fd4b5e89b
Update prometheus/prometheus from 2.41 to 2.42 (#8571) 2 years ago
Garrett 433d5bf913
fix panics when cloning a special query (#8531) 2 years ago
Owen Diehl 6a7403c4f5
correctly calculate max shards (#8494) 2 years ago
Ed Welch 9f0834793b
Loki: set a maximum number of shards for "limited" queries instead of fixed number (#8487) 2 years ago
Ed Welch 37169ca444
Loki: Process "Limited" queries sequentially and not in parallel (#8482) 2 years ago
Christian Haudum 96d5227532
Fix parsing of vector expression (#8448) 2 years ago
Owen Diehl b13995e201
logs sharding astmapperware to spans in addition to logs (#8457) 2 years ago
李国忠 322783e3d8
LogQL: [optimization] syntax: Replace "panic" in "/pkg/logql/syntax" with "error" (#7208) 2 years ago
Ed Welch 35510ba4eb
Loki: only log "executing query" once per query in the frontend (#8337) 2 years ago
Irina 4cd1246b88
Logproto: Extract push.proto from logproto package to the separate module (#8259) 2 years ago
Owen Diehl 07487cd89d
fixes bug with queryIngesterWithin logic in asyncStore ingester stats… (#8145) 2 years ago
Sandeep Sukhani 24deb6ed3b
fix bugs in logs results caching and its tests (#7925) 2 years ago
Christian Haudum 089ec1b05f Fix various linter errors 2 years ago
Danny Kopping a4f306399a
Add store & cache download statistics (#7982) 2 years ago
Susana Ferreira f93b91bfb5
Add configuration documentation generation tool (#7916) 2 years ago
Sandeep Sukhani e9c93cd0f5
consider range and offset in queries while looking for schema config for query sharding (#7880) 2 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