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
Callum Styan 611cb01b70
fix: quantile sharding; fix bug where sharding would always happen (#12283)
2 years ago
..
log chore: remove shards from wrapper signature (#12322) 2 years ago
sketch quantile sharding; fix bug related to # of steps (instant query mem usage) and use CollapsingLowestDense store for ddsketch (#11905) 2 years ago
syntax fix: explicitly serialize and deserialize noop label filters (#12124) 2 years ago
vector Update Prometheus dependency (#9205) 3 years ago
accumulator.go Inject downstream accumulator. (#11863) 2 years ago
accumulator_test.go Inject downstream accumulator. (#11863) 2 years ago
blocker.go Send query plan to querier. (#11246) 2 years ago
blocker_test.go Send query plan to querier. (#11246) 2 years ago
downstream.go chore: pass shard count to injected pipelines and extractors (#12213) 2 years ago
downstream_test.go fix: quantile sharding; fix bug where sharding would always happen (#12283) 2 years ago
engine.go quantile sharding; fix bug related to # of steps (instant query mem usage) and use CollapsingLowestDense store for ddsketch (#11905) 2 years ago
engine_test.go test: Fix race condition in LogQL test (#12247) 2 years ago
evaluator.go chore: fix function names in doc strings (#12313) 2 years ago
evaluator_test.go Send query plan to querier. (#11246) 2 years ago
explain.go Approximate `quantile_over_time` (#10417) 2 years ago
explain_test.go Approximate `quantile_over_time` (#10417) 2 years ago
limits.go Upgrade `golangci-lint` and fix linting errors (#9601) 3 years ago
mapper_metrics.go Use metrics namespace for more metrics (#11025) 2 years ago
mapper_stats.go Fix instant query summary split stats (#9773) 3 years ago
matchers.go allows filter-only matchers in series endpoint (#10269) 2 years 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 feat(querier/query-frontend): track and log congestion control latency (#12058) 2 years ago
metrics_test.go results cache: add new stat `query_length_served` to measure cache effectiveness (#11589) 2 years ago
optimize.go Skip optimization for DownstreamSampleExpr (#11651) 2 years ago
optimize_test.go fix panics when cloning a special query (#8531) 3 years ago
quantile_over_time_sketch.go quantile sharding; fix bug related to # of steps (instant query mem usage) and use CollapsingLowestDense store for ddsketch (#11905) 2 years ago
quantile_over_time_sketch_test.go quantile sharding; fix bug related to # of steps (instant query mem usage) and use CollapsingLowestDense store for ddsketch (#11905) 2 years ago
range_vector.go Define sketches for quantiles. (#10659) 2 years ago
range_vector_test.go Approximate `quantile_over_time` (#10417) 2 years ago
rangemapper.go feat: Support usage trackers for received and discarded bytes. (#11840) 2 years ago
rangemapper_test.go feat: Support split align and caching for instant metric query results (#11814) 2 years ago
shardmapper.go fix: quantile sharding; fix bug where sharding would always happen (#12283) 2 years ago
shardmapper_test.go fix: quantile sharding; fix bug where sharding would always happen (#12283) 2 years ago
step_evaluator.go Approximate `quantile_over_time` (#10417) 2 years ago
test_utils.go Inject downstream accumulator. (#11863) 2 years 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