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
Owen Diehl 52167c4d32
logs query & hashedquery separately to minimize stacktraces (#11901)
2 years ago
..
log reset the basemap when the labelsbuilder is reset (#11771) 2 years ago
sketch quantile sharding: switch to ddsketch sparse constructor and remove quantile vector pooling in Join function (#11844) 2 years ago
syntax [Fix] OR statements not being evaluated as part of nested line filters (#11735) 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 Inject downstream accumulator. (#11863) 2 years ago
downstream_test.go Support sharding of binary operation for non shardable side. (#11635) 2 years ago
engine.go Benchmark and improve sketch join (#11534) 2 years ago
engine_test.go Approximate `quantile_over_time` (#10417) 2 years ago
evaluator.go Approximate `quantile_over_time` (#10417) 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 logs query & hashedquery separately to minimize stacktraces (#11901) 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: switch to ddsketch sparse constructor and remove quantile vector pooling in Join function (#11844) 2 years ago
quantile_over_time_sketch_test.go quantile sharding: switch to ddsketch sparse constructor and remove quantile vector pooling in Join function (#11844) 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 fix: use syntax.MustClone to avoid panics when cloning expressions (#11595) 2 years ago
rangemapper_test.go fix: use syntax.MustClone to avoid panics when cloning expressions (#11595) 2 years ago
shardmapper.go Skip optimization for DownstreamSampleExpr (#11651) 2 years ago
shardmapper_test.go Skip optimization for DownstreamSampleExpr (#11651) 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