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
jackyin 6dd6b65139
fix: ast left cycular reference result in oom (#13501)
10 months ago
..
log feat: Add utf8 support to Pattern Lexer to support utf8 chars (#13085) 12 months ago
sketch chore: update loki modules for 3.0 release (#12433) 1 year ago
syntax fix: ast left cycular reference result in oom (#13501) 10 months ago
vector Update Prometheus dependency (#9205) 2 years ago
accumulator.go feat: Enable warnings in Loki query responses (#12425) 1 year ago
accumulator_test.go feat(blooms): compute chunks once (#12664) 1 year 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
downstream.go fix: special case the return values from a sharded first/last_over_time query (#13578) 10 months ago
downstream_test.go fix: special case the return values from a sharded first/last_over_time query (#13578) 10 months ago
engine.go chore(lint-error): remove unused `stepCount` in `engine.go` (#13709) 10 months ago
engine_test.go fix: Return empty vector instead of nil for empty evaluator. (#13485) 11 months ago
evaluator.go fix(query engine): Include lines with ts equal to end timestamp of the query range when executing range aggregations (#13448) 11 months ago
evaluator_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
explain.go feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 1 year ago
explain_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
first_last_over_time.go fix: special case the return values from a sharded first/last_over_time query (#13578) 10 months ago
limits.go chore: update loki modules for 3.0 release (#12433) 1 year 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 allows filter-only matchers in series endpoint (#10269) 2 years 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 refactor: Remove unnecessary spanlogger usage (#13255) 11 months ago
metrics_test.go refactor: Remove unnecessary spanlogger usage (#13255) 11 months ago
optimize.go feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 1 year ago
optimize_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
quantile_over_time_sketch.go feat: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 1 year ago
quantile_over_time_sketch_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
range_vector.go chore: Make dedicated iterator package (#13273) 11 months ago
range_vector_test.go test: Add range aggregation test for instant queries (#13447) 11 months ago
rangemapper.go chore: update loki modules for 3.0 release (#12433) 1 year ago
rangemapper_test.go chore: update loki modules for 3.0 release (#12433) 1 year ago
shardmapper.go fix(sharding): use without() grouping when merging `avg_over_time` shard results (#12176) 11 months ago
shardmapper_test.go fix(sharding): use without() grouping when merging `avg_over_time` shard results (#12176) 11 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: improve performance of `first_over_time` and `last_over_time` queries by sharding them (#11605) 1 year ago
test_utils.go fix: special case the return values from a sharded first/last_over_time query (#13578) 10 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