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/syntax
Owen Diehl eaa0919e53
Use labelbuilder in syntax.ParseLabels to remove empty label values (#7355)
3 years ago
..
ast.go [new feature] syntax: support "vector" grama (#7007) 3 years ago
ast_test.go [new feature] logql engine support exec `vector(0)` grama (#7023) 3 years ago
expr.y [new feature] syntax: support "vector" grama (#7007) 3 years ago
expr.y.go [new feature] syntax: support "vector" grama (#7007) 3 years ago
extractor.go
extractor_test.go
fuzz.go Build: update package for fuzzer after refactoring (#5776) 4 years ago
fuzz_test.go Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
lex.go [new feature] syntax: support "vector" grama (#7007) 3 years ago
lex_test.go Add unwrapped aggregation `rate_counter()` (#6412) 4 years ago
parser.go Use labelbuilder in syntax.ParseLabels to remove empty label values (#7355) 3 years ago
parser_test.go Use labelbuilder in syntax.ParseLabels to remove empty label values (#7355) 3 years ago
walk.go
walk_test.go