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
Eng Zer Jun e2842c69c5
Replace deprecated `io/ioutil` with `io` and `os` packages (#7212)
3 years ago
..
log Logql Analyzer (#6171) 3 years ago
syntax Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
vector Refactor LogQL syntax into its own package (#5539) 4 years ago
downstream.go highly sharded subqueries are ellided in expr.String (#7203) 3 years ago
downstream_test.go Add label_replace and literal expressions to instant query split by range (#6515) 4 years ago
engine.go [new feature] logql engine support exec `vector(0)` grama (#7023) 3 years ago
engine_test.go [new feature] logql engine support exec `vector(0)` grama (#7023) 3 years ago
evaluator.go [new feature] logql engine support exec `vector(0)` grama (#7023) 3 years ago
evaluator_test.go Refactor LogQL syntax into its own package (#5539) 4 years ago
limits.go Adapt queryTimeout to be a per-tenant configuration (#6835) 3 years ago
mapper_metrics.go query_frontend_shard_factor uses exponential buckets (#6689) 4 years ago
matchers.go Refactor LogQL syntax into its own package (#5539) 4 years ago
matchers_test.go Refactor LogQL syntax into its own package (#5539) 4 years ago
matrix.go Do not insert point when missing when sharding (#5444) 4 years ago
matrix_test.go Do not insert point when missing when sharding (#5444) 4 years ago
metrics.go Adding "start_delta" entry to metrics.go line (#6550) 4 years ago
metrics_test.go Adding "start_delta" entry to metrics.go line (#6550) 4 years ago
optimize.go Naïve fix for optimize bug with `line_format` and `json` expression parser (#6375) 4 years ago
optimize_test.go Naïve fix for optimize bug with `line_format` and `json` expression parser (#6375) 4 years ago
range_vector.go Add unwrapped aggregation `rate_counter()` (#6412) 4 years ago
range_vector_test.go Refactor LogQL syntax into its own package (#5539) 4 years ago
rangemapper.go log query which causes panic in logql.clone (#6934) 3 years ago
rangemapper_test.go highly sharded subqueries are ellided in expr.String (#7203) 3 years ago
shardmapper.go [bugfix] logql: vectorExpr run fail when query_range: parallelise_shardable_queries: true (#7045) 3 years ago
shardmapper_test.go [bugfix] logql: vectorExpr run fail when query_range: parallelise_shardable_queries: true (#7045) 3 years ago
step_evaluator.go fixes a badly referenced variable name in StepEvaluator code (#3996) 5 years ago
test_utils.go [TSDB] Use index sampling to determine shard factor (#6396) 4 years ago
vector.go