The Prometheus monitoring system and time series database.
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
JuanJo Ciarlante c94c5b64c3
feat: add limitk() and limit_ratio() operators (#12503)
1 year ago
..
posrange Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
ast.go Implement histogram statistics decoder (#14097) 2 years ago
functions.go promql: add histogram_avg function (#13467) 2 years ago
generated_parser.y feat: add limitk() and limit_ratio() operators (#12503) 1 year ago
generated_parser.y.go feat: add limitk() and limit_ratio() operators (#12503) 1 year ago
lex.go feat: add limitk() and limit_ratio() operators (#12503) 1 year ago
lex_test.go parser: support underscores 1 year ago
parse.go feat: add limitk() and limit_ratio() operators (#12503) 1 year ago
parse_test.go parser: support underscores 1 year ago
prettier.go Adds support for prettifying PromQL expression (#10544) 3 years ago
prettier_rules.md Adds support for prettifying PromQL expression (#10544) 3 years ago
prettier_test.go Prettifier: Add spaces with non-callable keywords (#11005) 3 years ago
printer.go Fix `parser.VectorSelector.String()` with empty name matcher (#14015) 2 years ago
printer_test.go Fix Matcher.String() with empty label name 2 years ago
value.go promql: use explicit type declare instead of string. (#7716) 5 years ago