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/log
Christian Haudum d4a6b159fa
chore: Cleanup label extraction expression (#8596)
2 years ago
..
jsonexpr JSON label extraction field validation expression overly strict (#6372) 3 years ago
logfmt Add logfmt selective label extraction (#6675) 2 years ago
pattern Fixes the pattern parser validation. (#4308) 4 years ago
drop_labels.go Loki: Remove validation of matchers when performing label values lookup. (#8224) 2 years ago
drop_labels_test.go Revert "fix(logql): remove __error_details__ label on drop __error__ or other way around" (#8200) 2 years ago
error.go Loki/Promtail: Client Refactor (#3623) 4 years ago
filter.go fix(logql): fix caseinsensitive search in filter (#8037) 2 years ago
filter_test.go fix(logql): fix caseinsensitive search in filter (#8037) 2 years ago
fmt.go logql: Support `urlencode` and `urldecode` template functions (#8271) 2 years ago
fmt_test.go logql: Support `urlencode` and `urldecode` template functions (#8271) 2 years ago
ip.go Replace deprecated inet.af/netaddr (#8560) 2 years ago
ip_test.go Loki: Add the ability to use the log line timestamp in label and line formatter (#6517) 3 years ago
label_extraction_expr.go chore: Cleanup label extraction expression (#8596) 2 years ago
label_filter.go LogQL: [optimization] syntax: Replace "panic" in "/pkg/logql/syntax" with "error" (#7208) 2 years ago
label_filter_test.go fix(logql): Make `LabelSampleExtractor` work as expected when label doesn't exist in logline (#6766) 3 years ago
labels.go feat(logql): Support drop labels in logql pipeline (#7975) 2 years ago
labels_test.go Improve labels computation during LogQL pipeline (#6110) 3 years ago
metrics_extraction.go fix(logql): Make `LabelSampleExtractor` work as expected when label doesn't exist in logline (#6766) 3 years ago
metrics_extraction_test.go Propagate error detail properly in all cases (#6890) 3 years ago
parser.go chore: Cleanup label extraction expression (#8596) 2 years ago
parser_hints.go Restoring lint checks that were previously disabled (#7340) 3 years ago
parser_hints_test.go Query filtering in the ingester and storage (#5629) 3 years ago
parser_test.go chore: Cleanup label extraction expression (#8596) 2 years ago
pipeline.go Logql Analyzer (#6171) 3 years ago
pipeline_test.go chore: Cleanup label extraction expression (#8596) 2 years ago
util.go Improve the JSON parser performance. (#7723) 2 years ago
util_test.go Fixes bad initialization for uniqueString (#6432) 3 years ago