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.
 
 
 
 
 
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094)
2 months ago
..
posrange Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
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 2 months ago
generated_parser.y.go Modify parser for native histograms to allow negative values where supported 2 months ago
lex.go Modify parser for native histograms to allow negative values where supported 2 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 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 PromQL: add short string method 3 months ago
printer_test.go support quoting in grouping label lists 4 months ago
value.go