Commit Graph

486 Commits (c9142722684ad6aca2bb09ae5487d5a2af087d0f)

Author SHA1 Message Date
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
Callum Styan b91bcecb3a
quantile sharding; fix bug related to # of steps (instant query mem usage) and use CollapsingLowestDense store for ddsketch (#11905) 1 year ago
Danny Kopping eb1379afb9
Remove unnecessary ingester fields from metrics.go which only work in single binary (#12005) 1 year ago
Danny Kopping bdea0b6df1
Add o11y for chunk data retrieved from ingesters (#12003) 1 year ago
Kaviraj Kanagaraj fac5997b18
feat: Support split align and caching for instant metric query results (#11814) 1 year ago
Paul Rogers 472496feb7
Parse JSON String arrays properly so string elements can be retrieved (#11921) 1 year ago
Karsten Jeschkies ddaa497554
Prettify concat and downstream expressions. (#11877) 1 year ago
Owen Diehl 52167c4d32
logs query & hashedquery separately to minimize stacktraces (#11901) 1 year ago
Karsten Jeschkies 483ee56139
Inject downstream accumulator. (#11863) 1 year ago
Callum Styan 2e3fa3b861
quantile sharding: switch to ddsketch sparse constructor and remove quantile vector pooling in Join function (#11844) 1 year ago
Dylan Guedes 9b7e48aca9
Ingesters: Revert "Add metrics.go log line when reading from an ingester (#11571)" (#11818) 1 year ago
Travis Patterson 2c9482d8a2
reset the basemap when the labelsbuilder is reset (#11771) 1 year ago
Poyzan 6d66ea382c
[Fix] OR statements not being evaluated as part of nested line filters (#11735) 1 year ago
Ed Welch e21b525674
Loki: increase the limit for query length from 5k to 128k (#11701) 1 year ago
Trevor Whitney 96839fadd1
fix: remove shared state noParserHints to avoid data race (#11685) 1 year ago
Trevor Whitney 9759c130fe
fix: align semantics of metric and log query label extraction (#11587) 1 year ago
Karsten Jeschkies 88e957af58
Skip optimization for DownstreamSampleExpr (#11651) 1 year ago
Karsten Jeschkies 03156ed0dd
Support sharding of binary operation for non shardable side. (#11635) 1 year ago
Karsten Jeschkies 24fa648893
Do not attempt to shard quantile_over_time if feature flag is disabled. (#11628) 1 year ago
Callum Styan 3048e4af13
labels/line formatter pooling panic fix (#11607) 1 year ago
Travis Patterson 3373cc54f6
fix: use syntax.MustClone to avoid panics when cloning expressions (#11595) 1 year ago
Karsten Jeschkies ee3cf4b3a0
Change ddsketch mapping to improve performance. (#11561) 1 year ago
Ashwanth 852becf227
results cache: add new stat `query_length_served` to measure cache effectiveness (#11589) 1 year ago
Michel Hollands f04d0db434
Add metrics.go log line when reading from an ingester (#11571) 1 year ago
Kaviraj Kanagaraj ce574485cf
feat(caching): Support caching `/series` and `/labels` query results (#11539) 1 year ago