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
Paul Rogers 04f87ca933
chore: Lint in prep for golangci compatible with Go 1.23 (#14289)
1 year ago
..
ast.go chore: Lint in prep for golangci compatible with Go 1.23 (#14289) 1 year ago
ast_test.go fix: Improve execution speed for queries with label filters (#13922) 1 year ago
clone.go chore: update loki modules for 3.0 release (#12433) 2 years ago
clone_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
expr.y feat: Support negative numbers in LogQL (#13091) 2 years ago
expr.y.go feat: Support negative numbers in LogQL (#13091) 2 years ago
extractor.go chore: update loki modules for 3.0 release (#12433) 2 years ago
extractor_test.go Refactor LogQL syntax into its own package (#5539) 4 years ago
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 chore: update loki modules for 3.0 release (#12433) 2 years ago
lex_test.go feat: Support negative numbers in LogQL (#13091) 2 years ago
linefilter.go chore: update loki modules for 3.0 release (#12433) 2 years ago
linefilter_test.go chore: update loki modules for 3.0 release (#12433) 2 years ago
parser.go chore: update loki modules for 3.0 release (#12433) 2 years ago
parser_test.go feat: upgrade prometheus (#13671) 1 year ago
prettier.go Prettify concat and downstream expressions. (#11877) 2 years ago
prettier_test.go Prettify concat and downstream expressions. (#11877) 2 years ago
query_scanner.go Fix parsing of long queries (#9134) 3 years ago
serialize.go chore: update loki modules for 3.0 release (#12433) 2 years ago
serialize_test.go feat: upgrade prometheus (#13671) 1 year ago
test_utils.go feat: upgrade prometheus (#13671) 1 year ago
visit.go chore(storage/bloom/v1): add ExtractTestableLabelMatchers (#14119) 1 year ago
visit_test.go chore: Linting updates in prep for Go 1.23 (#14071) 1 year ago
walk.go Implement default DFS traversal visitor for LogQL expressions (#11489) 2 years ago
walk_test.go Check switches on syntax.Expr for exhaustiveness. (#11113) 2 years ago