prometheus/promql/promqltest/testdata
beorn7 cff0429b1a promql: make avg_over_time faster and more precise
Same idea as for the avg aggregator before: Most of the time, there is
no overflow, so we don't have to revert to the more expensive and less
precise incremental calculation of the mean value.

Signed-off-by: beorn7 <beorn@grafana.com>
2024-07-10 19:20:24 +02:00
..
aggregators.test promql: make avg aggregation more precise and less expensive 2024-07-10 19:20:24 +02:00
at_modifier.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
collision.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
functions.test promql: make avg_over_time faster and more precise 2024-07-10 19:20:24 +02:00
histograms.test remove eval_with_nhcb 2024-06-20 22:49:00 +08:00
limit.test feat: add limitk() and limit_ratio() operators (#12503) 2024-07-03 22:18:57 +02:00
literals.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
native_histograms.test Merge pull request #14362 from charleskorn/charleskorn/sum-infinity 2024-07-03 01:05:03 -04:00
operators.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
range_queries.test Convert range query test cases to test scripting language 2024-06-17 16:43:01 +10:00
selectors.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
staleness.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
subquery.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00
trig_functions.test test: move test files into new promqltest package 2024-05-08 13:42:55 +01:00