Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/pkg/engine/internal/executor
Sophie Waldman 7be7c9d594
feat(query engine): Implement line_format and label_format with new engine (#20123)
2 weeks ago
..
matchutil feat: add case-insensitive regex optimization (#20578) 3 months ago
aggregator.go chore: fix non-deterministic aggregator function (#21088) 2 months ago
aggregator_test.go chore(engine): enforce max_query_series (#20557) 4 months ago
arrow_compare.go chore(topk): improvements to reduce alloc bytes and alloc space (#19660) 6 months ago
batching.go refactor: Move batching to pipeline wrapper (#21123) 2 months ago
batching_test.go refactor: Move batching to pipeline wrapper (#21123) 2 months ago
caching.go feat: Avoid executing tasks for which we have cached empty results (#21437) 1 month ago
caching_test.go feat: Avoid executing tasks for which we have cached empty results (#21437) 1 month ago
cast.go fix(thor): Fix error filtering before range aggregations (#20560) 3 months ago
column.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
compat.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
compat_test.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
dataobjscan.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
dataobjscan_predicate.go feat: add case-insensitive regex optimization (#20578) 3 months ago
dataobjscan_predicate_test.go feat: add case-insensitive regex optimization (#20578) 3 months ago
dataobjscan_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
executor.go perf: short-circuit cache when over max cacheable size (#21277) 1 month ago
executor_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
expressions.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
expressions_test.go fix(Thor): Allow non-strict parsing with logfmt (#21013) 2 months ago
filter.go chore(xcap): leaner xcap API (#20771) 3 months ago
filter_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
functions.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
functions_test.go feat: add case-insensitive regex optimization (#20578) 3 months ago
limit.go chore(xcap): leaner xcap API (#20771) 3 months ago
limit_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
merge.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
merge_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
metastore.go chore: Increase batch sizes for pointers reads (#20983) 2 months ago
parse.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_json.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_json_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_labelfmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_labelfmt_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_linefmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_linefmt_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_logfmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_regexp.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
parse_regexp_test.go feat(engine): add regexp parser support for log queries (#20286) 4 months ago
pipeline.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
pipeline_test.go chore(xcap): leaner xcap API (#20771) 3 months ago
pipeline_utils.go refactor(engine): introduce Pipeline.Open method (#20785) 3 months ago
pipeline_utils_test.go refactor(engine): introduce Pipeline.Open method (#20785) 3 months ago
project.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
project_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
range_aggregation.go fix: grouping by non-existent label in v2 query engine (#21430) 1 month ago
range_aggregation_test.go fix: grouping by non-existent label in v2 query engine (#21430) 1 month ago
schema.go fix(deps): update module github.com/apache/arrow-go/v18 to v18.4.1 (main) (#19750) 6 months ago
schema_test.go chore: removed arrow-go allocators/retain/release (#19569) 7 months ago
stats.go chore: update read stats to use xcap (#20095) 5 months ago
stream_injector.go chore(engine): fix streamsView.Open semantics (#20802) 3 months ago
stream_injector_test.go chore(engine): fix streamsView.Open semantics (#20802) 3 months ago
streams_view.go feat(query-engine): Omit labels with empty values (#21173) 2 months ago
streams_view_test.go feat(query-engine): Omit labels with empty values (#21173) 2 months ago
topk.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 3 months ago
topk_batch.go chore: Short circuiting for new scheduler (#20000) 5 months ago
topk_batch_test.go chore(topk): improvements to reduce alloc bytes and alloc space (#19660) 6 months ago
topk_test.go chore: Short circuiting for new scheduler (#20000) 5 months ago
translate_errors.go refactor(engine): introduce Pipeline.Open method (#20785) 3 months ago
util.go fix(columnar): Copy label values to avoid retaining memory (#21594) 3 weeks ago
util_test.go refactor(engine): introduce Pipeline.Open method (#20785) 3 months ago
vector_aggregate.go fix: grouping by non-existent label in v2 query engine (#21430) 1 month ago
vector_aggregate_test.go fix: grouping by non-existent label in v2 query engine (#21430) 1 month ago