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/logql
Sophie Waldman 7be7c9d594
feat(query engine): Implement line_format and label_format with new engine (#20123)
2 weeks ago
..
bench chore: run lint in docker (#21292) 2 weeks ago
log feat(query engine): Implement line_format and label_format with new engine (#20123) 2 weeks ago
sketch chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 8 months ago
syntax perf(logql): use simpler function to drop empty labels (#20938) 2 months ago
vector
accumulator.go chore: Revert "chore: enforce max-query-series when returning shard results" (#18156) 11 months ago
accumulator_test.go refactor(stringlabels): Support stringlabels in util, engine and logql. (#17998) 11 months ago
blocker.go fix: allow blocking multiple query hashes (#21103) 2 months ago
blocker_test.go fix: allow blocking multiple query hashes (#21103) 2 months ago
count_min_sketch.go chore: consistently use new labels.Labels API (#18490) 10 months ago
count_min_sketch_test.go refactor(stringlabels): Support stringlabels in util, engine and logql. (#17998) 11 months ago
downstream.go chore(linter): Fix issues flagged by updated golangci-lint version (#19206) 8 months ago
downstream_test.go chore: LogQL syntax and AST simplification and cosistency (#16028) 1 year ago
engine.go chore: track time spent waiting for data from ingesters (#19648) 6 months ago
engine_test.go chore: upgrade to prometheus@main (#20876) 3 months ago
evaluator.go chore: upgrade to prometheus@main (#20876) 3 months ago
evaluator_test.go
explain.go
explain_test.go
first_last_over_time.go
limits.go feat: Batch records before writing to sinks (#20821) 2 months ago
mapper_metrics.go
mapper_stats.go
matchers.go
matchers_test.go
matrix.go
matrix_test.go
metrics.go chore(queries): Log User-Agent on query metrics and finished lines (#21663) 2 weeks ago
metrics_test.go chore(queries): Log User-Agent on query metrics and finished lines (#21663) 2 weeks ago
optimize.go fix: Implement approx-topk function on querier (#17816) 12 months ago
optimize_test.go fix: Implement approx-topk function on querier (#17816) 12 months ago
quantile_over_time_sketch.go chore: consistently use new labels.Labels API (#18490) 10 months ago
quantile_over_time_sketch_test.go refactor(stringlabels): Support stringlabels in util, engine and logql. (#17998) 11 months ago
range_vector.go chore: upgrade to prometheus@main (#20876) 3 months ago
range_vector_test.go chore: consistently use new labels.Labels API (#18490) 10 months ago
rangemapper.go chore(ast): Update WalkFn signature to return bool (#16989) 1 year ago
rangemapper_test.go
shardmapper.go chore: implement multi-variant queries (#16426) 1 year ago
shardmapper_test.go fix(approx_topk): Map approx_topk operation in all cases (#16131) 1 year ago
shards.go
shards_test.go
step_evaluator.go
test_utils.go chore: upgrade to prometheus@main (#20876) 3 months ago
tree_printer.go
vector.go