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
Aditya C S 8df5803d9a
feat(logql): Support drop labels in logql pipeline (#7975)
2 years ago
..
ast.go feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
ast_test.go [new feature] logql:support sort and sort_desc (#7989) 2 years ago
expr.y feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
expr.y.go feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
extractor.go Refactor LogQL syntax into its own package (#5539) 3 years ago
extractor_test.go Refactor LogQL syntax into its own package (#5539) 3 years ago
fuzz.go Build: update package for fuzzer after refactoring (#5776) 3 years ago
fuzz_test.go Replace deprecated `io/ioutil` with `io` and `os` packages (#7212) 3 years ago
lex.go feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
lex_test.go Loki: implement decolorize filter (#7602) 3 years ago
parser.go [new feature] logql:support sort and sort_desc (#7989) 2 years ago
parser_test.go Loki: implement decolorize filter (#7602) 3 years ago
prettier.go feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
prettier_test.go feat(logql): Supporting prettifying LogQL expressions (#7906) 2 years ago
walk.go Refactor LogQL syntax into its own package (#5539) 3 years ago
walk_test.go Refactor LogQL syntax into its own package (#5539) 3 years ago