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
Bryan Boreham ce153e3fff
Replace sort.Sort with faster slices.SortFunc
1 year ago
..
fuzz-data
parser Merge pull request #12170 from fpetkovski/parser-inject-functions 1 year ago
testdata
bench_test.go Merge branch 'main' into linter/nilerr 2 years ago
engine.go promql: convert QueryOpts to interface 1 year ago
engine_test.go promql: convert QueryOpts to interface 1 year ago
functions.go Handle more arithmetic operators for native histograms (#12262) 2 years ago
functions_test.go Merge branch 'main' into linter/nilerr 2 years ago
fuzz.go textparse/scrape: Add option to scrape both classic and native histograms 2 years ago
fuzz_test.go
promql_test.go add ctx to QueryEngine interface 2 years ago
quantile.go Replace sort.Sort with faster slices.SortFunc 1 year ago
query_logger.go
query_logger_test.go
test.go add ctx to QueryEngine interface 2 years ago
test_test.go promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
value.go promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
value_test.go