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
Danny Kopping feb7fb470b
LogQL: Simple JSON expressions (#3280)
4 years ago
..
log LogQL: Simple JSON expressions (#3280) 4 years ago
marshal Fixes tail api marshalling for v1. (#3211) 4 years ago
stats chore: update cortex to latest and fix refs (#3295) 4 years ago
unmarshal Fixes a bug where slice of Entries where not zeroed before decoding json. (#3249) 4 years ago
ast.go LogQL: Simple JSON expressions (#3280) 4 years ago
ast_test.go LogQL: Simple JSON expressions (#3280) 4 years ago
engine.go Optimizes SampleExpr to remove unnecessary line_format. (#3065) 4 years ago
engine_test.go adds another test (#3278) 4 years ago
error.go Limit series for metric queries. (#2903) 5 years ago
evaluator.go Ensure we have parenthetis for bin ops. (#3251) 4 years ago
evaluator_test.go Logql comparison ops (#2182) 5 years ago
expr.y LogQL: Simple JSON expressions (#3280) 4 years ago
expr.y.go LogQL: Simple JSON expressions (#3280) 4 years ago
functions.go Logql/absent label optimization (#3299) 4 years ago
functions_test.go Fixes absent_over_time to work with all log selector. (#3143) 4 years ago
fuzz.go Added fuzzer (#3031) 5 years ago
lex.go Implementing line comments (#3126) 4 years ago
lex_test.go LogQL: Simple JSON expressions (#3280) 4 years ago
limits.go Limit series for metric queries. (#2903) 5 years ago
matrix.go Add Error method for step evaluators (#2223) 5 years ago
matrix_test.go Feature/querysharding ii (#1927) 5 years ago
metrics.go chore: update cortex to latest and fix refs (#3295) 4 years ago
metrics_test.go chore: update cortex to latest and fix refs (#3295) 4 years ago
optimize.go Optimizes SampleExpr to remove unnecessary line_format. (#3065) 4 years ago
optimize_test.go Optimizes SampleExpr to remove unnecessary line_format. (#3065) 4 years ago
parser.go Limit series for metric queries. (#2903) 5 years ago
parser_test.go LogQL: Simple JSON expressions (#3280) 4 years ago
range_vector.go Improve logql parser allocations. (#2927) 5 years ago
range_vector_test.go Improve logql parser allocations. (#2927) 5 years ago
sharding.go chore: update cortex to latest and fix refs (#3295) 4 years ago
sharding_test.go Integrates label replace into sharding code (#3132) 4 years ago
shardmapper.go chore: update cortex to latest and fix refs (#3295) 4 years ago
shardmapper_test.go Ensure we have parenthetis for bin ops. (#3251) 4 years ago
step_evaluator.go Add Error method for step evaluators (#2223) 5 years ago
test_utils.go Improve logql parser allocations. (#2927) 5 years ago
vector.go LogQL: Vector and Range Vector Aggregation. 6 years ago