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
Trevor Whitney 88cdd1badd
refactor(dataobj-compactor): Split CompactionMerge into IndexMerge + LogMerge (#21930)
3 weeks ago
..
matchutil feat: add case-insensitive regex optimization (#20578) 4 months ago
aggregator.go chore: fix non-deterministic aggregator function (#21088) 3 months ago
aggregator_test.go chore(engine): enforce max_query_series (#20557) 5 months ago
arrow_compare.go chore: Remove unused/dead code (#21724) 1 month ago
batching.go fix(engine): Revert "chore: Enable unwrap of batching pipeline (#21795)" (#21856) 4 weeks ago
batching_test.go refactor: Move batching to pipeline wrapper (#21123) 3 months ago
caching.go feat: Avoid executing tasks for which we have cached empty results (#21437) 2 months ago
caching_test.go feat: Avoid executing tasks for which we have cached empty results (#21437) 2 months ago
cast.go fix(thor): Fix error filtering before range aggregations (#20560) 4 months ago
column.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
compat.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
compat_test.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
dataobjscan.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
dataobjscan_predicate.go feat: add case-insensitive regex optimization (#20578) 4 months ago
dataobjscan_predicate_test.go feat: add case-insensitive regex optimization (#20578) 4 months ago
dataobjscan_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
executor.go refactor(dataobj-compactor): Split CompactionMerge into IndexMerge + LogMerge (#21930) 3 weeks ago
executor_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
expressions.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
expressions_test.go fix(Thor): Allow non-strict parsing with logfmt (#21013) 3 months ago
filter.go chore(xcap): leaner xcap API (#20771) 4 months ago
filter_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
functions.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
functions_test.go feat: add case-insensitive regex optimization (#20578) 4 months ago
grouping.go chore(aggregation): Without grouping should be performed on shortnames and sorted columns (#21687) 1 month ago
index_merge_stub.go refactor(dataobj-compactor): Split CompactionMerge into IndexMerge + LogMerge (#21930) 3 weeks ago
limit.go chore(xcap): leaner xcap API (#20771) 4 months ago
limit_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
log_merge_stub.go refactor(dataobj-compactor): Split CompactionMerge into IndexMerge + LogMerge (#21930) 3 weeks ago
merge.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
merge_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
metastore.go chore: Increase batch sizes for pointers reads (#20983) 3 months ago
parse.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_json.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_json_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_labelfmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_labelfmt_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_linefmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_linefmt_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_logfmt.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_regexp.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
parse_regexp_test.go feat(engine): add regexp parser support for log queries (#20286) 5 months ago
pipeline.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
pipeline_test.go chore(xcap): leaner xcap API (#20771) 4 months ago
pipeline_utils.go chore: Reduce allocs in range agg node (#21924) 3 weeks ago
pipeline_utils_test.go refactor(engine): introduce Pipeline.Open method (#20785) 4 months ago
project.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
project_test.go feat(query engine): Implement line_format and label_format with new engine (#20123) 2 months ago
range_aggregation.go chore: Reduce allocs in range agg node (#21924) 3 weeks ago
range_aggregation_bench_test.go chore: Reduce allocs in range agg node (#21924) 3 weeks ago
range_aggregation_test.go chore(aggregation): Without grouping should be performed on shortnames and sorted columns (#21687) 1 month ago
schema.go fix(deps): update module github.com/apache/arrow-go/v18 to v18.4.1 (main) (#19750) 7 months ago
schema_test.go chore: removed arrow-go allocators/retain/release (#19569) 8 months ago
stream_injector.go chore(engine): fix streamsView.Open semantics (#20802) 4 months ago
stream_injector_test.go chore(engine): fix streamsView.Open semantics (#20802) 4 months ago
streams_view.go feat(query-engine): Omit labels with empty values (#21173) 3 months ago
streams_view_test.go feat(query-engine): Omit labels with empty values (#21173) 3 months ago
topk.go fix(thor): Fix for column duplicates in consequent compat stages (#20893) 4 months ago
topk_batch.go chore: Short circuiting for new scheduler (#20000) 6 months ago
topk_batch_test.go chore(topk): improvements to reduce alloc bytes and alloc space (#19660) 7 months ago
topk_test.go chore: Short circuiting for new scheduler (#20000) 6 months ago
translate_errors.go refactor(engine): introduce Pipeline.Open method (#20785) 4 months ago
util.go fix(columnar): Copy label values to avoid retaining memory (#21594) 2 months ago
util_test.go chore: Remove unused/dead code (#21724) 1 month ago
vector_aggregate.go chore(aggregation): Without grouping should be performed on shortnames and sorted columns (#21687) 1 month ago
vector_aggregate_test.go chore(aggregation): Without grouping should be performed on shortnames and sorted columns (#21687) 1 month ago