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
Bryan Boreham 7c28521451
[TESTS] Truncate some long test names, for readability
8 months ago
..
posrange Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
ast.go ci(lint): enable nolintlint and remove redundant comments (#12926) 1 year 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 UTF-8: Add support for parsing UTF8 metric and label names 9 months ago
lex.go Enable default revive rules (#13068) 1 year ago
lex_test.go Refactor lexer tests to use testify. 10 months ago
parse.go fix: restore ability to match __name__ multiple times in selector 9 months ago
parse_test.go [TESTS] Truncate some long test names, for readability 8 months ago
prettier.go Adds support for prettifying PromQL expression (#10544) 2 years ago
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 2 years ago
prettier_test.go Prettifier: Add spaces with non-callable keywords (#11005) 2 years ago
printer.go style: Replace `else if` cascades with `switch` 2 years ago
printer_test.go Prettifier: Add spaces with non-callable keywords (#11005) 2 years ago
value.go promql: use explicit type declare instead of string. (#7716) 4 years ago