Commit Graph

510 Commits (3be5a4576fd0f0dca321e017a637f7a3159c00e5)

Author SHA1 Message Date
jackyin 6dd6b65139
fix: ast left cycular reference result in oom (#13501) 10 months ago
Kaviraj Kanagaraj 94bd3a042a
chore(lint-error): remove unused `stepCount` in `engine.go` (#13709) 10 months ago
Callum Styan 29a37d5dcd
fix: special case the return values from a sharded first/last_over_time query (#13578) 10 months ago
Ashwanth 65697676e6
chore: do not shard log queries with empty filter (#13568) 10 months ago
Karsten Jeschkies 08615bf751
fix: Return empty vector instead of nil for empty evaluator. (#13485) 11 months ago
Christian Haudum e0ca67dd45
fix(query engine): Include lines with ts equal to end timestamp of the query range when executing range aggregations (#13448) 11 months ago
Christian Haudum 845359d4ab
test: Add range aggregation test for instant queries (#13447) 11 months ago
Christian Haudum d8cc1cea83
chore: Make dedicated iterator package (#13273) 11 months ago
Ashwanth eb8a363066
fix(sharding): use without() grouping when merging `avg_over_time` shard results (#12176) 11 months ago
Dylan Guedes 4eb45cc588
refactor: Introduce context cause to our code (#13224) 11 months ago
Dylan Guedes c1fada9af0
refactor: Remove unnecessary spanlogger usage (#13255) 11 months ago
Trevor Whitney 467eb1bb1b
feat: collect and serve pre-aggregated bytes and counts (#13020) 11 months ago
Sven Grossmann 9981e9e40d
fix(orFilters): fix multiple or filters would get wrong filtertype (#13169) 12 months ago
benclive 6df81db978
feat: Support negative numbers in LogQL (#13091) 12 months ago
benclive f6f8babf83
feat: Add utf8 support to Pattern Lexer to support utf8 chars (#13085) 1 year ago
Karsten Jeschkies 6e4555010e
fix: Introduce feature flag for [last|first]_over_time sharding. (#13067) 1 year ago
Kaviraj Kanagaraj 88e545fc95
feat(cache): Add `Cache-Control: no-cache` support for Loki instant queries. (#12896) 1 year ago
Karsten Jeschkies f66172eed1
feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 1 year ago
Owen Diehl 5a643c7115
chore: reduces span footprint + double recording (#12864) 1 year ago
Owen Diehl bc78d13d9b
feat(blooms): compute chunks once (#12664) 1 year ago
Shantanu Alshi 587a6d20e9
feat: Detected labels from store (#12441) 1 year ago
Owen Diehl 9c25985b97
feat(blooms): record time spent resolving shards (#12636) 1 year ago
Travis Patterson 11e768726f
fix(query sharding): Generalize avg -> sum/count sharding using existing binop mapper (#12599) 1 year ago
Cyril Tovena 48dae4417c
feat: improve syntax parser for pattern (#12489) 1 year ago
Kaviraj Kanagaraj e9b6ce9de4
fix(logql): Linefilter behaviour with chained `or` (#12463) 1 year ago
Travis Patterson cf04ec1320
feat: Enable warnings in Loki query responses (#12425) 1 year ago
Ed Welch 4c88be0ef2
chore: update loki modules for 3.0 release (#12433) 1 year ago
Anton Kolesnikov 36c703dae8
feat: add pattern match line filter (#12398) 1 year ago
Shantanu Alshi 5190dda64b
feat(detected_labels): Initial skeleton for the API (#12390) 1 year ago
Ashwanth c8c8477c93
chore(stats): add pipeline_wrapper_filtered_lines (#12399) 1 year ago
Owen Diehl 6e1547fe62
fix(blooms): logql shard embeds tsdb (#12396) 1 year ago
Owen Diehl 3922d3864a
fix(tsdb): correctly use bit prefix calculation in tsdb shard matching (#12394) 1 year ago
Anton Kolesnikov cc941fe42a
chore: refactor line filter MatchType (#12388) 1 year ago
Trevor Whitney 5b4bfa54b6
feat(detected_fields): initial plumbing of new endpoint (#12385) 1 year ago
Travis Patterson 2b8db8b691
fix: attempt non-string label filtering when errors are present (#12378) 1 year ago
Owen Diehl a36483b731
feat(blooms): bloom integration in query planning (#12208) 1 year ago
Travis Patterson 04398a1562
fix: log state of 'disable pipeline wrappers' (#12345) 1 year ago
Callum Styan ab17a50b90
fix: don't shard `quantile_over_time` if it's not the top level aggregation for a query (#12326) 1 year ago
Callum Styan 611cb01b70
fix: quantile sharding; fix bug where sharding would always happen (#12283) 1 year ago
Travis Patterson d175184fe5
chore: remove shards from wrapper signature (#12322) 1 year ago
Travis Patterson 1d99b06514
fix: explicitly serialize and deserialize noop label filters (#12124) 1 year ago
Ashwanth 3b5ed8c3ec
chore: pass shard count to injected pipelines and extractors (#12213) 1 year ago
BiKangNing 75e031d8e8
chore: fix function names in doc strings (#12313) 1 year ago
Christian Haudum 863acc0152
chore(blooms): Make block query concurrency configurable (#12292) 1 year ago
Travis Patterson 9e66e05e68
chore: make error labels injectable via 'Add' (#12251) 1 year ago
Bryan Boreham 9621d5c5ee
test: Fix race condition in LogQL test (#12247) 1 year ago
Salva Corts a8aa3f68cb
feat: Bloom filter regexes (#12096) 1 year ago
Danny Kopping 609fdb3214
feat(querier/query-frontend): track and log congestion control latency (#12058) 1 year ago
Karsten Jeschkies 6578a00481
feat: Support usage trackers for received and discarded bytes. (#11840) 1 year ago
Salva Corts 4fa5148eb5
refactor: Pass query plan down to bloom gateway (#12037) 1 year ago