prometheus/promql
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262)
Handle more arithmetic operators and aggregators for native histograms

This includes operators for multiplication (formerly known as scaling), division, and subtraction. Plus aggregations for average and the avg_over_time function.

Stdvar and stddev will (for now) ignore histograms properly (rather than counting them but adding a 0 for them).

Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
2023-05-16 21:15:20 +02:00
..
fuzz-data
parser
testdata
bench_test.go
engine.go Handle more arithmetic operators for native histograms (#12262) 2023-05-16 21:15:20 +02:00
engine_test.go Handle more arithmetic operators for native histograms (#12262) 2023-05-16 21:15:20 +02:00
functions.go Handle more arithmetic operators for native histograms (#12262) 2023-05-16 21:15:20 +02:00
functions_test.go
fuzz.go textparse/scrape: Add option to scrape both classic and native histograms 2023-05-13 01:32:25 +02:00
fuzz_test.go
promql_test.go
quantile.go
query_logger.go
query_logger_test.go
test.go
test_test.go
value.go
value_test.go