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/planner/physical
Robert Fratto 56e7318bec
chore(engine): don't sort metric queries (#18594)
7 months ago
..
catalog.go chore: Integrate indexes with the new query engine (#18427) 8 months ago
catalog_test.go chore: Integrate indexes with the new query engine (#18427) 8 months ago
dataobjscan.go chore(engine): change DataObjScan to only cover a single logs section (#18350) 8 months ago
expressions.go chore(engine): Make literals simple types (#17733) 8 months ago
expressions_test.go chore(engine): Make literals simple types (#17733) 8 months ago
filter.go chore(engine): Add first stage of physical query planning (#16891) 12 months ago
limit.go chore(engine): Add simple plan optimizer (#16965) 11 months ago
optimizer.go chore(engine): add predicate columns to projection list for metric queries (#18608) 7 months ago
optimizer_test.go chore(engine): add predicate columns to projection list for metric queries (#18608) 7 months ago
plan.go chore(engine): adds vector aggregation planning and execution nodes (#18100) 9 months ago
plan_test.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 12 months ago
planner.go chore(engine): don't sort metric queries (#18594) 7 months ago
planner_test.go chore(engine): don't sort metric queries (#18594) 7 months ago
printer.go chore(engine): Minor logging cleanup in new query engine (#18513) 8 months ago
printer_test.go chore: Move `pkg/dataobj/planner` to `pkg/engine/planner` (#16815) 12 months ago
projection.go chore(engine): Add first stage of physical query planning (#16891) 12 months ago
range_aggregate.go chore(engine): adds AST conversion and result builders for metric queries (#18166) 8 months ago
sortmerge.go chore(engine): don't sort metric queries (#18594) 7 months ago
vector_aggregate.go chore(engine): adds vector aggregation planning and execution nodes (#18100) 9 months ago
visitor.go chore(engine): adds vector aggregation planning and execution nodes (#18100) 9 months ago
visitor_test.go chore(engine): adds vector aggregation planning and execution nodes (#18100) 9 months ago