Commit Graph

116 Commits (0851b6fa08771ef5c15f96e9fab8564adae16600)

Author SHA1 Message Date
Karsten Jeschkies a864f8b986
refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216) 11 months ago
Christian Haudum 0a3230f457
chore(ast): Update WalkFn signature to return bool (#16989) 11 months ago
Trevor Whitney 507d269832
feat: return the jsonpath of json detected fields (#16861) 12 months ago
Paul Rogers 27431b7e7e
chore: Linting update for new golangci (#16572) 1 year ago
Trevor Whitney 40d7b979a4
chore: implement multi-variant queries (#16426) 1 year ago
Trevor Whitney 5b16c0be7d
refactor: allow sample expressions to have multiple extractors (#16224) 1 year ago
Trevor Whitney 417d0a5252
chore: add multi-variant query support to LogQL (#16196) 1 year ago
Christian Haudum 1187a73667
chore: LogQL syntax and AST simplification and cosistency (#16028) 1 year ago
Christian Haudum bebd1532b7
ci: Fix `gochecksumtype` linter error (#16096) 1 year ago
Christian Haudum 3888866616
fix(engine): Fix `Walk()` function implementation on various `Expr` implementations (#16033) 1 year ago
Sven Grossmann 9182addea6
fix: prevent fast ascii comparison if char is not letter (#15774) 1 year ago
Trevor Whitney 17f197206d
fix: allow comparison against zero bytes (#15217) 1 year ago
Cyril Tovena 90c5dbf0d3
chore: Revert syntax module (#14831) 1 year ago
Cyril Tovena 28c9645d10
chore: Introduce logql/syntax go module (#14790) 1 year ago
Karsten Jeschkies 7b53f20f70
feat: Introduce shardable probabilistic topk for instant queries. (#14243) 1 year ago
Trevor Whitney b5462b6639
chore: remove copied loop vars (#14383) 1 year ago
Paul Rogers 04f87ca933
chore: Lint in prep for golangci compatible with Go 1.23 (#14289) 1 year ago
Christian Haudum 14b468b236
chore: Add `has_labelfilter_before_parser` to metrics.go log line (#14244) 1 year ago
Robert Fratto 53cfef3bca
chore(storage/bloom/v1): add ExtractTestableLabelMatchers (#14119) 2 years ago
Paul Rogers 18cef217fc
chore: Linting updates in prep for Go 1.23 (#14071) 2 years ago
Johan Lindvall 40f4f14791
fix: Improve execution speed for queries with label filters (#13922) 2 years ago
Marco Pracucci b88583da7d
feat: upgrade prometheus (#13671) 2 years ago
jackyin 6dd6b65139
fix: ast left cycular reference result in oom (#13501) 2 years ago
Ashwanth 65697676e6
chore: do not shard log queries with empty filter (#13568) 2 years ago
Sven Grossmann 9981e9e40d
fix(orFilters): fix multiple or filters would get wrong filtertype (#13169) 2 years ago
benclive 6df81db978
feat: Support negative numbers in LogQL (#13091) 2 years ago
Karsten Jeschkies f66172eed1
feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 2 years ago
Kaviraj Kanagaraj e9b6ce9de4
fix(logql): Linefilter behaviour with chained `or` (#12463) 2 years ago
Ed Welch 4c88be0ef2
chore: update loki modules for 3.0 release (#12433) 2 years ago
Anton Kolesnikov 36c703dae8
feat: add pattern match line filter (#12398) 2 years ago
Anton Kolesnikov cc941fe42a
chore: refactor line filter MatchType (#12388) 2 years ago
Callum Styan ab17a50b90
fix: don't shard `quantile_over_time` if it's not the top level aggregation for a query (#12326) 2 years ago
Travis Patterson 1d99b06514
fix: explicitly serialize and deserialize noop label filters (#12124) 2 years ago
Salva Corts 4fa5148eb5
refactor: Pass query plan down to bloom gateway (#12037) 2 years ago
Karsten Jeschkies ddaa497554
Prettify concat and downstream expressions. (#11877) 2 years ago
Poyzan 6d66ea382c
[Fix] OR statements not being evaluated as part of nested line filters (#11735) 2 years ago
Ed Welch e21b525674
Loki: increase the limit for query length from 5k to 128k (#11701) 2 years ago
Christian Haudum 62176339c4
Bloom querying: Propagate line filters from querier to bloom filter (#11492) 2 years ago
Karsten Jeschkies 27d21067e1
Clone filterer of label filter (#11514) 2 years ago
Karsten Jeschkies d048e93f1a
Always set matcher in label filter deserialization. (#11497) 2 years ago
Christian Haudum cd74ddf4b4
Implement default DFS traversal visitor for LogQL expressions (#11489) 2 years ago
Karsten Jeschkies f67fff3eb2
Approximate `quantile_over_time` (#10417) 2 years ago
Sven Grossmann 1496eb4752
Fix `or` filter not being stringified correctly (#11337) 2 years ago
Danny Kopping e523809216
bug(volume): return 400 error for invalid volume request (#11313) 2 years ago
Karsten Jeschkies 5b97fcfd93
Send query plan to querier. (#11246) 2 years ago
Karsten Jeschkies c6f421233b
Increase test coverage for AST serialization to >94%. (#11230) 2 years ago
Karsten Jeschkies 3a7b5d246b
Serialize query AST to JSON. (#11123) 2 years ago
Karsten Jeschkies 1c56aa91ef
Check switches on syntax.Expr for exhaustiveness. (#11113) 2 years ago
Kaviraj Kanagaraj 9366343e18
Bug(LogQL): Fix mismatch results on `scalar` and `vector` binary ops (#10997) 2 years ago
Shantanu Alshi 8e9635f41a
Support case insensetive logql keywords (#10733) 2 years ago