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
benclive 6d691ac38d
fix(approx_topk): Map approx_topk operation in all cases (#16131)
3 months ago
..
log chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
sketch perf(approx_topk): Reduce memory usage of HyperLogLog in approx_topk. (#15559) 4 months ago
syntax chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
vector Update Prometheus dependency (#9205) 2 years ago
accumulator.go refactor: replace experimental `maps` and `slices` with stdlib (#15051) 6 months ago
accumulator_test.go chore: Linting updates in prep for Go 1.23 (#14071) 9 months ago
blocker.go chore: update loki modules for 3.0 release (#12433) 1 year ago
blocker_test.go feat(blooms): compute chunks once (#12664) 1 year ago
count_min_sketch.go perf(approx_topk): Reduce memory usage of HyperLogLog in approx_topk. (#15559) 4 months ago
count_min_sketch_test.go perf: Improve `approx_topk` performance by reducing allocations. (#15450) 5 months ago
downstream.go fix(engine): Fix `Walk()` function implementation on various `Expr` implementations (#16033) 4 months ago
downstream_test.go chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
engine.go chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
engine_test.go fix(engine): Fix `Walk()` function implementation on various `Expr` implementations (#16033) 4 months ago
evaluator.go chore: Revert syntax module (#14831) 6 months ago
evaluator_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
explain.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 7 months ago
explain_test.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 7 months ago
first_last_over_time.go fix: Adjust with offset in last, first and quantile over time queries. (#15915) 4 months ago
limits.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 7 months ago
mapper_metrics.go chore: update loki modules for 3.0 release (#12433) 1 year ago
mapper_stats.go Fix instant query summary split stats (#9773) 2 years ago
matchers.go chore: update loki modules for 3.0 release (#12433) 1 year ago
matchers_test.go feat: upgrade prometheus (#13671) 10 months ago
matrix.go Return `StepResult` from `StepEvaluator.Next()`. (#10567) 2 years ago
matrix_test.go Return `StepResult` from `StepEvaluator.Next()`. (#10567) 2 years ago
metrics.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 7 months ago
metrics_test.go chore: Add `has_labelfilter_before_parser` to metrics.go log line (#14244) 8 months ago
optimize.go chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
optimize_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
quantile_over_time_sketch.go fix: Adjust with offset in last, first and quantile over time queries. (#15915) 4 months ago
quantile_over_time_sketch_test.go chore: Revert syntax module (#14831) 6 months ago
range_vector.go chore: remove initial metric aggregation experiment (#13729) 9 months ago
range_vector_test.go chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
rangemapper.go chore: LogQL syntax and AST simplification and cosistency (#16028) 3 months ago
rangemapper_test.go chore: remove copied loop vars (#14383) 8 months ago
shardmapper.go fix(approx_topk): Map approx_topk operation in all cases (#16131) 3 months ago
shardmapper_test.go fix(approx_topk): Map approx_topk operation in all cases (#16131) 3 months ago
shards.go feat(blooms): compute chunks once (#12664) 1 year ago
shards_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
step_evaluator.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 7 months ago
test_utils.go chore: Preparation for incoming static code analysis CI check (#15164) 6 months ago
tree_printer.go Remove anonymous step evaluator and add `explain`. (#10400) 2 years ago
vector.go Return `StepResult` from `StepEvaluator.Next()`. (#10567) 2 years ago