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.
prometheus/promql/parser
Oleg Zaytsev 03cf6141d4
Fix Matcher.String() with empty label name
6 months ago
..
posrange Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
ast.go Implement histogram statistics decoder (#14097) 6 months ago
functions.go promql: add histogram_avg function (#13467) 10 months ago
generated_parser.y UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
generated_parser.y.go parser: remake generated_parser output (#13923) 8 months ago
lex.go Adds Inf and NaN as Numbers to Histogram in Promql Testing Framework (#13916) 8 months ago
lex_test.go Adds Inf and NaN as Numbers to Histogram in Promql Testing Framework (#13916) 8 months ago
parse.go golangci-lint: enable whitespace linter (#13905) 8 months ago
parse_test.go [TESTS] Truncate some long test names, for readability 8 months ago
prettier.go
prettier_rules.md
prettier_test.go
printer.go Fix `parser.VectorSelector.String()` with empty name matcher (#14015) 7 months ago
printer_test.go Fix Matcher.String() with empty label name 6 months ago
value.go