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
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094)
2 months ago
..
posrange
ast.go lint: Revamp our linting rules, mostly around doc comments 3 months ago
functions.go promql: rename holt_winters to double_exponential_smoothing 2 months ago
generated_parser.y Modify parser for native histograms to allow negative values where supported 3 months ago
generated_parser.y.go Modify parser for native histograms to allow negative values where supported 3 months ago
lex.go Modify parser for native histograms to allow negative values where supported 3 months ago
lex_test.go Moves TestNativeHistogram_MulDivOperator to promql testing framework (#14688) 3 months ago
parse.go promqltest: add support for setting counter reset hint on histogram samples (#14537) 4 months ago
parse_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2 months ago
prettier.go
prettier_rules.md
prettier_test.go
printer.go PromQL: add short string method 3 months ago
printer_test.go support quoting in grouping label lists 4 months ago
value.go