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
Sven Grossmann 9182addea6
fix: prevent fast ascii comparison if char is not letter (#15774)
1 year ago
..
log fix: prevent fast ascii comparison if char is not letter (#15774) 1 year ago
sketch perf(approx_topk): Reduce memory usage of HyperLogLog in approx_topk. (#15559) 1 year ago
syntax fix: prevent fast ascii comparison if char is not letter (#15774) 1 year ago
vector
accumulator.go refactor: replace experimental `maps` and `slices` with stdlib (#15051) 2 years ago
accumulator_test.go chore: Linting updates in prep for Go 1.23 (#14071) 2 years ago
blocker.go chore: update loki modules for 3.0 release (#12433) 2 years ago
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) 1 year ago
count_min_sketch_test.go perf: Improve `approx_topk` performance by reducing allocations. (#15450) 1 year ago
downstream.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
downstream_test.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
engine.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
engine_test.go chore: remove copied loop vars (#14383) 2 years ago
evaluator.go chore: Revert syntax module (#14831) 2 years ago
evaluator_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
explain.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
explain_test.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
first_last_over_time.go fix: special case the return values from a sharded first/last_over_time query (#13578) 2 years ago
limits.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
mapper_metrics.go chore: update loki modules for 3.0 release (#12433) 2 years ago
mapper_stats.go
matchers.go chore: update loki modules for 3.0 release (#12433) 2 years ago
matchers_test.go feat: upgrade prometheus (#13671) 2 years ago
matrix.go
matrix_test.go
metrics.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
metrics_test.go chore: Add `has_labelfilter_before_parser` to metrics.go log line (#14244) 2 years ago
optimize.go feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 2 years ago
optimize_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
quantile_over_time_sketch.go chore: Revert syntax module (#14831) 2 years ago
quantile_over_time_sketch_test.go chore: Revert syntax module (#14831) 2 years ago
range_vector.go chore: remove initial metric aggregation experiment (#13729) 2 years ago
range_vector_test.go test: Add range aggregation test for instant queries (#13447) 2 years ago
rangemapper.go chore: update loki modules for 3.0 release (#12433) 2 years ago
rangemapper_test.go chore: remove copied loop vars (#14383) 2 years ago
shardmapper.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
shardmapper_test.go chore: Revert syntax module (#14831) 2 years ago
shards.go feat(blooms): compute chunks once (#12664) 2 years ago
shards_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
step_evaluator.go feat: Introduce shardable probabilistic topk for instant queries. (#14243) 2 years ago
test_utils.go chore: Preparation for incoming static code analysis CI check (#15164) 2 years ago
tree_printer.go
vector.go