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
Karsten Jeschkies a864f8b986
refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216)
9 months ago
..
bench feat(dataobj): Add query stats collection to the dataobj readers (#17128) 9 months ago
log refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216) 9 months ago
sketch chore: Linting update for new golangci (#16572) 10 months ago
syntax refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216) 9 months ago
vector
accumulator.go refactor: replace min/max helpers with built-in min/max (#16438) 10 months ago
accumulator_test.go chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
blocker.go
blocker_test.go feat(blooms): compute chunks once (#12664) 2 years ago
count_min_sketch.go perf(approx_topk): Reduce memory usage of HyperLogLog in approx_topk. (#15559) 12 months ago
count_min_sketch_test.go perf: Improve `approx_topk` performance by reducing allocations. (#15450) 1 year ago
downstream.go chore(ast): Update WalkFn signature to return bool (#16989) 9 months ago
downstream_test.go chore: LogQL syntax and AST simplification and cosistency (#16028) 11 months ago
engine.go chore: apply series limit per variant for multi-variant queries (#16887) 9 months ago
engine_test.go chore: apply series limit per variant for multi-variant queries (#16887) 9 months ago
evaluator.go chore: apply series limit per variant for multi-variant queries (#16887) 9 months ago
evaluator_test.go
explain.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 1 year ago
explain_test.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 1 year ago
first_last_over_time.go fix: Adjust with offset in last, first and quantile over time queries. (#15915) 11 months ago
limits.go chore: convert multi-variant queries from global to per-tenant config (#16718) 10 months ago
mapper_metrics.go
mapper_stats.go
matchers.go
matchers_test.go feat: upgrade prometheus (#13671) 1 year ago
matrix.go
matrix_test.go
metrics.go chore: log X-Query-Tags in the frontend executing query log message (#16407) 10 months ago
metrics_test.go chore: log X-Query-Tags in the frontend executing query log message (#16407) 10 months ago
optimize.go chore(ast): Update WalkFn signature to return bool (#16989) 9 months ago
optimize_test.go
quantile_over_time_sketch.go fix: Adjust with offset in last, first and quantile over time queries. (#15915) 11 months ago
quantile_over_time_sketch_test.go chore: Revert syntax module (#14831) 1 year ago
range_vector.go chore: Linting update for new golangci (#16572) 10 months ago
range_vector_test.go chore: LogQL syntax and AST simplification and cosistency (#16028) 11 months ago
rangemapper.go chore(ast): Update WalkFn signature to return bool (#16989) 9 months ago
rangemapper_test.go chore: remove copied loop vars (#14383) 1 year ago
shardmapper.go chore: implement multi-variant queries (#16426) 10 months ago
shardmapper_test.go fix(approx_topk): Map approx_topk operation in all cases (#16131) 11 months ago
shards.go feat(blooms): compute chunks once (#12664) 2 years ago
shards_test.go
step_evaluator.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 1 year ago
test_utils.go refactor(stringlabels): Support stringlabels in log.StreamPipeline (#17216) 9 months ago
tree_printer.go
vector.go